mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b8f682a11b
The tlsf implementation in the ROM does not provide a mechanism to register a callback to be called in by tlsf_check(). This commit is creating a patch of the tlsf implementation to provide a definition of the function allowing to register the callback called in tlsf_check() and add the call of this callback in tlsf_check(). This patch is only compiled for target(s) with ESP_ROM_HAS_HEAP_TLSF set and ESP_ROM_TLSF_CHECK_PATCH set. For all the other configurations the environment remains unchanged by those modifications. |
||
---|---|---|
.. | ||
esp_rom_crc.c | ||
esp_rom_efuse.c | ||
esp_rom_longjmp.S | ||
esp_rom_regi2c.c | ||
esp_rom_spiflash.c | ||
esp_rom_sys.c | ||
esp_rom_systimer.c | ||
esp_rom_tlsf.c | ||
esp_rom_uart.c |