FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. - FreeRTOS-Kernel/queue.c at main · FreeRTOS/FreeRTOS-Kernel
The stack overflow hook (or stack overflow callback) is a function that is called by the kernel when it detects a stack overflow. To use a stack overflow hook function:Set configCHECK_FOR_STACK_OVERFLOW to either 1 , 2 or 3 in FreeRTOSConfig.h, as described in the following sub-...
FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. - FreeRTOS-Kernel/timers.c at main · kkkma/FreeRTOS-Kernel
FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. - FreeRTOS-Kernel/include/atomic.h at main · FreeRTOS/FreeRTOS-Kernel