esp-idf/components/freertos
Darian Leung 74f37f50ec freertos(IDF): Add upstream V10.5.1 files
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).
2023-05-10 16:52:22 +08:00
..
config freertos: Refactor component structure 2023-05-08 18:40:03 +08:00
esp_additions freertos: Refactor component structure 2023-05-08 18:40:03 +08:00
FreeRTOS-Kernel freertos: Move port_systick to common directory 2023-04-28 23:03:00 +08:00
FreeRTOS-Kernel-SMP freertos: Refactor component structure 2023-05-08 18:40:03 +08:00
FreeRTOS-Kernel-V10.5.1 freertos(IDF): Add upstream V10.5.1 files 2023-05-10 16:52:22 +08:00
test_apps freertos: Add task creation with caps functions 2023-04-21 15:43:08 +08:00
app_startup.c pytest: Expect "Calling app_main()" to indicate start of application 2022-12-09 19:40:40 +08:00
CMakeLists.txt freertos: Refactor component structure 2023-05-08 18:40:03 +08:00
heap_idf.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
Kconfig feat(freertos): added POSIX/Linux simulator port to FreeRTOS SMP 2023-04-25 13:58:57 +08:00
linker_common.lf freertos: Refactor component structure 2023-05-08 18:40:03 +08:00
linker_smp.lf freertos: Refactor port_systick 2023-04-28 23:03:00 +08:00
linker.lf freertos: riscv: fix vPortTaskWrapper for clang 2023-02-20 13:09:42 +08:00
port_common.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
port_systick.c freertos: Refactor port_systick 2023-04-28 23:03:00 +08:00
port_systick.h freertos: Move port_systick to common directory 2023-04-28 23:03:00 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00