Files
discount-como/.cargo/config.toml
2026-01-12 23:18:42 +01:00

9 lines
187 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "picotool load --update --verify --execute -t elf"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "debug"