mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
12 lines
360 B
Plaintext
12 lines
360 B
Plaintext
[mapping:esp_rom]
|
|
archive: libesp_rom.a
|
|
entries:
|
|
esp_rom_sys (noflash)
|
|
esp_rom_spiflash (noflash)
|
|
if ESP_ROM_PRINT_IN_IRAM = y:
|
|
esp_rom_print (noflash)
|
|
if ESP_ROM_HAS_FLASH_COUNT_PAGES_BUG = y:
|
|
esp_rom_cache_esp32s2_esp32s3 (noflash)
|
|
if ESP_ROM_HAS_CACHE_WRITEBACK_BUG = y:
|
|
esp_rom_cache_writeback_esp32s3 (noflash)
|