@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10- - Add ` lapce ` editor settrings [ #601 ]
10+ - Add ` lapce ` editor settings [ #601 ]
1111 - Use ` enum ` s for alternate peripheral pins [ #594 ]
1212 - Added missing U(S)ART DMA traits for HAL serial types [ #593 ]
1313 - Improve SPI::new* docs [ #587 ]
@@ -16,6 +16,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616 - Fix comlementary for independent channels [ #599 ] [ #603 ]
1717 - I2c dma can now use single DMA channel for TX or RX only [ #598 ]
1818
19+ [ #585 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/585
20+ [ #593 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/593
21+ [ #594 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/594
22+ [ #595 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/595
23+ [ #598 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/598
24+ [ #599 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/599
25+ [ #601 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/601
26+ [ #603 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/603
27+
1928## [ v0.15.0] - 2023-03-13
2029
2130### Changed
@@ -49,11 +58,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4958[ #577 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/577
5059[ #578 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/578
5160[ #581 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/581
52- [ #594 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/594
53- [ #595 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/595
54- [ #599 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/599
55- [ #601 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/601
56- [ #603 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/603
5761
5862
5963## [ v0.14.0] - 2022-12-12
0 commit comments