co2_sensing/.cargo/config.toml

16 lines
322 B
TOML
Raw Normal View History

2022-09-08 01:22:35 +00:00
[build]
target = "thumbv6m-none-eabi"
[target.thumbv6m-none-eabi]
runner = "elf2uf2-rs -d" # "probe-run --chip RP2040"
rustflags = [
"-C", "link-arg=--nmagic",
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
"-C", "inline-threshold=5",
"-C", "no-vectorize-loops",
]
[env]
DEFMT_LOG = "trace"