Skip to content

Commit 1919a74

Browse files
committed
merge f7xx-hal
1 parent 63b039a commit 1919a74

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+7975
-489
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ jobs:
3838
- stm32f446
3939
- stm32f469
4040
- stm32f479
41+
- stm32f722
42+
- stm32f723
43+
- stm32f730
44+
- stm32f745
45+
- stm32f746
46+
- stm32f765
47+
- stm32f767
48+
- stm32f769
49+
4150
rust:
4251
- stable
4352
features:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
- Implement `embedded_hal::i2c::I2c` for `I2cMasterDma` [#838]
1111
- Back to `stm32f4`
12+
- Integrate STM32F7 support
1213
- Implement `Ptr`, `Sealed`, `Steal` for generic `Periph` [#834]
1314
- Rename `ErasedPin` to `AnyPin` [#841]
1415
- Use `&mut RCC` for `PER::enable/reset`
@@ -21,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2122
- Fefactor FMPI2c `embedded-hal` implementations [#784]
2223
- remove `NoPin`, use `Option` instead [#813]
2324

25+
[#667]: https://github.com/stm32-rs/stm32f4xx-hal/pull/667
2426
[#770]: https://github.com/stm32-rs/stm32f4xx-hal/pull/770
2527
[#784]: https://github.com/stm32-rs/stm32f4xx-hal/pull/784
2628
[#813]: https://github.com/stm32-rs/stm32f4xx-hal/pull/813

0 commit comments

Comments
 (0)