We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3fe65 commit 4c7f946Copy full SHA for 4c7f946
.devcontainer/Dockerfile
@@ -20,7 +20,7 @@ ENV PATH=${PATH}:$HOME/.cargo/bin
20
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
21
--default-toolchain ${NIGHTLY_VERSION} -y --profile minimal \
22
&& $HOME/.cargo/bin/rustup component add rust-src --toolchain ${NIGHTLY_VERSION} \
23
- && $HOME/.cargo/bin/rustup target add riscv32i-unknown-none-elf
+ && $HOME/.cargo/bin/rustup target add riscv32imc-unknown-none-elf
24
25
RUN $HOME/.cargo/bin/cargo install cargo-espflash ldproxy
26
0 commit comments