diff --git a/index.html b/index.html index a2d7be6..7b49f39 100644 --- a/index.html +++ b/index.html @@ -124,6 +124,26 @@
kick / 36), =X.x- steps, /2 subdivision, (3,8) euclidean, @-3 dB, ~ polymeter.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.
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.