esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos
Darian Leung c318c89453 freertos(IDF): Remove dependency on portUSING_MPU_WRAPPERS
This commit removes the dependency on portUSING_MPU_WRAPPERS on the Xtensa port
of IDF FreeRTOS. This dependency was added due to a hack implemented in the
upstream port that required the usage of the "xMPUSettings" member of the TCB.
The "xMPUSettings" would be used as a pointer to the task's coprocessor save
area on the stack, even though FreeRTOS MPU support was not available.

The hack has now been removed, and the CPSA pointer is now calculated using
a combination of constant offsets values and the pxEndOfStack member of the
TCB.

Note: This impelemtation was copied from the Xtensa port of Amazon SMP FreeRTOS.
2022-12-23 15:29:17 +08:00
..
FreeRTOSConfig_arch.h freertos: Refactor configuration files 2022-02-10 21:23:46 +08:00
portbenchmark.h freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
portmacro.h freertos(IDF): Remove dependency on portUSING_MPU_WRAPPERS 2022-12-23 15:29:17 +08:00
xtensa_api.h freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
xtensa_config.h freertos: Refactor configuration files 2022-02-10 21:23:46 +08:00
xtensa_context.h freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
xtensa_rtos.h freertos(IDF): Remove dependency on portUSING_MPU_WRAPPERS 2022-12-23 15:29:17 +08:00
xtensa_timer.h freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00