We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d501301 commit feaf1e5Copy full SHA for feaf1e5
CHANGELOG.md
@@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
-- up `cortex-m` to 0.7.4, use `cycle_count` instead of `get_cycle_count` on DWT
+### Added
11
+
12
+- Support of embedded-hal 1.0.0-alpha.6 [#388]
13
14
+[#388]: https://github.com/stm32-rs/stm32f4xx-hal/pull/388
15
16
+### Changed
17
18
+- up `cortex-m` to 0.7.4, use `cycle_count` instead of `get_cycle_count` on DWT [#415]
19
20
+[#415]: https://github.com/stm32-rs/stm32f4xx-hal/pull/415
21
22
## [v0.11.1] - 2021-12-30
23
0 commit comments