diff --git a/deploy.sh b/deploy.sh index 4ef1668..e146bdc 100755 --- a/deploy.sh +++ b/deploy.sh @@ -51,7 +51,7 @@ cp "$DIST_DIR/pico-main.py" "$DEST_DIR/pico-main.py"; echo " pico-main.py ($(st # Rust firmware (RP2350) — served if built via rust/pm-kit/build.sh (gitignored artifact, not in dist/) if [[ -f "$SRC_DIR/rust/pm-kit/pm-kit.uf2" ]]; then cp "$SRC_DIR/rust/pm-kit/pm-kit.uf2" "$DEST_DIR/pm-kit.uf2" - echo " pm-kit.uf2 ($(stat -c '%s' "$DEST_DIR/pm-kit.uf2") bytes) # Rust RP2350 firmware (alpha boot-blink)" + echo " pm-kit.uf2 ($(stat -c '%s' "$DEST_DIR/pm-kit.uf2") bytes) # Rust RP2350 firmware (alpha live metronome)" fi cp "$DIST_DIR/pm_k1_circuitpy.zip" "$DEST_DIR/pm_k1_circuitpy.zip"; echo " pm_k1_circuitpy.zip ($(stat -c '%s' "$DEST_DIR/pm_k1_circuitpy.zip") bytes)" # PM_K-1 CircuitPython bundle cp "$DIST_DIR/pico-cp-app.py" "$DEST_DIR/pico-cp-app.py"; echo " pico-cp-app.py ($(stat -c '%s' "$DEST_DIR/pico-cp-app.py") bytes)" # served for version reading + reference diff --git a/index.html b/index.html index 7b49f39..f7b5a03 100644 --- a/index.html +++ b/index.html @@ -131,8 +131,10 @@
An experimental native‑Rust build of the Kit firmware: one no_std core (track codec + scheduler,
- validated against the same golden vectors as the web and CircuitPython builds) plus per‑board drivers. Currently
- a bring‑up image (boot + display); it grows one driver at a time.