@@ -7,29 +7,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
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 ]
19
+
20
+ ### Removed
21
+ - ` i2s-audio-out-dma.rs ` example, too difficult to fix.
22
+
10
23
### Added
11
24
12
25
- Implementation of From trait for Pin-to-PartiallyErasedPin [ #507 ]
13
26
- Implementation of From trait for Pin-to-ErasedPin [ #507 ]
14
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.
15
30
31
+ [ #489 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/489
32
+ [ #490 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/490
33
+ [ #497 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/497
16
34
[ #507 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/507
17
-
18
- ### Changed
19
-
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.
30
-
31
- ### Removed
32
- - ` i2s-audio-out-dma.rs ` example, too difficult to fix.
35
+ [ #508 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/508
36
+ [ #510 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/510
33
37
34
38
## [ v0.13.2] - 2022-05-16
35
39
0 commit comments