@@ -7,14 +7,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - ** Breaking** The feature gate requires you to select a subvaraint if possible. ([ #67 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/67 ) )
13
+
14
+ ## [ v0.4.3] - 2020-04-11
15
+
16
+ ### Added
17
+
18
+ - Independent Watchdog ([ #58 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/58 ) )
19
+
20
+ ### Fixed
21
+
22
+ - Wrong default modes for debug GPIO pins ([ #82 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/82 ) )
23
+ - Wrong calculation of HCLK prescaler, if using a prescaler value equal or
24
+ higher than 64 ([ #42 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/42 ) )
25
+ - UART reception error flags not cleared ([ #91 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/91 ) )
26
+
27
+ ## [ v0.4.2] - 2020-03-21
28
+
10
29
### Fixed
11
30
12
31
- Wrong frequency reported by ` MonoTimer ` ([ #56 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/56 ) )
32
+ - Use automatic mode with I2C autoend on ` Read ` ([ #72 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/72 ) )
13
33
14
34
### Changed
15
35
16
- - Bump ` stm32f3 ` dependency to ` 0.10.0 ` ([ #42 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/42 ) )
17
- - ** Breaking** The feature gate requires you to select a subvaraint if possible. ([ #67 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/67 ) )
36
+ - Bump ` stm32f3 ` dependency to ` 0.10.0 ` ([ #70 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/70 ) )
18
37
19
38
## [ v0.4.1] - 2020-03-07
20
39
@@ -51,7 +70,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
51
70
52
71
### Fixed
53
72
54
- - Fixed wrong initialization of the SPI ([ #35 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/18 ) )
73
+ - Fixed wrong initialization of the SPI ([ #35 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/35 ) )
55
74
56
75
## [ v0.3.0] - 2019-08-26
57
76
@@ -86,7 +105,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
86
105
### Changed
87
106
88
107
- Bump ` stm32f3 ` version to ` 0.7.1 ` ([ #12 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/12 ) )
89
- - Bump ` embedded-hal ` version to ` 0.2.1 ` ([ #11 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/11 ) )
108
+ - Bump ` embedded-hal ` version to ` 0.2.3 ` ([ #11 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/11 ) )
90
109
91
110
### Fixed
92
111
@@ -132,7 +151,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
132
151
133
152
- Support ` stm32f303 ` device
134
153
135
- [ Unreleased ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...HEAD
154
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.3...HEAD
155
+ [ v0.4.3 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...v0.4.3
156
+ [ v0.4.2 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...v0.4.2
136
157
[ v0.4.1 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
137
158
[ v0.4.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
138
159
[ v0.3.0 ] : https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.3...v0.3.0
0 commit comments