mirror of
https://github.com/ruvnet/RuView.git
synced 2026-04-28 14:09:33 +00:00
- Update ADR count from 44 to 48 - Add adaptive classifier (ADR-048) to Intelligence features - Add Observatory visualization (ADR-047) and AMOLED display (ADR-045) to Deployment features - Update screenshot to v2-screen.png - Add ADR-045 (AMOLED), ADR-046 (Android TV), ADR-047 (Observatory), DDD deployment model - Add AMOLED display firmware (display_hal, display_task, display_ui, LVGL config) - Add Observatory UI (13 Three.js modules, CSS, HTML entry point) - Add trained adaptive model JSON - Update .gitignore for managed_components, recordings, .swarm Co-Authored-By: claude-flow <ruv@ruv.net>
387 B
387 B
| 1 | # ESP32-S3 CSI Node — 8MB flash partition table (ADR-045) |
|---|---|
| 2 | # Name, Type, SubType, Offset, Size, Flags |
| 3 | nvs, data, nvs, 0x9000, 0x6000, |
| 4 | otadata, data, ota, 0xf000, 0x2000, |
| 5 | phy_init, data, phy, 0x11000, 0x1000, |
| 6 | ota_0, app, ota_0, 0x20000, 0x200000, |
| 7 | ota_1, app, ota_1, 0x220000, 0x200000, |
| 8 | spiffs, data, spiffs, 0x420000, 0x1E0000, |