velxio/frontend/src/simulation
David Montero Crespo 4ba2ccb877 Refactor simulator store to unify serial data handling and add board pin mapping utility
- Simplified serial data handling in `useSimulatorStore` for both AVR and RP2040 simulators.
- Introduced `boardPinMapping.ts` to map wokwi-element pin names to simulator GPIO/pin numbers for Arduino Uno and Nano RP2040.
- Added `compilationLogger.ts` to parse compile results into structured log entries for better console output.
2026-03-05 21:07:03 -03:00
..
parts Refactor simulator store to unify serial data handling and add board pin mapping utility 2026-03-05 21:07:03 -03:00
AVRSimulator.ts feat: add Serial Monitor component and integrate with AVR simulator 2026-03-05 06:56:14 -03:00
I2CBusManager.ts feat: add Serial Monitor component and integrate with AVR simulator 2026-03-05 06:56:14 -03:00
PinManager.ts feat: add support for RP2040 board, including simulator and compilation enhancements 2026-03-04 19:28:33 -03:00
RP2040Simulator.ts Refactor simulator store to unify serial data handling and add board pin mapping utility 2026-03-05 21:07:03 -03:00
rp2040-bootrom.ts Refactor simulator store to unify serial data handling and add board pin mapping utility 2026-03-05 21:07:03 -03:00