mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-14 14:30:28 +01:00
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
6.5 KiB
6.5 KiB