esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv
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
..
include/freertos freertos: Synchronize tasks.c functions (minor changes) to v10.4.3 2022-09-19 21:30:52 +08:00
port.c freertos: Refactor riscv port stack initialization code 2022-10-09 14:51:45 +08:00
portasm.S freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00