Skip to content

Commit 6b99387

Browse files
committed
changelog
1 parent 9042dda commit 6b99387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12+
- Support of embedded-hal 1.0.0-alpha.6 [#388]
1213
- `Into<serial::Config>` for `Bps` [#387]
1314
- `count_down` constructor for `Timer` -> `CountDownTimer` without start [#382]
1415
- Implementation of RTIC Monotonic for TIM2 & TIM5 under `rtic` feature [#380] [#390]
1516
- `IoPin` for `Output<OpenDrain>> <-> Input<Floating>>` [#374]
1617
- `IoPin` for `Output<PushPull>> <-> Input<PullUp>> and Input<PullDown>>` [#389]
1718

1819
[#390]: https://github.com/stm32-rs/stm32f4xx-hal/pull/390
20+
[#388]: https://github.com/stm32-rs/stm32f4xx-hal/pull/388
1921
[#382]: https://github.com/stm32-rs/stm32f4xx-hal/pull/382
2022
[#380]: https://github.com/stm32-rs/stm32f4xx-hal/pull/380
2123
[#374]: https://github.com/stm32-rs/stm32f4xx-hal/pull/374

0 commit comments

Comments
 (0)