Skip to content

Commit 3514184

Browse files
committed
merge f7xx-hal
1 parent 184832e commit 3514184

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

+8153
-695
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
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
- Integrate STM32F7 support
1011
- Implement `Ptr`, `Sealed`, `Steal` for generic `Periph` [#834]
1112
- Use `&mut RCC` for `PER::enable/reset`
1213
- Unmacro `Adc` [#832]
@@ -16,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1617
- FMPI2c APB timings [#770]
1718
- Fefactor FMPI2c `embedded-hal` implementations [#784]
1819

20+
[#667]: https://github.com/stm32-rs/stm32f4xx-hal/pull/667
1921
[#770]: https://github.com/stm32-rs/stm32f4xx-hal/pull/770
2022
[#784]: https://github.com/stm32-rs/stm32f4xx-hal/pull/784
2123
[#829]: https://github.com/stm32-rs/stm32f4xx-hal/pull/829

0 commit comments

Comments
 (0)