docs(07-01): complete firmware scaffold plan — SUMMARY, STATE, ROADMAP updated

- SUMMARY.md: firmware scaffold with boot/config/drivers/protocol/main
- STATE.md: plan 1 of 3 complete, 100% progress, decisions recorded
- ROADMAP.md: phase 7 marked Complete (3/3 plans with summaries)
This commit is contained in:
Claude
2026-04-07 15:43:27 +00:00
parent e7734916c5
commit 859f67a06d
3 changed files with 150 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ Decimal phases appear between their surrounding integers in numeric order.
- [x] **Phase 4: Timeline Editor** - DAW UI (tracks, drag-place blocks, resize, delete), undo/redo, beat detection, snap-to-beat (completed 2026-04-06)
- [x] **Phase 5: Live Show Execution** - End-to-end show playback, seek-safe cue scheduling, show save/load, keyboard shortcuts, live preview (completed 2026-04-07)
- [x] **Phase 6: AI Sync** - YouTube loading, AI-assisted show generation, beat calibration UI, structural segmentation (completed 2026-04-07)
- [ ] **Phase 7: Microcontroller Firmware** - MicroPython firmware for ESP32/Pico/RPi, animation command + frame receivers for SK6812 and WS2801
- [x] **Phase 7: Microcontroller Firmware** - MicroPython firmware for ESP32/Pico/RPi, animation command + frame receivers for SK6812 and WS2801 (completed 2026-04-07)
## Phase Details
@@ -142,9 +142,9 @@ Plans:
**Plans**: 3 plans
Plans:
- [ ] 07-01: Firmware scaffold — MicroPython UDP socket listener, packet type discriminator, device config (LED count, strip type)
- [x] 07-01: Firmware scaffold — MicroPython UDP socket listener, packet type discriminator, device config (LED count, strip type)
- [x] 07-02: Animation command renderer — parse animation+params packets, run animations on LED strip
- [ ] 07-03: Frame mode renderer — parse DRGB/DRGBW frames, handle multi-packet reassembly, output to physical strip
- [x] 07-03: Frame mode renderer — parse DRGB/DRGBW frames, handle multi-packet reassembly, output to physical strip
## Progress
@@ -159,4 +159,4 @@ Phases execute in numeric order: 1 → 2 → 3 → 4 → 5 → 6 → 7
| 4. Timeline Editor | 4/4 | Complete | 2026-04-06 |
| 5. Live Show Execution | 4/4 | Complete | 2026-04-07 |
| 6. AI Sync | 3/3 | Complete | 2026-04-07 |
| 7. Microcontroller Firmware | 1/3 | In Progress| |
| 7. Microcontroller Firmware | 3/3 | Complete | 2026-04-07 |