1[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 2runner = "probe-rs run --chip RP2040" 3 4[build] 5target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+ 6 7[env] 8DEFMT_LOG = "debug"