2022-01-24 12:54:09 +01:00
|
|
|
[unstable]
|
|
|
|
build-std = ["core"]
|
|
|
|
build-std-features = ["panic_immediate_abort"]
|
|
|
|
|
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
|
|
#runner = "./fruitrunner"
|
|
|
|
runner = "probe-run --chip nrf52840_xxAA"
|
|
|
|
|
|
|
|
rustflags = [
|
|
|
|
# Code-size optimizations.
|
|
|
|
"-Z", "trap-unreachable=no",
|
|
|
|
#"-C", "no-vectorize-loops",
|
|
|
|
"-C", "force-frame-pointers=yes",
|
|
|
|
]
|
|
|
|
|
|
|
|
[build]
|
|
|
|
target = "thumbv7em-none-eabi"
|
2022-06-18 01:54:07 +02:00
|
|
|
|
|
|
|
[env]
|
|
|
|
DEFMT_LOG = "trace"
|