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. |
||
---|---|---|
.. | ||
esp32/rom | ||
esp32c2/rom | ||
esp32c3/rom | ||
esp32h2/rom | ||
esp32s2/rom | ||
esp32s3/rom | ||
linux/soc | ||
esp_rom_crc.h | ||
esp_rom_efuse.h | ||
esp_rom_gpio.h | ||
esp_rom_lldesc.h | ||
esp_rom_md5.h | ||
esp_rom_regi2c.h | ||
esp_rom_spiflash_defs.h | ||
esp_rom_spiflash.h | ||
esp_rom_sys.h | ||
esp_rom_uart.h |