embassy/examples/rpi-pico-w/.cargo/config.toml

9 lines
169 B
TOML
Raw Normal View History

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