esp-idf/components/freertos/FreeRTOS-Kernel/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
..
linux feat(freertos): Added FreeRTOS POSIX/Linux Simulator 2022-09-27 16:23:54 +02:00
priv_include freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +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
port_common.c WDT: implement interrupt wdt and task wdt for ESP32-C2 2022-09-15 14:37:59 +08:00
port_systick.c freertos, ulp: Fix header inclusion to be compatible with new esp32c6 target 2022-09-06 09:13:20 +00:00