mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
39f789df93
modify existing patch of TLSF rom and add multi heap patch to add the walker feature to the ROM implementation of the heap component.
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
#####################################################
|
|
# This file is auto-generated from SoC caps
|
|
# using gen_soc_caps_kconfig.py, do not edit manually
|
|
#####################################################
|
|
|
|
if IDF_TARGET_ESP32C5_BETA3_VERSION
|
|
source "$IDF_PATH/components/esp_rom/esp32c5/beta3/esp32c5/Kconfig.soc_caps.in"
|
|
endif
|
|
|
|
if IDF_TARGET_ESP32C5_MP_VERSION
|
|
source "$IDF_PATH/components/esp_rom/esp32c5/mp/esp32c5/Kconfig.soc_caps.in"
|
|
endif
|