@@ -7,32 +7,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ### Added
11
-
12
- - Implementation of From trait for Pin-to-PartiallyErasedPin [ #507 ]
13
- - Implementation of From trait for Pin-to-ErasedPin [ #507 ]
14
- - Implementation of From trait for PartiallyErasedPin-to-ErasedPin [ #507 ]
15
-
16
- [ #507 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/507
17
-
18
10
### Changed
19
11
20
- - update ` stm32f4 ` to 0.15.1
21
- - use ` stm32_i2s_v12x ` version 0.3, reexport it, and implements requirement for it
22
- - i2s module don't reuse marker from spi module and define its own.
23
- - ` i2s-audio-out ` example updated and now use pcm5102 dac module instead one from discovery board.
24
- - extend visibility of gpio/marker to crate since i2s module require it.
25
- - Bump ` synopsys-usb-otg ` to ` 0.3.0 `
26
- - Bump ` embedded-hal ` to ` 1.0.0-alpha.8 `
27
-
28
- ### Added
29
- - example of using i2s in out with rtic and interrupt.
12
+ - update ` stm32f4 ` to 0.15.1 [ #481 ]
13
+ - use ` stm32_i2s_v12x ` version 0.3, reexport it, and implements requirement for it [ #490 ]
14
+ - i2s module don't reuse marker from spi module and define its own [ #490 ]
15
+ - ` i2s-audio-out ` example updated and now use pcm5102 dac module instead one from discovery board [ #490 ]
16
+ - extend visibility of gpio/marker to crate since i2s module require it [ #490 ]
17
+ - Bump ` synopsys-usb-otg ` to ` 0.3.0 ` [ #508 ]
18
+ - Bump ` embedded-hal ` to ` 1.0.0-alpha.8 ` [ #510 ]
30
19
31
20
### Removed
32
21
- ` i2s-audio-out-dma.rs ` example, too difficult to fix.
33
- - Add ` SysMonoTimerExt ` helper trait [ #497 ]
34
22
23
+ ### Added
24
+
25
+ - Implementation of From trait for Pin-to-PartiallyErasedPin [ #507 ]
26
+ - Implementation of From trait for Pin-to-ErasedPin [ #507 ]
27
+ - Implementation of From trait for PartiallyErasedPin-to-ErasedPin [ #507 ]
28
+ - ` SysMonoTimerExt ` helper trait, ` Pwm::(get/set)_duty_time ` [ #497 ]
29
+ - example of using i2s in out with rtic and interrupt.
30
+
31
+ [ #489 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/489
32
+ [ #490 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/490
35
33
[ #497 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/497
34
+ [ #507 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/507
35
+ [ #508 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/508
36
+ [ #510 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/510
36
37
37
38
## [ v0.13.2] - 2022-05-16
38
39
0 commit comments