Files
tangentbord1/.cargo/config.toml
2024-03-24 16:29:24 +01:00

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"