qbd/.cargo/config.toml

8 lines
198 B
TOML
Raw Normal View History

2024-01-03 17:19:45 +01:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2040"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "debug"