rp-pico-2-rust/rust-toolchain.toml
2024-10-09 16:13:17 -05:00

6 lines
121 B
TOML

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