2020-06-09 09:52:27 +00:00
|
|
|
[target.thumbv7em-none-eabi]
|
2020-08-17 08:58:10 +00:00
|
|
|
runner = "probe-run --chip nRF52840_xxAA"
|
2020-06-09 09:52:27 +00:00
|
|
|
rustflags = [
|
|
|
|
"-C", "link-arg=-Tlink.x",
|
|
|
|
]
|
|
|
|
|
|
|
|
[build]
|
2020-07-10 16:34:55 +00:00
|
|
|
target = "thumbv7em-none-eabi" # = ARM Cortex-M4
|