ruvector/examples/ruvLLM/esp32-flash/scripts/windows
rUv 960712a690 feat(ruvllm-esp32): Add improved Windows PowerShell scripts
- Add setup.ps1: Auto-installs espup, espflash, and ESP32 toolchain
- Add build.ps1: Auto-detects toolchain paths, no hardcoded values
- Add flash.ps1: Auto-detects COM ports with interactive selection
- Add env.ps1: Sets up environment for current session
- Add monitor.ps1: Serial monitor with auto port detection
- Update CLI to use PowerShell scripts on Windows
- Improve COM port detection using System.IO.Ports
- Update README with improved Windows workflow

Fixes Windows-specific issues:
- No more hardcoded paths (C:\Users\ruv\...)
- Dynamic libclang and Python path resolution
- Auto-detection of ESP toolchain location
- Better error handling and user feedback

🤖 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
..
build.ps1 feat(ruvllm-esp32): Add improved Windows PowerShell scripts 2025-12-26 22:11:58 +00:00
env.ps1 feat(ruvllm-esp32): Add improved Windows PowerShell scripts 2025-12-26 22:11:58 +00:00
flash.ps1 feat(ruvllm-esp32): Add improved Windows PowerShell scripts 2025-12-26 22:11:58 +00:00
monitor.ps1 feat(ruvllm-esp32): Add improved Windows PowerShell scripts 2025-12-26 22:11:58 +00:00
setup.ps1 feat(ruvllm-esp32): Add improved Windows PowerShell scripts 2025-12-26 22:11:58 +00:00