@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.21.0] - 2024-05-30
11
+
10
12
### Changed
11
13
12
14
- add trait bound ` RegisterBlockImpl ` to type ` RegisterBlock ` associated with ` serial::Instance ` [ #732 ]
@@ -24,14 +26,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
26
- Prevent starting a new I2C transmission before previous stop finishes [ #737 ]
25
27
- Fix complementary output polarity for PWM [ #754 ]
26
28
27
- [ #684 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/684
28
- [ #732 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/732
29
- [ #734 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/734
30
- [ #736 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/736
31
- [ #737 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/737
32
- [ #738 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/738
33
- [ #746 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/746
34
- [ #756 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/756
29
+ [ #684 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/684
30
+ [ #732 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/732
31
+ [ #734 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/734
32
+ [ #736 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/736
33
+ [ #737 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/737
34
+ [ #738 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/738
35
+ [ #746 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/746
36
+ [ #754 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/754
37
+ [ #756 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/756
35
38
36
39
## [ v0.20.0] - 2024-01-14
37
40
@@ -1024,7 +1027,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1024
1027
1025
1028
- Support for stm32f407 and stm32f429.
1026
1029
1027
- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.20.0...HEAD
1030
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.21.0...HEAD
1031
+ [ v0.21.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.20.0...v0.21.0
1028
1032
[ v0.20.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.19.0...v0.20.0
1029
1033
[ v0.19.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.18.0...v0.19.0
1030
1034
[ v0.18.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.17.1...v0.18.0
0 commit comments