Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Dec 30, 2021
1 parent f5451d3 commit a680923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

- Added `Counter` with `CountDown<Time=fugit::TimerDuration>` and `atat::Clock` implementations [#381]
- Support of embedded-hal 1.0.0-alpha.6 [#388]
- `Into<serial::Config>` for `Bps` [#387]
- Added the missing DMA implementations for USART3 [#373]
- `DynamicPin` with dynamically changed mode, remove `AF` constants [#372]
Expand All @@ -23,6 +24,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
with `internal_pull_up` [#399]

[#373]: https://github.com/stm32-rs/stm32f4xx-hal/pull/373
[#388]: https://github.com/stm32-rs/stm32f4xx-hal/pull/388
[#382]: https://github.com/stm32-rs/stm32f4xx-hal/pull/382
[#380]: https://github.com/stm32-rs/stm32f4xx-hal/pull/380
[#374]: https://github.com/stm32-rs/stm32f4xx-hal/pull/374
[#380]: https://github.com/stm32-rs/stm32f4xx-hal/pull/380
[#381]: https://github.com/stm32-rs/stm32f4xx-hal/pull/381
Expand Down

0 comments on commit a680923

Please sign in to comment.