esp-idf/components/freertos/port
Darian Leung 5ac3b05cbe freertos: Add memory hooks for static IDLE and Timer tasks
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
2021-11-02 14:54:01 +08:00
..
linux/include/freertos freertos: updated the location of FreeRTOSConfig.h 2021-09-14 08:46:01 +05:30
priv_include freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
riscv resolve conflicts 2021-10-04 09:02:12 +08:00
xtensa resolve conflicts 2021-10-04 09:02:12 +08:00
port_common.c freertos: Add memory hooks for static IDLE and Timer tasks 2021-11-02 14:54:01 +08:00
port_systick.c freertos: Fix settings of systimer for SysTicks in case Unicore 2021-08-12 12:30:52 +05:00