Skip to content

Commit

Permalink
merge f7xx-hal
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Jul 30, 2024
1 parent 684a1cf commit bbf484f
Show file tree
Hide file tree
Showing 41 changed files with 10,034 additions and 224 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 bbf484f

Please sign in to comment.