esp-idf/components/freertos/FreeRTOS-Kernel-SMP/portable
Darian Leung fe0d4f2834 freertos: Refactor riscv port stack initialization code
This commit refactors the pxPortInitialiseStack() function of the riscv
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:51:45 +08:00
..
riscv freertos: Refactor riscv port stack initialization code 2022-10-09 14:51:45 +08:00
xtensa freertos: Refactor xtensa port stack initialization code 2022-10-09 14:48:30 +08:00