@@ -7,29 +7,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
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+
1023### Added
1124
1225- Implementation of From trait for Pin-to-PartiallyErasedPin [ #507 ]
1326- Implementation of From trait for Pin-to-ErasedPin [ #507 ]
1427- 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.
1530
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
1634[ #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
3337
3438## [ v0.13.2] - 2022-05-16
3539
0 commit comments