esp-idf/components/freertos/test_apps
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
..
freertos refactor(freertos/idf): Move IDF task utility functions to API addition headers 2023-09-05 16:20:59 +08:00
orig_inc_path core-system: trim build components for core-system test apps 2023-06-13 09:14:42 +08:00
.build-test-rules.yml change(soc): added SOC_EFUSE_SUPPORTED 2023-08-24 12:51:20 +08:00