rs-dht-pio/.cargo/config.toml
hodasemi 5827432a53
Some checks failed
Check Build / Test build (push) Has been cancelled
Fix version bump + Add rp235x support
2025-01-09 19:46:02 +01:00

14 lines
322 B
TOML

[build]
# Set the default target to match the Cortex-M0+ in the RP2040
target = "thumbv8m.main-none-eabihf"
[target.thumbv6m-none-eabi]
rustflags = [
"-C", "link-arg=--nmagic",
"-C", "link-arg=-Tlink.x",
"-C", "inline-threshold=5",
"-C", "no-vectorize-loops",
]
runner = "picotool load -u -v -x -t elf"