velxio/frontend/src/__tests__/fixtures/esp32c3-blink
David Montero Crespo 74e7ec58c1 Add bare-metal ESP32-C3 blink example with simulator support
- Implemented a simple LED blink program in C for the ESP32-C3, targeting RV32IMC architecture.
- Created a linker script to define memory layout for the ESP32-C3.
- Added build script to compile the blink program using the riscv32-esp-elf-gcc toolchain.
- Developed Esp32C3Simulator to emulate ESP32-C3 behavior in the browser, including GPIO and UART functionality.
- Implemented utility functions to parse ESP32 flash images and handle loading of binary data.
- Included disassembly output for debugging purposes.
- Added necessary test fixtures for the blink example.
2026-03-15 18:40:08 -03:00
..
blink.bin Add bare-metal ESP32-C3 blink example with simulator support 2026-03-15 18:40:08 -03:00
blink.c Add bare-metal ESP32-C3 blink example with simulator support 2026-03-15 18:40:08 -03:00
blink.dis Add bare-metal ESP32-C3 blink example with simulator support 2026-03-15 18:40:08 -03:00
blink.elf Add bare-metal ESP32-C3 blink example with simulator support 2026-03-15 18:40:08 -03:00
build.sh Add bare-metal ESP32-C3 blink example with simulator support 2026-03-15 18:40:08 -03:00
link.ld Add bare-metal ESP32-C3 blink example with simulator support 2026-03-15 18:40:08 -03:00