Files
mmc56x3-rust/example/rp2040_embassy/.cargo/config.toml
2026-02-09 14:16:46 +01:00

9 lines
187 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "picotool load --update --verify --execute -t elf"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "debug"