@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- - Add ` lapce ` editor settrings [ #601 ]
10
+ - Add ` lapce ` editor settings [ #601 ]
11
11
- Use ` enum ` s for alternate peripheral pins [ #594 ]
12
12
- Added missing U(S)ART DMA traits for HAL serial types [ #593 ]
13
13
- Improve SPI::new* docs [ #587 ]
@@ -16,6 +16,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
16
- Fix comlementary for independent channels [ #599 ] [ #603 ]
17
17
- I2c dma can now use single DMA channel for TX or RX only [ #598 ]
18
18
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
+
19
28
## [ v0.15.0] - 2023-03-13
20
29
21
30
### Changed
@@ -49,11 +58,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
49
58
[ #577 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/577
50
59
[ #578 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/578
51
60
[ #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
57
61
58
62
59
63
## [ v0.14.0] - 2022-12-12
0 commit comments