rp2040-temperatures-mqtt/controller/.cargo/config.toml

9 lines
191 B
TOML
Raw Normal View History

2024-11-17 09:27:30 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2040"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "info"