mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-28 16:46:31 +03:00
avoid critical issues caused by manual cache writeback and conflicting writes. The issue exist on chips after esp32p4
16 lines
603 B
Plaintext
16 lines
603 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)
|
|
if ESP_ROM_CACHE_WRITEBACK_NEEDS_SYNC_TWICE_MAP = y:
|
|
esp_rom_cache_writeback_esp32p4_esp32s31 (noflash)
|
|
if ESP_ROM_CACHE_WRITEBACK_NEEDS_SYNC_TWICE_NO_MAP = y:
|
|
esp_rom_cache_writeback_esp32c5_esp32c61_esp32h4 (noflash)
|