esp-idf/components/esp_rom/patches
Guillaume Souchere b8f682a11b esp-rom: create a patch of tlsf_check() for target(s) supporting ROM implementation of TLSF
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.
2022-09-13 14:19:51 +02:00
..
esp_rom_crc.c esp_rom: extract common CRC apis into esp_rom_crc.h 2020-06-23 16:40:14 +08:00
esp_rom_efuse.c system/sleep: further fix spi flash/ram current leakage 2022-07-21 19:14:26 +08:00
esp_rom_longjmp.S [esp_rom]: fixed S3 longjmp patch 2021-06-18 15:47:41 +08:00
esp_rom_regi2c.c hw_support: fixed regi2c not protected by lock on ESP32S2 2022-03-13 00:24:08 +08:00
esp_rom_spiflash.c spi_flash: refactor spi_flash.h to esp_rom_spiflash.h but keep the content in spi_flash.h 2021-12-30 14:12:31 +08:00
esp_rom_sys.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
esp_rom_systimer.c esp_rom: patch systimer driver for esp32c2 2022-07-25 16:08:52 +08:00
esp_rom_tlsf.c esp-rom: create a patch of tlsf_check() for target(s) supporting ROM implementation of TLSF 2022-09-13 14:19:51 +02:00
esp_rom_uart.c esp_rom: extract common uart apis into esp_rom_uart.h 2020-07-17 16:00:59 +08:00