esp-idf/components/freertos/esp_additions
Darian Leung 3d2e674326 freertos: Move private API additions to "freertos_idf_additions_priv.h"
Previously, some IDF FreeRTOS API additions that were meant to be private were
exposed through the same "idf_additions.h" header. This commit moves those
functions to a separate header included via
"esp_private/freertos_idf_additions_priv.h" so that they are not mistaken as
public API by users.

This commit also fixes some missing include and C++ guards in idf_additions.h
2023-04-07 15:24:34 +08:00
..
arch freertos: Uncrustify FreeRTOSConfig files 2023-03-22 16:32:29 +08:00
include freertos: Move private API additions to "freertos_idf_additions_priv.h" 2023-04-07 15:24:34 +08:00
freertos_tasks_c_additions.h freertos: Move private API additions to "freertos_idf_additions_priv.h" 2023-04-07 15:24:34 +08:00
freertos_v8_compat.c freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00