@@ -25,8 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
25
25
- Update ` bxcan ` , ` rtic ` and other dependencies [ #519 ]
26
26
- Bump ` synopsys-usb-otg ` to ` 0.3.1 ` [ #535 ]
27
27
- Renamed and updated rtic-button example (was rtic) [ #551 ]
28
- - Added rtic-usart-shell example [ #551 ]
29
- - Added rtic-usart-shell-ssd1306 example [ #551 ]
30
28
31
29
### Removed
32
30
- ` i2s-audio-out-dma.rs ` example, too difficult to fix.
@@ -37,17 +35,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
37
35
38
36
### Added
39
37
40
- - Serial Tx, Rx containing pins [ #514 ] [ #515 ] [ #540 ]
41
- - example of using ft6x06 touchscreen driver for stm32f412 and stm32f413 [ #527 ]
42
- - Serial Tx, Rx containing pins [ #514 ] [ #515 ]
43
- - Implementation of From trait for Pin-to-PartiallyErasedPin [ #507 ]
44
- - Implementation of From trait for Pin-to-ErasedPin [ #507 ]
45
- - Implementation of From trait for PartiallyErasedPin-to-ErasedPin [ #507 ]
46
- - ` SysMonoTimerExt ` helper trait, ` Pwm::(get/set)_duty_time ` [ #497 ]
47
- - example of using i2s in out with rtic and interrupt.
48
- - example of using USB CDC with interrupts.
49
- - Added non-blocking I2C based on DMA [ #534 ]
50
- - Added Transactional I2C API [ #542 ]
38
+ - Serial Tx, Rx containing pins [ #514 ] [ #515 ] [ #540 ]
39
+ - example of using ft6x06 touchscreen driver for stm32f412 and stm32f413 [ #527 ]
40
+ - Serial Tx, Rx containing pins [ #514 ] [ #515 ]
41
+ - Implementation of From trait for Pin-to-PartiallyErasedPin [ #507 ]
42
+ - Implementation of From trait for Pin-to-ErasedPin [ #507 ]
43
+ - Implementation of From trait for PartiallyErasedPin-to-ErasedPin [ #507 ]
44
+ - ` SysMonoTimerExt ` helper trait, ` Pwm::(get/set)_duty_time ` [ #497 ]
45
+ - example of using i2s in out with rtic and interrupt.
46
+ - example of using USB CDC with interrupts.
47
+ - Added non-blocking I2C based on DMA [ #534 ]
48
+ - Added Transactional I2C API [ #542 ]
49
+ - Added rtic-usart-shell example [ #551 ]
50
+ - Added rtic-usart-shell-ssd1306 example [ #551 ]
51
+
51
52
52
53
[ #481 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/481
53
54
[ #489 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/489
@@ -67,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
67
68
[ #540 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/540
68
69
[ #542 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/542
69
70
[ #527 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/527
71
+ [ #551 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/551
70
72
71
73
## [ v0.13.2] - 2022-05-16
72
74
0 commit comments