mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-09 09:43:25 +00:00
Add a condition on the definition of the MALLOC_CAP_EXEC macro to prevent it from being defined if ESP_SYSTEM_MEMPROT_FEATURE or ESP_SYSTEM_PMP_IDRAM_SPLIT is enabled, thus throwing a compile time error when using it. Closes https://github.com/espressif/esp-idf/issues/14837