2021-03-29 04:11:32 +02:00
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
2023-06-29 02:39:28 +02:00
|
|
|
runner = "probe-rs run --chip RP2040"
|
2021-03-29 04:11:32 +02:00
|
|
|
|
|
|
|
[build]
|
|
|
|
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
|
2022-06-18 01:54:07 +02:00
|
|
|
|
|
|
|
[env]
|
2022-12-23 23:14:58 +01:00
|
|
|
DEFMT_LOG = "debug"
|