esp-idf/docs/doxygen
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
..
Doxyfile freertos(IDF): Remove dependency on portUSING_MPU_WRAPPERS 2022-12-23 15:29:17 +08:00
Doxyfile_esp32 dac: update unit-test docs and examples for driver-NG 2022-10-25 17:00:41 +08:00
Doxyfile_esp32c2 docs: cleanup target specific doxygen files 2022-10-18 14:18:48 +08:00
Doxyfile_esp32c3 docs: Fix Doxyfile after esp_ds.h is merged 2022-11-24 16:03:30 +05:30
Doxyfile_esp32c6 docs: Fix Doxyfile after esp_ds.h is merged 2022-11-24 16:03:30 +05:30
Doxyfile_esp32h4 docs: Fix Doxyfile after esp_ds.h is merged 2022-11-24 16:03:30 +05:30
Doxyfile_esp32s2 docs: Fix Doxyfile after esp_ds.h is merged 2022-11-24 16:03:30 +05:30
Doxyfile_esp32s3 docs: Fix Doxyfile after esp_ds.h is merged 2022-11-24 16:03:30 +05:30