We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e010f32 + dd846ae commit 6fc45efCopy full SHA for 6fc45ef
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