2022-07-10 17:45:26 +00:00
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
2023-04-26 16:10:39 +00:00
|
|
|
runner = "probe-rs-cli run --chip RP2040"
|
2022-07-10 17:45:26 +00:00
|
|
|
|
|
|
|
[build]
|
|
|
|
target = "thumbv6m-none-eabi"
|
|
|
|
|
|
|
|
[env]
|
2022-07-16 22:34:27 +00:00
|
|
|
DEFMT_LOG = "debug"
|