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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
### Fixed
11
17
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 ) )
13
19
- Wrong calculation of HCLK prescaler, if using a prescaler value equal or
14
20
higher than 64 ([ #42 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/42 ) )
15
21
- 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/).
141
147
142
148
- Support ` stm32f303 ` device
143
149
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
145
152
[ v0.4.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...v0.4.2
146
153
[ v0.4.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
147
154
[ 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"
9
9
readme = " README.md"
10
10
repository = " https://github.com/stm32-rs/stm32f3xx-hal"
11
11
documentation = " https://docs.rs/stm32f3xx-hal"
12
- version = " 0.4.2 "
12
+ version = " 0.4.3 "
13
13
14
14
[package .metadata .docs .rs ]
15
15
features = [" stm32f303xc" , " rt" , " stm32-usbd" ]
You can’t perform that action at this time.
0 commit comments