-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INFRA - Add STM32F767ZI board support (#35)
- Loading branch information
1 parent
0db24f5
commit cb41fd4
Showing
20 changed files
with
1,132 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,6 @@ members = [ | |
] | ||
exclude = [ | ||
"boards/stm32l476rg", | ||
"boards/stm32f767zi", | ||
] | ||
resolver = "2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[target.'cfg(all(target_arch = "arm", target_os = "none"))'] | ||
# replace STM32F429ZITx with your chip as listed in `probe-rs chip list` | ||
runner = "probe-rs run --chip STM32F767ZITx" | ||
|
||
[build] | ||
target = "thumbv7em-none-eabihf" | ||
|
||
[env] | ||
DEFMT_LOG = "debug,smoltcp=info" |
Oops, something went wrong.