esp_rom: put rom tlsf patch code in iram by default

This commit is contained in:
jiangguangming 2022-10-26 16:17:56 +08:00
parent 554f3bdc38
commit e41f4055ae

View File

@ -3,5 +3,7 @@ archive: libesp_rom.a
entries:
esp_rom_spiflash (noflash)
esp_rom_regi2c (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)