13 lines
280 B
TOML
13 lines
280 B
TOML
[build]
|
|
#target = "thumbv6m-none-eabi"
|
|
|
|
[target.thumbv6m-none-eabi]
|
|
rustflags = [
|
|
"-C", "linker=flip-link",
|
|
"-C", "inline-threshold=5", # inline functions more aggressively
|
|
"-C", "no-vectorize-loops",
|
|
]
|
|
|
|
#runner = "elf2uf2-rs -d"
|
|
runner = "probe-rs run --chip RP2040"
|