Skip to content

Commit a5eb1b3

Browse files
committed
merge f7xx-hal
1 parent 684a1cf commit a5eb1b3

38 files changed

+7850
-224
lines changed

.github/workflows/ci.yml

+9
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:

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"rust-analyzer.check.allTargets": false,
33
"rust-analyzer.check.targets": "thumbv7em-none-eabihf",
4-
"rust-analyzer.cargo.features": ["defmt", "rtic1", "stm32f411"]
4+
"rust-analyzer.cargo.features": ["defmt", "rtic1", "stm32f746"]
55
}

0 commit comments

Comments
 (0)