mirror of
https://github.com/espressif/esp-idf
synced 2025-03-22 23:49:10 -04: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.