zephyr/soc/espressif/common
Sylvio Alves 59f0418d2e soc: esp32: unify runtime heap usage
This commit applies several changes in the way "heap_runtime"
feature is used. It can't be split due to bisectability issues.

Whenever the feature is enabled, a new heap is created and
custom malloc/calloc/free functions are added into the build
system. Those functions are currently used for internal Wi-Fi and BLE
drivers only.

Such changes are described below:

1) Rename heap.c to esp_heap_runtime.c for better readability.
2) Rename RUNTIME_HEAP to HEAP_RUNTIME to make it similar to what is
available in Zephyr.
3) Add runtime heap to BT as such as Wi-Fi.

Fixes #79490
Fixes #79470

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2024-10-17 09:45:02 +02:00
..
include soc: esp32: unify runtime heap usage 2024-10-17 09:45:02 +02:00
CMakeLists.txt soc: esp32: unify runtime heap usage 2024-10-17 09:45:02 +02:00
Kconfig soc: esp32: unify runtime heap usage 2024-10-17 09:45:02 +02:00
Kconfig.defconfig
Kconfig.esptool
Kconfig.flash soc: espressif: Simple boot validity 2024-09-19 18:02:20 -04:00
Kconfig.spiram soc: esp32: add SPIRAM memory test kconfig option 2024-09-28 11:30:34 -05:00
Kconfig.wifi soc: esp32: unify runtime heap usage 2024-10-17 09:45:02 +02:00
esp_heap_runtime.c soc: esp32: unify runtime heap usage 2024-10-17 09:45:02 +02:00
loader.c
psram.c soc: esp32: add SPIRAM memory test kconfig option 2024-09-28 11:30:34 -05:00