Skip to content

Commit 47322fb

Browse files
committed
merge f7xx-hal
1 parent 7c59f31 commit 47322fb

Some content is hidden

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

41 files changed

+7771
-112
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:

.zed/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
"rust-analyzer": {
44
"initialization_options": {
55
"cargo": {
6-
"features": ["defmt", "rtic1", "stm32f411"]
6+
"features": ["defmt", "rtic1", "stm32f469"]
77
},
88
"check": {
99
"allTargets": false,
1010
"targets": "thumbv7em-none-eabihf"
1111
}
12+
},
13+
"binary": {
14+
"path": "/home/burrbull/Programs/rust-analyzer-x86_64-unknown-linux-gnu",
15+
"args": []
1216
}
1317
}
1418
}

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
- Unmacro `Adc` [#832]
1213
- Use `write` instead of `modify` to clear flags [#829]
@@ -15,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1516
- FMPI2c APB timings [#770]
1617
- Fefactor FMPI2c `embedded-hal` implementations [#784]
1718

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

0 commit comments

Comments
 (0)