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