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:
@@ -2,15 +2,15 @@
|
||||
gsd_state_version: 1.0
|
||||
milestone: v1.0
|
||||
milestone_name: milestone
|
||||
status: executing
|
||||
stopped_at: Completed 07-microcontroller-firmware/07-02-PLAN.md
|
||||
last_updated: "2026-04-07T15:42:39.463Z"
|
||||
status: verifying
|
||||
stopped_at: Completed 07-microcontroller-firmware/07-01-PLAN.md
|
||||
last_updated: "2026-04-07T15:43:23.619Z"
|
||||
last_activity: 2026-04-07
|
||||
progress:
|
||||
total_phases: 7
|
||||
completed_phases: 6
|
||||
completed_phases: 7
|
||||
total_plans: 24
|
||||
completed_plans: 22
|
||||
completed_plans: 24
|
||||
percent: 0
|
||||
---
|
||||
|
||||
@@ -26,8 +26,8 @@ See: .planning/PROJECT.md (updated 2026-04-05)
|
||||
## Current Position
|
||||
|
||||
Phase: 07 (microcontroller-firmware) — EXECUTING
|
||||
Plan: 2 of 3
|
||||
Status: Ready to execute
|
||||
Plan: 3 of 3
|
||||
Status: Phase complete — ready for verification
|
||||
Last activity: 2026-04-07
|
||||
|
||||
Progress: [░░░░░░░░░░] 0%
|
||||
@@ -74,6 +74,8 @@ Progress: [░░░░░░░░░░] 0%
|
||||
| Phase 06-ai-sync P02 | 8 | 2 tasks | 7 files |
|
||||
| Phase 06-ai-sync P03 | 8 | 2 tasks | 5 files |
|
||||
| Phase 07 P02 | 155 | 3 tasks | 3 files |
|
||||
| Phase 07 P03 | 2 | 3 tasks | 3 files |
|
||||
| Phase 07-microcontroller-firmware P01 | 8 | 1 tasks | 6 files |
|
||||
|
||||
## Accumulated Context
|
||||
|
||||
@@ -136,6 +138,11 @@ Recent decisions affecting current work:
|
||||
- [Phase 07]: Inline _hsv_to_rgb replaces colorsys (not available in MicroPython)
|
||||
- [Phase 07]: bytearray for FireAnimation heat buffer avoids GC pressure on device
|
||||
- [Phase 07]: density field maps to size for chase, cooling for fire, ignored for others
|
||||
- [Phase 07]: Frame timeout (2s) reverts to last animation — matches WLED behavior, avoids idle black strip on packet loss
|
||||
- [Phase 07]: FrameAssembler keyed by absolute pixel index — tolerates out-of-order DNRGB chunks
|
||||
- [Phase 07-microcontroller-firmware]: No ABC module in MicroPython: LED driver interface enforced by convention not inheritance
|
||||
- [Phase 07-microcontroller-firmware]: select.poll(0) inside asyncio for non-blocking UDP — avoids monopolizing cooperative scheduler
|
||||
- [Phase 07-microcontroller-firmware]: Protocol parsers use only struct (stdlib) — testable on CPython without MicroPython device
|
||||
|
||||
### Pending Todos
|
||||
|
||||
@@ -149,8 +156,8 @@ None yet.
|
||||
|
||||
## Session Continuity
|
||||
|
||||
Last session: 2026-04-07T15:42:39.455Z
|
||||
Stopped at: Completed 07-microcontroller-firmware/07-02-PLAN.md
|
||||
Last session: 2026-04-07T15:43:23.612Z
|
||||
Stopped at: Completed 07-microcontroller-firmware/07-01-PLAN.md
|
||||
Resume file: None
|
||||
|
||||
Next action: `/gsd:plan-phase 1`
|
||||
|
||||
Reference in New Issue
Block a user