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

9 lines
162 B
TOML
Raw Normal View History

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