cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r578067657
########## File path: arch/xtensa/src/esp32/esp32_allocateheap.c ########## @@ -102,12 +104,23 @@ # define HEAP_REGION2_START 0x3ffe7e40 #endif -#ifdef CONFIG_XTENSA_USE_SEPARATE_IMEM +#ifdef CONFIG_XTENSA_IMEM_USE_SEPARATE_HEAP #define XTENSA_IMEM_REGION_SIZE CONFIG_XTENSA_IMEM_REGION_SIZE #else #define XTENSA_IMEM_REGION_SIZE 0 #endif +/* If define CONFIG_XTENSA_IMEM_MAXIMIZE_HEAP_REGION, it means Review comment: Done ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org