esp-idf/components/freertos
Sudeep Mohanty d050b2b63c freertos-smp: Disable CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER for FreeRTOS SMP
An explicit check of the mutex owner during a mutex release operation is
not necessary for FreeRTOS SMP as this is checked by default. Hence, the
corresponding Kconfig option is removed.
2022-10-26 09:02:55 +02:00
..
esp_additions feat(freertos): Added FreeRTOS POSIX/Linux Simulator 2022-09-27 16:23:54 +02:00
FreeRTOS-Kernel freertos: Enable configUSE_PORT_OPTIMISED_TASK_SELECTION for RISC-V targets 2022-10-17 16:47:21 +02:00
FreeRTOS-Kernel-SMP freertos: Refactor riscv port stack initialization code 2022-10-09 14:51:45 +08:00
test_apps freertos: final test cleanup 2022-10-25 17:41:29 +02:00
CMakeLists.txt refactor(freertos): streamlined freertos CMakeLists.txt 2022-10-20 16:43:24 +02:00
FreeRTOS-openocd.c freertos_additions: add debug params table for openocd 2022-03-11 11:33:08 +01:00
Kconfig freertos-smp: Disable CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER for FreeRTOS SMP 2022-10-26 09:02:55 +02:00
linker_smp.lf freertos: Adds new APIs to set/get and restore base priority 2022-09-01 07:07:08 +00:00
linker.lf freertos: Move some port functions into flash by default 2022-09-19 23:35:25 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00