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.
45 lines
745 B
Plaintext
45 lines
745 B
Plaintext
#####################################################
|
|
# This file is auto-generated from SoC caps
|
|
# using gen_soc_caps_kconfig.py, do not edit manually
|
|
#####################################################
|
|
|
|
config ESP_ROM_HAS_CRC_LE
|
|
bool
|
|
default y
|
|
|
|
config ESP_ROM_HAS_CRC_BE
|
|
bool
|
|
default y
|
|
|
|
config ESP_ROM_UART_CLK_IS_XTAL
|
|
bool
|
|
default y
|
|
|
|
config ESP_ROM_HAS_RETARGETABLE_LOCKING
|
|
bool
|
|
default y
|
|
|
|
config ESP_ROM_GET_CLK_FREQ
|
|
bool
|
|
default y
|
|
|
|
config ESP_ROM_HAS_RVFPLIB
|
|
bool
|
|
default y
|
|
|
|
config ESP_ROM_HAS_HAL_WDT
|
|
bool
|
|
default y
|
|
|
|
config ESP_ROM_HAS_HAL_SYSTIMER
|
|
bool
|
|
default y
|
|
|
|
config ESP_ROM_HAS_HEAP_TLSF
|
|
bool
|
|
default y
|
|
|
|
config ESP_ROM_TLSF_CHECK_PATCH
|
|
bool
|
|
default y
|