# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
channel = "stable"
components = [ "rustfmt", "rust-analyzer" ]
targets = [
"thumbv6m-none-eabi", # Pico 1 (ARM Cortex-M0+)
"thumbv8m.main-none-eabihf", # Pico 2 ARM (Cortex-M33)
"riscv32imac-unknown-none-elf" # Pico 2 RISC-V (Hazard3)
]