Skip to content

Commit

Permalink
merge f7xx-hal
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Jun 28, 2024
1 parent 25a76dc commit 76b2d31
Show file tree
Hide file tree
Showing 40 changed files with 10,019 additions and 213 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ jobs:
- stm32f446
- stm32f469
- stm32f479
- stm32f722
- stm32f723
- stm32f730
- stm32f745
- stm32f746
- stm32f765
- stm32f767
- stm32f769

rust:
- stable
features:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"rust-analyzer.check.allTargets": false,
"rust-analyzer.check.targets": "thumbv7em-none-eabihf",
"rust-analyzer.cargo.features": ["defmt", "rtic1", "stm32f411"]
"rust-analyzer.cargo.features": ["defmt", "rtic1", "stm32f746"]
}
Loading

0 comments on commit 76b2d31

Please sign in to comment.