mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
[mapping:esp_rom]
|
|
archive: libesp_rom.a
|
|
entries:
|
|
esp_rom_spiflash (noflash)
|
|
if HEAP_TLSF_USE_ROM_IMPL = y && ESP_ROM_TLSF_CHECK_PATCH = y:
|
|
esp_rom_tlsf (noflash)
|
|
if SOC_SYSTIMER_SUPPORTED = y:
|
|
esp_rom_systimer (noflash)
|
|
if HAL_WDT_USE_ROM_IMPL = y:
|
|
esp_rom_wdt (noflash)
|