dmxcontroller/firmware/faderboard/.cargo/config.toml

10 lines
157 B
TOML

[build]
target = "thumbv6m-none-eabi"
[target.thumbv6m-none-eabi]
runner = "./flash.sh"
rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "opt-level=s",
]