@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
20
- Docs in ` rtic-adc-dma ` example [ #532 ]
21
21
- ` OutPortX ` (X = 2..8) and ` OutPortArray ` structures which can handle several pins at once [ #426 ]
22
22
- ` restore ` for ` ErasedPin ` and ` PartiallyErasedPin `
23
+ - Added a public method to set SSI bit in SPI. [ #543 ]
23
24
24
25
### Fixed
25
26
@@ -29,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
29
30
30
31
[ #426 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/426
31
32
[ #532 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/532
33
+ [ #543 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/543
32
34
[ #571 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/571
33
35
[ #572 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/572
34
36
[ #577 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/577
@@ -88,6 +90,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
90
- Added rtic-usb-cdc-echo example [ #553 ]
89
91
- Add possibility to clear a Serial ` Rx ` idle interrupt from a DMA ` Transfer ` [ #556 ]
90
92
93
+ - Serial Tx, Rx containing pins [ #514 ] [ #515 ] [ #540 ]
94
+ - Implementation of From trait for Pin-to-PartiallyErasedPin [ #507 ]
95
+ - Implementation of From trait for Pin-to-ErasedPin [ #507 ]
96
+ - Implementation of From trait for PartiallyErasedPin-to-ErasedPin [ #507 ]
97
+ - ` SysMonoTimerExt ` helper trait, ` Pwm::(get/set)_duty_time ` [ #497 ]
98
+ - example of using i2s in out with rtic and interrupt.
99
+ - example of using USB CDC with interrupts.
100
+ - Added non-blocking I2C based on DMA [ #534 ]
101
+ - Added Transactional I2C API [ #542 ]
91
102
92
103
[ #481 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/481
93
104
[ #489 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/489
0 commit comments