@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.15.0] - 2023-03-13
11
+
10
12
### Changed
11
13
12
14
- Bump ` nb ` to 1.1
13
- - Bump ` synopsys-usb-otg ` to 0.3.2 (bug fix)
15
+ - Bump ` synopsys-usb-otg ` to 0.3.2 (bug fix) [ # 575 ]
14
16
- Update readme, clippy fixes
15
17
- Added possibility to pass complementary pins to ` Pwm ` and change pwm channel polarity [ #571 ] ,
16
18
set dead time and idle state for advanced timers [ #578 ] [ #581 ]
@@ -19,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
19
21
20
22
- Docs in ` rtic-adc-dma ` example [ #532 ]
21
23
- ` OutPortX ` (X = 2..8) and ` OutPortArray ` structures which can handle several pins at once [ #426 ]
22
- - ` restore ` for ` ErasedPin ` and ` PartiallyErasedPin `
24
+ - ` restore ` for ` ErasedPin ` and ` PartiallyErasedPin ` [ # 563 ]
23
25
- Added a public method to set SSI bit in SPI. [ #543 ]
24
26
25
27
### Fixed
@@ -31,8 +33,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
31
33
[ #426 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/426
32
34
[ #532 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/532
33
35
[ #543 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/543
36
+ [ #563 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/563
34
37
[ #571 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/571
35
38
[ #572 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/572
39
+ [ #575 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/575
36
40
[ #577 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/577
37
41
[ #578 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/578
38
42
[ #581 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/581
@@ -787,7 +791,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
787
791
788
792
- Support for stm32f407 and stm32f429.
789
793
790
- [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.14.0...HEAD
794
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.15.0...HEAD
795
+ [ v0.15.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.14.0...v0.15.0
791
796
[ v0.14.0 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.2...v0.14.0
792
797
[ v0.13.2 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.1...v0.13.2
793
798
[ v0.13.1 ] : https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.13.0...v0.13.1
0 commit comments