embassy/examples/rpi-pico-w/.cargo/config.toml
Dario Nieuwenhuis e560415fde 🌈
2022-07-10 19:45:26 +02:00

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"