Files
tangentbord1/.cargo/config.toml
2023-06-12 18:18:12 +02:00

13 lines
276 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-run --chip RP2040"