@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.22.0] - 2024-10-04
11
+
10
12
### Added
11
13
12
- - ` AnyPin ` alias for ` ErasedPin `
13
- - ` new ` constructors for ` Input ` , ` Output ` , ` Analog `
14
+ - ` AnyPin ` alias for ` ErasedPin ` [ # 802 ]
15
+ - ` new ` constructors for ` Input ` , ` Output ` , ` Analog ` [ # 802 ]
14
16
- Add ` f469disc-lcd-test ` with color/BER test pattern LCD output [ #789 ]
15
17
- Port ` dsihost ` implementation from stm32h7xx-hal [ #786 ]
16
18
- I2C 10-bit address support for I2c [ #772 ] [ #783 ]
@@ -59,6 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
59
61
[ #791 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/791
60
62
[ #796 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/796
61
63
[ #798 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/798
64
+ [ #802 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/802
62
65
63
66
## [ v0.21.0] - 2024-05-30
64
67
@@ -1079,7 +1082,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1079
1082
1080
1083
- Support for stm32f407 and stm32f429.
1081
1084
1082
- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.21.0...HEAD
1085
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.22.0...HEAD
1086
+ [ v0.22.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.21.0...v0.22.0
1083
1087
[ v0.21.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.20.0...v0.21.0
1084
1088
[ v0.20.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.19.0...v0.20.0
1085
1089
[ v0.19.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.18.0...v0.19.0
0 commit comments