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

6 lines
153 B
TOML

[toolchain]
channel = "1.80"
components = ["rustc", "cargo"]
targets = ["thumbv8m.main-none-eabihf", "riscv32imac-unknown-none-elf"]
profile = "minimal"