Document required Rust platform toolchains

This commit is contained in:
Adam Macdonald 2025-02-22 03:27:15 +00:00
parent a93730a61d
commit ffed72ef9c

View File

@ -11,6 +11,9 @@ This firmware, written in Rust using embedded-hal ([rp235x-hal](https://crates.i
- RPi picotool: https://github.com/raspberrypi/picotool - RPi picotool: https://github.com/raspberrypi/picotool
- ARM bare metal compiler toolchain - ARM bare metal compiler toolchain
- `arm-none-eabi-gcc` (& `arm-none-eabi-newlib`) on Arch Linux, your system may have different package names - `arm-none-eabi-gcc` (& `arm-none-eabi-newlib`) on Arch Linux, your system may have different package names
- The ARMv8 or RISC-V Rust toolchain:
- ARMv8: `rustup target add thumbv8m.main-none-eabihf`
- RISC-V: `rustup target add riscv32imac-unknown-none-elf`
### Environment configuration ### Environment configuration