esp-idf/components/freertos
Angus Gratton e02439f2de freertos: Add addition overflow check for stream buffer
Patch from upstream commit d05b9c123f2bf9090bce386a244fc934ae44db5b
2021-05-04 16:55:40 +10:00
..
include/freertos doc: Add notes that vTaskStartScheduler() is called during startup 2021-03-31 09:37:28 +11:00
port systimer: strip hal driver 2021-04-22 21:08:39 +08:00
test freertos: Add some comments about deleting tasks when using SMP 2021-04-13 03:40:10 +00:00
CMakeLists.txt
FreeRTOS-openocd.c
History.txt
Kconfig freertos: Use the standard assert() function for configASSERT 2021-03-03 10:26:57 +11:00
component.mk
croutine.c
event_groups.c freertos: fix errors reported by PVS-Studio 2021-02-11 03:15:04 +00:00
freertos_v8_compat.c
license.txt
linker.lf freertos: linker.lf rules fixes 2021-04-22 17:14:46 +02:00
list.c
queue.c freertos: Check for arithmetic overflows on queue creation 2021-05-04 16:55:20 +10:00
sdkconfig.rename
stream_buffer.c freertos: Add addition overflow check for stream buffer 2021-05-04 16:55:40 +10:00
tasks.c freertos: Fix race condition returning incorrect TCB on unpinned tasks 2021-04-20 14:46:49 +10:00
timers.c