monorepo/tft/.cargo/config.toml

7 lines
129 B
TOML
Raw Normal View History

2024-08-09 02:04:12 +00:00
[build]
target = "thumbv6m-none-eabi"
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "elf2uf2-rs -d -s"