All uncommitted work from ESP32 GDB stub development session. Includes: - GDB stub (uos_gdbstub.c/.h/_entry.S) - Startup vector table rewrite - ESP32 HAL integration files - Boot chain design docs - AGENTS.md absolute rules (commit before refactor, no unauthorized changes) - All prior deepseek session work This commit prevents further data loss. No claims of correctness.
7 lines
194 B
Text
7 lines
194 B
Text
[mapping:gpspi_hal]
|
|
archive: libesp_hal_gpspi.a
|
|
entries:
|
|
if SPI_MASTER_ISR_IN_IRAM = y:
|
|
spi_hal_iram (noflash)
|
|
if SPI_SLAVE_ISR_IN_IRAM = y:
|
|
spi_slave_hal_iram (noflash)
|