embassy/examples/rp/.cargo/config.toml

9 lines
196 B
TOML
Raw Normal View History

2021-03-29 02:11:32 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2022-02-15 16:28:48 +00:00
runner = "probe-run --chip RP2040"
2021-03-29 02:11:32 +00:00
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "trace"