meat-pi/.cargo/config.toml

9 lines
186 B
TOML
Raw Permalink Normal View History

2025-03-13 13:50:24 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "elf2uf2-rs -d"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "debug"