esp-idf/components/freertos/FreeRTOS-Kernel-SMP/portable
Darian Leung 282f10d1bc freertos: Refactor xtensa port stack initialization code
This commit refactors the pxPortInitialiseStack() function of the xtensa
FreeRTOS ports (both IDF and SMP FreeRTOS).

- Each stack area is now separated into their own functions
- Each function will individually
    - Push the stack pointer to allocate the stack area
    - Initiaze the allocated stack area
- Each stack area's size and usage is now clearly documented in code
2022-10-09 14:48:30 +08:00
..
riscv riscv: Fix esprv_intc_int_set_threshold() naming 2022-09-16 16:45:43 +08:00
xtensa freertos: Refactor xtensa port stack initialization code 2022-10-09 14:48:30 +08:00