esp-idf/components/freertos
Darian Leung 948010dc0b freertos: Add task creation with caps functions
This commit adds the corresponding CreateWithCaps functions for tasks:

- xTaskCreatePinnedToCoreWithCaps()
- xTaskCreateWithCaps()
- vTaskDeleteWithCaps()

Documentation and migraiton guide have been updated accordingly.

Closes https://github.com/espressif/esp-idf/issues/11216
2023-04-21 15:43:08 +08:00
..
esp_additions freertos: Add task creation with caps functions 2023-04-21 15:43:08 +08:00
FreeRTOS-Kernel xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
FreeRTOS-Kernel-SMP xtensa: Remove OS agnostic files from Amazon SMP FreeRTOS port 2023-04-18 15:51:38 +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 xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
FreeRTOS-openocd.c freertos: Add linker fragments for common functions 2023-02-01 15:09:46 +08:00
heap_idf.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
Kconfig xtensa: Add bare metal port stub functions for G0 build test 2023-04-18 15:51:38 +08:00
linker_common.lf freertos: Add wrapper functions to create objects with capabilities 2023-04-12 12:00:53 +08:00
linker_smp.lf freertos: riscv: fix vPortTaskWrapper for clang 2023-02-20 13:09:42 +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
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00