Skip to content

Commit 0c004ca

Browse files
committed
changelog
1 parent cefc3f8 commit 0c004ca

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: master
3+
branches: ["master"]
44
pull_request:
55
merge_group:
66

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Changed
11+
1012
- add trait bound `RegisterBlockImpl` to type `RegisterBlock` associated with `serial::Instance` [#732]
1113
- remove unneeded trait bound for methods that take in a `serial::Instance` and use the associated `RegisterBlock`
1214
- bump `sdio-host` to 0.9.0, refactor SDIO initialization [#734]
1315
- Added non-blocking serial based on DMA [#738]
1416
- use RTCCLK for RTC wakeup timer for short durations [#746]
17+
- Enable DMA for DualI2sDriver main() and ext() respectively [#684]
1518
- 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]
1720

1821
### Fixed
1922

2023
- Fix transmission termination in I2C master DMA read [#736]
2124
- Prevent starting a new I2C transmission before previous stop finishes [#737]
2225
- Fix complementary output polarity for PWM [#754]
2326

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+
2436
## [v0.20.0] - 2024-01-14
2537

2638
### Changed

0 commit comments

Comments
 (0)