change(heap): moved tlsf patch functions to flash

This commit is contained in:
Marius Vikhammer
2025-05-30 14:07:13 +02:00
parent 40844075c3
commit db3946ab9f

View File

@@ -9,8 +9,6 @@ entries:
esp_rom_cache_esp32s2_esp32s3 (noflash)
if ESP_ROM_HAS_CACHE_WRITEBACK_BUG = y:
esp_rom_cache_writeback_esp32s3 (noflash)
if HEAP_TLSF_USE_ROM_IMPL = y && (ESP_ROM_TLSF_CHECK_PATCH = y || HEAP_TLSF_CHECK_PATCH = y):
esp_rom_tlsf (noflash)
if SOC_SYSTIMER_SUPPORTED = y:
esp_rom_systimer (noflash)
if HAL_WDT_USE_ROM_IMPL = y: