mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 01:56:31 +03: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