This commit is contained in:
Ulf Lilleengen
2023-10-03 21:00:59 +02:00
parent 2a437d31c4
commit 9010bfe79b
17 changed files with 42 additions and 577 deletions

View File

@ -1,17 +1,6 @@
[unstable]
build-std = ["core"]
build-std-features = ["panic_immediate_abort"]
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "./fruitrunner"
runner = "probe-rs run --chip nrf52840_xxAA"
rustflags = [
# Code-size optimizations.
"-Z", "trap-unreachable=no",
#"-C", "no-vectorize-loops",
"-C", "force-frame-pointers=yes",
]
runner = "teleprobe local run --chip nRF52832_xxAA --elf"
[build]
target = "thumbv7em-none-eabi"