We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf27a1 commit 3cf2c5bCopy full SHA for 3cf2c5b
CHANGELOG.md
@@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Added
11
12
+- Support of embedded-hal 1.0.0-alpha.6 [#388]
13
- `Into<serial::Config>` for `Bps` [#387]
14
- `count_down` constructor for `Timer` -> `CountDownTimer` without start [#382]
15
- Implementation of RTIC Monotonic for TIM2 & TIM5 under `rtic` feature [#380]
16
- `IoPin` for `Output<OpenDrain>> <-> Input<Floating>>` [#374]
17
18
+[#388]: https://github.com/stm32-rs/stm32f4xx-hal/pull/388
19
[#382]: https://github.com/stm32-rs/stm32f4xx-hal/pull/382
20
[#380]: https://github.com/stm32-rs/stm32f4xx-hal/pull/380
21
[#374]: https://github.com/stm32-rs/stm32f4xx-hal/pull/374
0 commit comments