mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-10-31 22:28:49 +00:00
move to thumbv7em-none-eabihf now that probe-run supports it
This commit is contained in:
parent
322e94cd77
commit
07b7402953
3 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
[target.thumbv7em-none-eabi]
|
||||
[target.thumbv7em-none-eabihf]
|
||||
runner = "probe-run --chip nRF52840_xxAA"
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
]
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabi"
|
||||
target = "thumbv7em-none-eabihf"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[target.thumbv7em-none-eabi]
|
||||
[target.thumbv7em-none-eabihf]
|
||||
runner = "probe-run --chip nRF52840_xxAA"
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
]
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabi" # = ARM Cortex-M4
|
||||
target = "thumbv7em-none-eabihf" # = ARM Cortex-M4
|
|
@ -150,7 +150,7 @@ Installed package `cargo-bloat v0.9.3` (..)
|
|||
|
||||
$ cargo install probe-run
|
||||
(..)
|
||||
Installed package `probe-run v0.1.0` (..)
|
||||
Installed package `probe-run v0.1.3` (..)
|
||||
```
|
||||
|
||||
## Python
|
||||
|
|
Loading…
Reference in a new issue