9 lines
162 B
TOML
9 lines
162 B
TOML
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||
|
runner = "probe-run --chip RP2040"
|
||
|
|
||
|
[build]
|
||
|
target = "thumbv6m-none-eabi"
|
||
|
|
||
|
[env]
|
||
|
DEFMT_LOG = "trace"
|