pico: Guest program compilation with stock rust compiler. (#118)

Co-authored-by: kevaundray <kevtheappdev@gmail.com>
Co-authored-by: Han <tinghan0110@gmail.com>
This commit is contained in:
rodiazet
2025-09-02 03:09:00 +02:00
committed by GitHub
parent f32a77fcc0
commit a2cb0d73dd
9 changed files with 359 additions and 31 deletions

View File

@@ -11,6 +11,9 @@ RUN chmod +x /tmp/install_pico_sdk.sh
RUN rustup default nightly
# Add `rust-src` component to enable std build for nightly rust.
RUN rustup +nightly component add rust-src
# Run the Pico SDK installation script.
# This script installs the specific Rust toolchain (nightly-2025-08-04)
# and installs pico-cli (as cargo-pico).