File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.4.3] - 2020-04-11
11+
12+ ### Added
13+
14+ - Independent Watchdog ([ #58 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/58 ) )
15+
1016### Fixed
1117
12- - Wrong default modes for debug GPIO pins
18+ - Wrong default modes for debug GPIO pins ( [ # 82 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/82 ) )
1319- Wrong calculation of HCLK prescaler, if using a prescaler value equal or
1420 higher than 64 ([ #42 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/42 ) )
1521- UART reception error flags not cleared ([ #91 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/91 ) )
@@ -141,7 +147,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
141147
142148- Support ` stm32f303 ` device
143149
144- [ Unreleased ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...HEAD
150+ [ Unreleased ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.3...HEAD
151+ [ v0.4.3 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...v0.4.3
145152[ v0.4.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...v0.4.2
146153[ v0.4.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
147154[ v0.4.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "stm32f3xx-hal"
99readme = " README.md"
1010repository = " https://github.com/stm32-rs/stm32f3xx-hal"
1111documentation = " https://docs.rs/stm32f3xx-hal"
12- version = " 0.4.2 "
12+ version = " 0.4.3 "
1313
1414[package .metadata .docs .rs ]
1515features = [" stm32f303xc" , " rt" , " stm32-usbd" ]
You can’t perform that action at this time.
0 commit comments