mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 21:01:06 +00:00
9 lines
165 B
TOML
9 lines
165 B
TOML
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
runner = "probe-rs run --chip RP2040"
|
|
|
|
[build]
|
|
target = "thumbv6m-none-eabi"
|
|
|
|
[env]
|
|
DEFMT_LOG = "trace"
|