15d0189d3e
Add the `CONFIG_ESP_RUNTIME_HEAP` kconfig. This allows the memory pool to be created starting at `z_mapped_end` ending at `_heap_sentry`. Added choice symbol ESP_WIFI_HEAP_* to select which heap to use in the ESP WiFi adapter module. Add file heap.c with code to initialize the runtime heap. Size of the pool is checked during the runtime. Signed-off-by: Marek Matej <marek.matej@espressif.com> |
||
---|---|---|
.. | ||
include | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.defconfig | ||
Kconfig.esptool | ||
Kconfig.flash | ||
Kconfig.spiram | ||
Kconfig.wifi | ||
heap.c | ||
loader.c | ||
psram.c |