File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
- branches : master
3
+ branches : [" master"]
4
4
pull_request :
5
5
merge_group :
6
6
Original file line number Diff line number Diff line change @@ -7,20 +7,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
10
12
- add trait bound ` RegisterBlockImpl ` to type ` RegisterBlock ` associated with ` serial::Instance ` [ #732 ]
11
13
- remove unneeded trait bound for methods that take in a ` serial::Instance ` and use the associated ` RegisterBlock `
12
14
- bump ` sdio-host ` to 0.9.0, refactor SDIO initialization [ #734 ]
13
15
- Added non-blocking serial based on DMA [ #738 ]
14
16
- use RTCCLK for RTC wakeup timer for short durations [ #746 ]
17
+ - Enable DMA for DualI2sDriver main() and ext() respectively [ #684 ]
15
18
- Support 8-bit FMC data bus
16
- - Port ` rtic-time::Monotonic ` implementations from ` rtic-monotonics ` for TIMx
19
+ - Port ` rtic-time::Monotonic ` implementations from ` rtic-monotonics ` for TIMx [ # 756 ]
17
20
18
21
### Fixed
19
22
20
23
- Fix transmission termination in I2C master DMA read [ #736 ]
21
24
- Prevent starting a new I2C transmission before previous stop finishes [ #737 ]
22
25
- Fix complementary output polarity for PWM [ #754 ]
23
26
27
+ [ #684 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/684
28
+ [ #732 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/732
29
+ [ #734 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/734
30
+ [ #736 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/736
31
+ [ #737 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/737
32
+ [ #738 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/738
33
+ [ #746 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/746
34
+ [ #756 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/756
35
+
24
36
## [ v0.20.0] - 2024-01-14
25
37
26
38
### Changed
You can’t perform that action at this time.
0 commit comments