mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5ac3b05cbe
This commit adds the following hook functions to obtain memory for the IDLE and Timer Daemon tasks when configSUPPORT_STATIC_ALLOCATION is enabled: - vApplicationGetIdleTaskMemory() - vApplicationGetTimerTaskMemory() Currently, both functions simply allocate from the same memory as regular tasks (i.e., internal memory for both the stack and TCB) Closes https://github.com/espressif/esp-idf/issues/7511 |
||
---|---|---|
.. | ||
linux/include/freertos | ||
priv_include | ||
riscv | ||
xtensa | ||
port_common.c | ||
port_systick.c |