2 Commits

Author SHA1 Message Date
9d232305c6 Implement firmware builder, OTA manager, and production tools
Replace all remaining stub implementations with real functionality:

- firmware_builder: elf2image conversion and image-info analysis
- ota_manager: package creation (zip+manifest), HTTP deploy via curl,
  rollback by erasing otadata partition
- production_tools: factory programming (erase/flash/verify pipeline),
  batch parallel programming, QC test suites (basic + extended)
2026-01-31 09:02:34 -07:00
64c1505a00 Add QEMU ESP32 emulation support
Integrate Espressif's QEMU fork for virtual ESP device management:

- QemuManager component with 5 MCP tools (start/stop/list/status/flash)
- Config auto-detects QEMU binaries from ~/.espressif/tools/
- Supports esp32, esp32s2, esp32s3, esp32c3 chip emulation
- Virtual serial over TCP (socket://localhost:PORT) transparent to esptool
- Scan integration: QEMU instances appear in esp_scan_ports results
- Blank flash images initialized to 0xFF (erased NOR flash state)
- 38 unit tests covering lifecycle, port allocation, flash writes
2026-01-28 15:35:22 -07:00