New main #2

Closed
Maurice wants to merge 41 commits from Maurice/devcontainer:new-main into main
Showing only changes of commit ae8a5ec260 - Show all commits
+4
View File
@@ -2,3 +2,7 @@ FROM git.plabble.org/maurice/fedora:main
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN . '/home/user/.cargo/env' && rustup component add rust-analyzer
# Raspberry Pi Pico tools
RUN cargo install elf2uf2-rs --locked
RUN rustup target add thumbv6m-none-eabi