We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004a3f5 commit dd846aeCopy full SHA for dd846ae
Makefile
@@ -33,6 +33,7 @@ endif
33
.PHONY: setup
34
setup:
35
rustup target add thumbv7em-none-eabi
36
+ rustup target add riscv32imac-unknown-none-elf
37
rustup target add riscv32imc-unknown-none-elf
38
rustup component add rustfmt
39
rustup component add clippy
0 commit comments