ruvector/examples/ruvLLM/esp32-flash/src
rUv 360bdb7ee7 feat(ruvllm-esp32): Add comprehensive improvements
Pre-built Binaries:
- GitHub Actions workflow for automated releases
- Builds for all ESP32 variants (esp32, s2, s3, c3, c6)
- Federation-enabled builds for multi-chip setups

Web Flasher:
- Browser-based flashing via ESP Web Serial API
- Zero-install experience
- Target selection with feature display

OTA Updates:
- Over-the-air firmware updates via WiFi
- Version checking and comparison
- Rollback support on failed updates
- Progress callbacks and state management

Model Zoo:
- Pre-quantized models ready to use
- tinystories-1m, microchat-2m, nanoembed-500k, tinyqa-1.5m
- Binary quantized models for minimal memory
- Use case recommendations

Benchmark Suite:
- Automated performance measurement
- Tokens/sec, latency percentiles, memory usage
- Chip-specific estimates
- Report generation

Error Diagnostics:
- 15+ known error patterns with fix suggestions
- Colored terminal output
- Documentation links
- Categories: toolchain, flash, memory, build, network

Offline Mode:
- Toolchain caching for air-gapped environments
- SHA256 verification
- Cross-platform support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 22:11:58 +00:00
..
federation feat(ruvLLM): Complete full-feature ESP32 flash with npx installation 2025-12-26 15:37:51 +00:00
models feat(ruvllm-esp32): Add comprehensive improvements 2025-12-26 22:11:58 +00:00
optimizations feat(ruvLLM): Complete full-feature ESP32 flash with npx installation 2025-12-26 15:37:51 +00:00
ruvector feat(ruvLLM): Complete full-feature ESP32 flash with npx installation 2025-12-26 15:37:51 +00:00
benchmark.rs feat(ruvllm-esp32): Add comprehensive improvements 2025-12-26 22:11:58 +00:00
diagnostics.rs feat(ruvllm-esp32): Add comprehensive improvements 2025-12-26 22:11:58 +00:00
lib.rs feat(ruvLLM): Complete full-feature ESP32 flash with npx installation 2025-12-26 15:37:51 +00:00
main.rs feat(ruvLLM): Complete full-feature ESP32 flash with npx installation 2025-12-26 15:37:51 +00:00
ota.rs feat(ruvllm-esp32): Add comprehensive improvements 2025-12-26 22:11:58 +00:00