- 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. |
||
|---|---|---|
| .. | ||
| blink.bin | ||
| blink.c | ||
| blink.dis | ||
| blink.elf | ||
| build.sh | ||
| link.ld | ||