From ae8a5ec260467af7a1856a07a1e3633233c07289 Mon Sep 17 00:00:00 2001 From: maurice Date: Tue, 27 Jan 2026 19:29:30 +0100 Subject: [PATCH] Update container --- containers/rust/Containerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/containers/rust/Containerfile b/containers/rust/Containerfile index 8606a66..b0680bb 100644 --- a/containers/rust/Containerfile +++ b/containers/rust/Containerfile @@ -1,4 +1,8 @@ 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 \ No newline at end of file +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