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

9 lines
242 B
TOML
Raw Normal View History

2021-03-29 02:11:32 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2040 --probe 1209:4853:0e0039001450563641333620"
2021-03-29 02:11:32 +00:00
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
2022-12-23 22:14:58 +00:00
DEFMT_LOG = "debug"