@@ -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 ]
@@ -57,6 +59,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
57
59
[ #791 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/791
58
60
[ #796 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/796
59
61
[ #798 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/798
62
+ [ #802 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/802
60
63
61
64
## [ v0.21.0] - 2024-05-30
62
65
@@ -1077,7 +1080,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1077
1080
1078
1081
- Support for stm32f407 and stm32f429.
1079
1082
1080
- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.21.0...HEAD
1083
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.22.0...HEAD
1084
+ [ v0.22.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.21.0...v0.22.0
1081
1085
[ v0.21.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.20.0...v0.21.0
1082
1086
[ v0.20.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.19.0...v0.20.0
1083
1087
[ v0.19.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.18.0...v0.19.0
0 commit comments