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.
14 lines
680 B
Text
14 lines
680 B
Text
[mapping:esp_eth]
|
|
archive: libesp_eth.a
|
|
entries:
|
|
if ETH_IRAM_OPTIMIZATION = y:
|
|
esp_eth:esp_eth_transmit (noflash_text)
|
|
esp_eth:esp_eth_transmit_ctrl_vargs (noflash_text)
|
|
esp_eth_mac_esp:emac_esp32_transmit (noflash_text)
|
|
esp_eth_mac_esp:emac_esp32_transmit_ctrl_vargs (noflash_text)
|
|
esp_eth_mac_esp:emac_esp32_receive (noflash_text)
|
|
esp_eth_mac_esp:emac_esp32_rx_task (noflash_text)
|
|
esp_eth_mac_esp_dma:emac_esp_dma_transmit_frame (noflash_text)
|
|
esp_eth_mac_esp_dma:emac_esp_dma_transmit_frame_ext (noflash_text)
|
|
esp_eth_mac_esp_dma:emac_esp_dma_alloc_recv_buf (noflash_text)
|
|
esp_eth_mac_esp_dma:emac_esp_dma_receive_frame (noflash_text)
|