esp-idf/components/freertos
Darian Leung 13c4a57a2d
fix(freertos): Fix vTaskList() parameter print order
xCoreID was previously printed as the last parameter priority to IDF v5.1, but
was changed to the third paramtere from v5.2 onwards. This commit restores the
correct ordering.

Closes https://github.com/espressif/esp-idf/issues/13675
2024-04-24 17:19:38 +08:00
..
config feat(freertos): Add application task tag support 2024-03-09 00:57:37 +08:00
esp_additions feat(freertos): Runtime Counter support 2024-04-18 10:26:38 +03:00
FreeRTOS-Kernel fix(freertos): Fix vTaskList() parameter print order 2024-04-24 17:19:38 +08:00
FreeRTOS-Kernel-SMP feat(freertos): Runtime Counter support 2024-04-18 10:26:38 +03:00
test_apps fix(ci): fix CI unity test cases failure 2024-04-18 18:07:07 +08:00
app_startup.c refactor(freertos): Updated FreeRTOS component files to astyle format 2024-01-31 16:41:58 +08:00
CMakeLists.txt fix(freertos): override select function without relying on -Wl,--wrap 2024-01-23 16:57:38 +01:00
heap_idf.c refactor(freertos): Updated FreeRTOS component files to astyle format 2024-01-31 16:41:58 +08:00
Kconfig fix(freertos): Updated dependency list for CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER option 2024-03-14 08:41:51 +01:00
linker_common.lf feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00
linker_smp.lf change(freertos): Deprecate usage of vPortCleanUpTCB() by applications 2023-08-23 17:50:08 +08:00
linker.lf change(freertos/idf): Make v10.5.1 the default kernel 2023-10-21 04:39:16 +08:00
port_common.c feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00
port_systick.c feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00
port_systick.h freertos: Move port_systick to common directory 2023-04-28 23:03:00 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00