move to thumbv7em-none-eabihf now that probe-run supports it

This commit is contained in:
Lotte Steenbrink 2020-08-24 11:59:10 +02:00
parent 322e94cd77
commit 07b7402953
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
[target.thumbv7em-none-eabi] [target.thumbv7em-none-eabihf]
runner = "probe-run --chip nRF52840_xxAA" runner = "probe-run --chip nRF52840_xxAA"
rustflags = [ rustflags = [
"-C", "link-arg=-Tlink.x", "-C", "link-arg=-Tlink.x",
] ]
[build] [build]
target = "thumbv7em-none-eabi" target = "thumbv7em-none-eabihf"

View file

@ -1,8 +1,8 @@
[target.thumbv7em-none-eabi] [target.thumbv7em-none-eabihf]
runner = "probe-run --chip nRF52840_xxAA" runner = "probe-run --chip nRF52840_xxAA"
rustflags = [ rustflags = [
"-C", "link-arg=-Tlink.x", "-C", "link-arg=-Tlink.x",
] ]
[build] [build]
target = "thumbv7em-none-eabi" # = ARM Cortex-M4 target = "thumbv7em-none-eabihf" # = ARM Cortex-M4

View file

@ -150,7 +150,7 @@ Installed package `cargo-bloat v0.9.3` (..)
$ cargo install probe-run $ cargo install probe-run
(..) (..)
Installed package `probe-run v0.1.0` (..) Installed package `probe-run v0.1.3` (..)
``` ```
## Python ## Python