velxio/frontend/src/simulation
David Montero Crespo 7053b6f2c8 feat: update ESP32-C3 simulator and add emulation tests
- Updated components-metadata.json with new generated timestamp.
- Refactored Esp32C3Simulator.ts to remove unnecessary debug variables and logging, and added support for additional ROM functions.
- Modified useSimulatorStore.ts to clarify bridge usage for ESP32 boards.
- Updated submodules for QEMU and other libraries to indicate dirty state.
- Added test_esp32c3_emulation.py for end-to-end testing of ESP32-C3 emulation, including compilation, flash image merging, and GPIO event checking.
2026-03-18 23:30:45 -03:00
..
parts Refactor code structure for improved readability and maintainability 2026-03-16 18:31:46 -03:00
AVRSimulator.ts feat: enhance AVRSimulator for ATmega2560 support with updated interrupt configurations 2026-03-16 23:08:51 -03:00
Esp32Bridge.ts feat: enhance ESP32 emulation with GPIO mapping and ADC support 2026-03-16 13:11:59 -03:00
Esp32C3Simulator.ts feat: update ESP32-C3 simulator and add emulation tests 2026-03-18 23:30:45 -03:00
I2CBusManager.ts
PinManager.ts feat: enhance ESP32-C3 simulator with ROM stubs, timer group handling, and diagnostic logging 2026-03-17 16:46:44 -03:00
RP2040Simulator.ts
RaspberryPi3Bridge.ts
RiscVCore.ts chore: clean up empty code change sections in the changes log 2026-03-17 22:12:01 -03:00
RiscVSimulator.ts feat: add visual components for ATtiny85, Raspberry Pi Pico W, and RISC-V Board 2026-03-15 15:39:26 -03:00
rp2040-bootrom.ts