Lines Matching full:freertos
2 * FreeRTOS Kernel V11.0.1
24 * https://www.FreeRTOS.org
25 * https://github.com/FreeRTOS
36 #include "FreeRTOS.h"
40 …figINTERRUPT_CONTROLLER_BASE_ADDRESS must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on-Cort…
44 …RUPT_CONTROLLER_CPU_INTERFACE_OFFSET must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on-Cort…
48 …#error "configUNIQUE_INTERRUPT_PRIORITIES must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on…
52 …#error "configSETUP_TICK_INTERRUPT() must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on-Cort…
56 …onfigMAX_API_CALL_INTERRUPT_PRIORITY must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on-Cort…
415 * configMAX_SYSCALL_INTERRUPT_PRIORITY calls an ISR safe FreeRTOS API in vPortValidateInterruptPriority()
416 * function. ISR safe FreeRTOS API functions must *only* be called in vPortValidateInterruptPriority()
425 * FreeRTOS maintains separate thread and ISR API functions to ensure in vPortValidateInterruptPriority()
429 * https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html in vPortValidateInterruptPriority()
430 * https://www.FreeRTOS.org/FAQHelp.html */ in vPortValidateInterruptPriority()