@@ -7,19 +7,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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 ]
15
16
- Fefactor FMPI2c ` embedded-hal ` implementations [ #784 ]
16
17
18
+ [ #770 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/770
17
19
[ #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
18
25
19
26
## [ v0.22.1] - 2024-11-03
20
27
21
- - Fix pac ` defmt ` feature
22
- - Fix timer interrupt status clear
28
+ - Fix pac ` defmt ` feature [ # 807 ]
29
+ - Fix timer interrupt status clear [ # 821 ]
23
30
24
31
## [ v0.22.0] - 2024-10-04
25
32
@@ -76,6 +83,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
76
83
[ #796 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/796
77
84
[ #798 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/798
78
85
[ #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
79
88
80
89
## [ v0.21.0] - 2024-05-30
81
90
0 commit comments