mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fe0d4f2834
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 |
||
---|---|---|
.. | ||
include/freertos | ||
port.c | ||
portasm.S |