mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
74f37f50ec
This commit adds the source files for the FreeRTOS Kernel V10.5.1 in preparation for upgrading ESP-IDF FreeRTOS Kernel version (files copied from https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.5.1) The following modifications were made to the files when copying - Added "SPDX-FileCopyrightText" and "SPDX-FileContributor" tags to all files to pass ESP-IDF pre-commit checks. - Left out some files unnecessary to ESP-IDF (e.g., URLs, "History.txt", and "portable" folder). |
||
---|---|---|
.. | ||
atomic.h | ||
croutine.h | ||
deprecated_definitions.h | ||
event_groups.h | ||
FreeRTOS.h | ||
list.h | ||
message_buffer.h | ||
mpu_prototypes.h | ||
mpu_wrappers.h | ||
portable.h | ||
projdefs.h | ||
queue.h | ||
semphr.h | ||
stack_macros.h | ||
StackMacros.h | ||
stream_buffer.h | ||
task.h | ||
timers.h |