config.toml 163 B

1234567
  1. [target.'cfg(all(target_arch = "arm", target_os = "none"))']
  2. runner = "probe-rs run --chip RP2040"
  3. [build]
  4. target = "thumbv6m-none-eabi"
  5. [env]
  6. DEFMT_LOG = "info"