esp-idf/components/bootloader_support/include
Guillaume Souchere a5d6f62e7e heap: Prevent alloc from IRAM to call dram_alloc_to_iram() on esp32c6 target
Since DRAM and IRAM are superposed on esp32c6 it is not necessary to convert a freshly allocated
DRAM addr to its IRAM equivalent when MALLOC_CAP_EXEC is passed to heap_caps_malloc(). Instead,
proceed with a default allocation since the address returned by multi_heap_malloc() already belongs
to the IRAM region.

Applies for esp32c6 and every boards with superposed DRAM and IRAM addresses.
2023-01-23 07:42:20 +01:00
..
bootloader_clock.h
bootloader_common.h esp_app_format: Fixed build errors and resolved dependencies 2022-08-17 10:59:31 +05:30
bootloader_mem.h
bootloader_memory_utils.h heap: Prevent alloc from IRAM to call dram_alloc_to_iram() on esp32c6 target 2023-01-23 07:42:20 +01:00
bootloader_random.h
bootloader_util.h
esp_app_format.h C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT 2022-11-21 16:18:08 +08:00
esp_flash_data_types.h
esp_flash_encrypt.h security: Adds new APIs to check that all eFuse security features are enabled correctly 2023-01-10 23:35:13 +08:00
esp_flash_partitions.h
esp_image_format.h C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT 2022-11-21 16:18:08 +08:00
esp_secure_boot.h security: Adds new APIs to check that all eFuse security features are enabled correctly 2023-01-10 23:35:13 +08:00