scd40-rusty-pi/.cargo/config.toml
2025-03-13 13:50:24 +00:00

8 lines
186 B
TOML

[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"