esp-idf/components/freertos/FreeRTOS-Kernel
Darian Leung 0db40f9e6c refactor(freertos/idf): Move IDF task utility functions to API addition headers
This commit combines various task utility API additions in IDF FreeRTOS and with
their Amazon SMP FreeRTOS addition counterparts. The folloiwng functions have
been moved to freertos_tasks_c_additions.h and idf_additions.h as these API
are considered public:

- xTaskGetCurrentTaskHandleForCPU()
- xTaskGetIdleTaskHandleForCPU()
- xTaskGetAffinity()
- pxTaskGetStackStart()

Also fixed in missing #if macros when vTaskCoreAffinityGet() is called in
Amazon SMP FreerTOS tests.
2023-09-05 16:20:59 +08:00
..
include/freertos refactor(freertos/idf): Move IDF task utility functions to API addition headers 2023-09-05 16:20:59 +08:00
portable Merge branch 'bugfix/freertos_incorrect_xPortCanYield' into 'master' 2023-09-04 09:33:25 +08:00
croutine.c freertos: Uncrustify IDF FreeRTOS 2022-11-02 19:49:40 +08:00
event_groups.c refactor(freertos/idf): Move critical section API to IDF addition headers 2023-09-05 16:20:59 +08:00
GitHub-FreeRTOS-Kernel-Home.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
History.txt freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
LICENSE.md freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
list.c freertos(IDF): Sync cosmetic differences to v10.4.3 2022-11-10 18:37:42 +08:00
queue.c refactor(freertos/idf): Move critical section API to IDF addition headers 2023-09-05 16:20:59 +08:00
Quick_Start_Guide.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
stream_buffer.c refactor(freertos/idf): Move critical section API to IDF addition headers 2023-09-05 16:20:59 +08:00
tasks.c refactor(freertos/idf): Move IDF task utility functions to API addition headers 2023-09-05 16:20:59 +08:00
timers.c refactor(freertos/idf): Move critical section API to IDF addition headers 2023-09-05 16:20:59 +08:00
uncrustify.cfg freertos: Add uncrustiy config files for IDF FreeRTOS v10.4.3 2022-11-02 19:42:19 +08:00