esp-idf/components/freertos
Angus Gratton 6e4b0c3e2f freertos: Remove either one or two assertions from "fast path" of vPortCPUReleaseMutex()
Saves a few cycles by only testing the count validity once, and never for the common case where the
mutex was not recursively locked.
2018-07-31 06:35:25 +00:00
..
include/freertos freertos: add configTASKLIST_INCLUDE_COREID 2018-07-17 10:57:26 +00:00
test esp32 tests: TLS test: use same size stack for static & non-static task 2018-07-23 03:54:44 +00:00
FreeRTOS-openocd.c
Kconfig Added: display xCoreID in vTaskList 2018-07-17 10:57:26 +00:00
component.mk
croutine.c
event_groups.c
license.txt
list.c
port.c
portasm.S
portmux_impl.h
portmux_impl.inc.h freertos: Remove either one or two assertions from "fast path" of vPortCPUReleaseMutex() 2018-07-31 06:35:25 +00:00
queue.c freertos: Add critical sections to queue sets. 2018-07-13 13:58:54 +08:00
readme_xtensa.txt
ringbuf.c
stdint.readme
tasks.c freertos: add configTASKLIST_INCLUDE_COREID 2018-07-17 10:57:26 +00:00
timers.c
xtensa_context.S
xtensa_init.c
xtensa_intr.c
xtensa_intr_asm.S
xtensa_overlay_os_hook.c
xtensa_vector_defaults.S
xtensa_vectors.S