esp-idf/components/freertos
Darian Leung e6d43ab56f freertos: Update SMP idle hooks
This commit updates the usage of idle hooks in SMP FreeRTOS as follows:

- IDF style idle hooks are now called from vApplicationMinimalIdleHook()
- If the user provdies their own vApplicationMinimalIdleHook(), it can be
  wrapped using -Wl,--wrap if CONFIG_FREERTOS_USE_MINIMAL_IDLE_HOOK is
  enabled.
- SMP port no longer uses vApplicationIdleHook() as it's only called from
  the prvIdleTask() and not every prvMinimalIdleTask()
2022-04-01 22:08:45 +08:00
..
FreeRTOS-Kernel Remove IRAM_ATTR from any function declarations 2022-03-22 09:58:50 +00:00
FreeRTOS-Kernel-SMP freertos: Update SMP idle hooks 2022-04-01 22:08:45 +08:00
esp_additions freertos_additions: add debug params table for openocd 2022-03-11 11:33:08 +01:00
test config: removed references to non-existing kconfig options 2022-03-15 18:32:22 +08:00
CMakeLists.txt freertos_additions: add debug params table for openocd 2022-03-11 11:33:08 +01:00
FreeRTOS-openocd.c freertos_additions: add debug params table for openocd 2022-03-11 11:33:08 +01:00
Kconfig freertos: Update SMP idle hooks 2022-04-01 22:08:45 +08:00
linker.lf freertos: Update Xtensa port files to support FreeRTOS SMP 2022-03-08 14:59:18 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00