mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-21 19:09:13 +00:00
This commit disables portUSING_MPU_WRAPPERS for the FreeRTOS SMP xtensa port. This was previously enabled due to the need to keep a CPSA (coprocessor save area pointer) in the TCB. The CPSA pointer is now calculated at run time.