rp-pico-2-rust/rust-toolchain.toml

6 lines
153 B
TOML
Raw Permalink Normal View History

2024-10-09 16:13:17 -05:00
[toolchain]
channel = "1.80"
components = ["rustc", "cargo"]
targets = ["thumbv8m.main-none-eabihf", "riscv32imac-unknown-none-elf"]
2024-10-09 16:13:17 -05:00
profile = "minimal"