esp-idf/components/freertos/esp_additions
Darian Leung e612db7d32 refactor(freertos/idf): Move weak xTimerCreateTimerTask() to IDF additions header
A weak xTimerCreateTimerTask() was added to tasks.c as a workaround in ESP-IDF
in order to prevent timers.c from being linked when unused.

This commit moves that workaround to `freertos_tasks_c_additions.h`
2023-09-05 16:20:59 +08:00
..
include refactor(freertos/idf): Move vTaskSetThreadLocalStoragePointerAndDelCallback() 2023-09-05 16:20:59 +08:00
freertos_compatibility.c refactor(freertos/idf): Move compatibility functions 2023-09-05 16:20:59 +08:00
freertos_tasks_c_additions.h refactor(freertos/idf): Move weak xTimerCreateTimerTask() to IDF additions header 2023-09-05 16:20:59 +08:00
FreeRTOSSimulator_wrappers.c freertos/linux: Fix use after scope exit in select() wrap 2023-05-15 10:28:54 +02:00
idf_additions.c refactor(freertos): Uncrustify and format IDF addition headers 2023-08-30 14:11:52 +08:00