rust-embassy-template/.cargo/config.toml

8 lines
225 B
TOML
Raw Normal View History

2024-03-11 20:58:53 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2025-02-13 06:03:46 +00:00
runner = "picotool load -u -v -x -t elf"
# runner = "elf2uf2-rs -d" # rp2040
2024-03-11 20:58:53 +00:00
[build]
2025-02-12 19:22:10 +00:00
target = "thumbv8m.main-none-eabihf"
2025-02-13 06:03:46 +00:00
# target = "thumbv6m-none-eabi" # rp2040