diff --git a/index.html b/index.html index a2d7be6..7b49f39 100644 --- a/index.html +++ b/index.html @@ -124,6 +124,26 @@
The current program, decoded (not base64). Paste a patch or a base64 set‑list code; it's checked, then loaded. Conventions: GM names or numbers (kick / 36), =X.x- steps, /2 subdivision, (3,8) euclidean, @-3 dB, ~ polymeter.
+ +
+
Firmware · Rust (developer · alpha)
+
+
+

🦀 Native‑Rust firmware — PM_K‑1 (RP2350 / Pico 2)

+

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.

+

+ Download pm‑kit.uf2 ↓ +

+

Flash: hold BOOTSEL on the Pico 2, plug in USB, and drag the + .uf2 onto the RP2350 drive. Recover anytime with BOOTSEL + a CircuitPython .uf2. + Source & staged plan live in rust/ and docs/rust-port.md.

+
+
+
/*@BUILD:include:src/footer.html@*/