@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.16.2] - 2023-06-27
11
+
10
12
### Changed
11
13
12
14
- enable ` defmt ` feature for VSCode, ` set_alarm ` takes ` Into<AlarmDay> ` [ #660 ]
@@ -21,9 +23,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
21
23
22
24
## [ v0.16.1] - 2023-06-24
23
25
24
- - bors bot replaced with GH merge queue
25
- - Integrate new version of stm32_i2s (v0.5) to enable full-duplex operation
26
- - Add a rtic example to show how to do full-duplex i2s
26
+ - bors bot replaced with GH merge queue [ # 652 ]
27
+ - Integrate new version of stm32_i2s (v0.5) to enable full-duplex operation [ # 637 ]
28
+ - Add a rtic example to show how to do full-duplex i2s [ # 637 ]
27
29
28
30
### Changed
29
31
@@ -32,7 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
32
34
33
35
### Added
34
36
35
- - ` into_mode ` for ` ErasedPin ` and ` PartiallyErasedPin `
37
+ - ` into_mode ` for ` ErasedPin ` and ` PartiallyErasedPin ` [ # 647 ]
36
38
- Extended 64-bit monotonic timer [ #640 ]
37
39
- Basic blocking QSPI interface [ #645 ]
38
40
- Rtc: add subsecond reading, add interrupts [ #446 ]
@@ -46,8 +48,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
46
48
[ #632 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/632
47
49
[ #635 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/635
48
50
[ #636 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/636
51
+ [ #637 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/637
49
52
[ #640 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/640
50
53
[ #645 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/645
54
+ [ #647 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/647
55
+ [ #652 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/652
51
56
[ #655 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/655
52
57
53
58
## [ v0.16.0] - 2023-05-07
@@ -894,7 +899,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
894
899
895
900
- Support for stm32f407 and stm32f429.
896
901
897
- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.16.1...HEAD
902
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.16.2...HEAD
903
+ [ v0.16.2 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.16.1...v0.16.2
898
904
[ v0.16.1 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.16.0...v0.16.1
899
905
[ v0.16.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.15.0...v0.16.0
900
906
[ v0.15.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.14.0...v0.15.0
0 commit comments