@@ -7,19 +7,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10- - Implement ` Ptr ` , ` Sealed ` , ` Steal ` for generic ` Periph `
11- - Unmacro ` Adc `
12- - Use ` write ` instead of ` modify ` to clear flags
13- - Bump ` stm32f4-staging ` to 0.18, update other dependencies
14- - ` serial ` mod refactor
10+ - Implement ` Ptr ` , ` Sealed ` , ` Steal ` for generic ` Periph ` [ #834 ]
11+ - Unmacro ` Adc ` [ #832 ]
12+ - Use ` write ` instead of ` modify ` to clear flags [ #829 ]
13+ - Bump ` stm32f4-staging ` to 0.18, update other dependencies [ #831 ]
14+ - ` serial ` mod refactor [ #833 ]
15+ - FMPI2c APB timings [ #770 ]
1516 - Fefactor FMPI2c ` embedded-hal ` implementations [ #784 ]
1617
18+ [ #770 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/770
1719[ #784 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/784
20+ [ #829 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/829
21+ [ #831 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/831
22+ [ #832 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/832
23+ [ #833 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/833
24+ [ #834 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/834
1825
1926## [ v0.22.1] - 2024-11-03
2027
21- - Fix pac ` defmt ` feature
22- - Fix timer interrupt status clear
28+ - Fix pac ` defmt ` feature [ # 807 ]
29+ - Fix timer interrupt status clear [ # 821 ]
2330
2431## [ v0.22.0] - 2024-10-04
2532
@@ -76,6 +83,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7683[ #796 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/796
7784[ #798 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/798
7885[ #802 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/802
86+ [ #807 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/807
87+ [ #821 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/821
7988
8089## [ v0.21.0] - 2024-05-30
8190
0 commit comments