dmxcontroller/firmware/faderboard/.cargo/config

9 lines
134 B
Plaintext
Raw Normal View History

2024-07-15 01:26:23 +02:00
[build]
target = "thumbv6m-none-eabi"
[target.thumbv6m-none-eabi]
runner = "./flash.sh"
rustflags = [
"-C", "link-arg=-Tlink.x",
]