esp-idf/components/freertos/FreeRTOS-Kernel
Darian Leung 5227616e57 refactor(freertos/idf): Implicitly include idf_additions.h from FreeRTOS.h
This commit adds an implicit inclusion of `idf_additions.h` to `FreeRTOS.h` in
preparation for moving some IDf specific API to `idf_additions.h`.

This implict inclusion allows existing code to be continue using these
relocated APIs without any changes in header inclusions.

Also removed "#pragma once" directive from "freertos_tasks_c_additions.h" since
that header is included as a source file.
2023-09-05 16:19:42 +08:00
..
include/freertos refactor(freertos/idf): Implicitly include idf_additions.h from FreeRTOS.h 2023-09-05 16:19:42 +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 freertos: Add GetStaticBuffer functions 2023-04-12 11:45:06 +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 freertos: Add GetStaticBuffer functions 2023-04-12 11:45:06 +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 freertos: Add GetStaticBuffer functions 2023-04-12 11:45:06 +08:00
tasks.c refactor(freertos): Call TLSP deletion callback from portCLEAN_UP_TCB() 2023-08-24 19:32:06 +08:00
timers.c freertos: Add GetStaticBuffer functions 2023-04-12 11:45:06 +08:00
uncrustify.cfg freertos: Add uncrustiy config files for IDF FreeRTOS v10.4.3 2022-11-02 19:42:19 +08:00