mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 15:03:46 +00:00
- 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> |
||
|---|---|---|
| .. | ||
| build.ps1 | ||
| env.ps1 | ||
| flash.ps1 | ||
| monitor.ps1 | ||
| setup.ps1 | ||