Home
last modified time | relevance | path

Searched full:error (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/Kernel-v11.1.0/include/
DFreeRTOS.h67 …#error Missing definition: One of configUSE_16_BIT_TICKS and configTICK_TYPE_WIDTH_IN_BITS must b…
71 …#error Only one of configUSE_16_BIT_TICKS and configTICK_TYPE_WIDTH_IN_BITS must be defined in Fre…
139 …#error Missing definition: configTLS_BLOCK_TYPE must be defined in FreeRTOSConfig.h when configUS…
143 …#error Missing definition: configINIT_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUS…
147 …#error Missing definition: configSET_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE…
151 …#error Missing definition: configDEINIT_TLS_BLOCK must be defined in FreeRTOSConfig.h when config…
162 …#error Missing definition: configMINIMAL_STACK_SIZE must be defined in FreeRTOSConfig.h. configM…
166 …#error Missing definition: configMAX_PRIORITIES must be defined in FreeRTOSConfig.h. See the Con…
170 #error configMAX_PRIORITIES must be defined to be greater than or equal to 1.
174 …#error Missing definition: configUSE_PREEMPTION must be defined in FreeRTOSConfig.h as either 1 o…
[all …]
Dprojdefs.h64 /* FreeRTOS error definitions. */
81 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
89 #define pdFREERTOS_ERRNO_EIO 5 /* I/O error */
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dxtensa_timer.h64 not be on a high priority interrupt - an error will be reported in invalid).
69 #error "This Xtensa configuration is unsupported, it has no timers."
100 #error "There is no suitable timer in this Xtensa configuration."
109 #error "The timer selected by XT_TIMER_INDEX does not exist in this core."
111 #error "The timer interrupt cannot be high priority (use medium or low)."
138 #error "XT_CLOCK_FREQ must be defined for the target platform."
Dxtensa_rtos.h96 #error Either XT_SIMULATOR or XT_BOARD must be defined.
106 Check some Xtensa configuration requirements and report error if not met.
107 Error messages can be customize to the RTOS port.
111 #error "FreeRTOS/Xtensa requires XEA2 (exception architecture 2)."
164 and by the 'call0' instruction. A result of 0 indicates an unrecoverable error.
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dxtensa_timer.h68 * not be on a high priority interrupt - an error will be reported in invalid).
73 #error "This Xtensa configuration is unsupported, it has no timers."
104 #error "There is no suitable timer in this Xtensa configuration."
113 #error "The timer selected by XT_TIMER_INDEX does not exist in this core."
115 #error "The timer interrupt cannot be high priority (use medium or low)."
142 #error "XT_CLOCK_FREQ must be defined for the target platform."
Dxtensa_rtos.h100 #error Either XT_SIMULATOR or XT_BOARD must be defined.
110 * Check some Xtensa configuration requirements and report error if not met.
111 * Error messages can be customize to the RTOS port.
115 #error "FreeRTOS/Xtensa requires XEA2 (exception architecture 2)."
170 * and by the 'call0' instruction. A result of 0 indicates an unrecoverable error.
/Kernel-v11.1.0/portable/IAR/ARM_CA9/
Dport.c40 …#error "configINTERRUPT_CONTROLLER_BASE_ADDRESS must be defined. See www.FreeRTOS.org/Using-FreeR…
44 …#error "configINTERRUPT_CONTROLLER_CPU_INTERFACE_OFFSET must be defined. See www.FreeRTOS.org/Usi…
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 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be defined. See www.FreeRTOS.org/Using-FreeRTO…
60 #error "configMAX_API_CALL_INTERRUPT_PRIORITY must not be set to 0"
64 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be less than or equal to configUNIQUE_INTERRUPT…
70 …#error "configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is …
76 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be greater than ( configUNIQUE_INTERRUPT_PRIORI…
244 * defined, then stop here so application writers can catch the error. */ in prvTaskExitError()
/Kernel-v11.1.0/portable/RVDS/ARM_CA9/
Dport.c37 …#error "configINTERRUPT_CONTROLLER_BASE_ADDRESS must be defined. See www.FreeRTOS.org/Using-FreeR…
41 …#error "configINTERRUPT_CONTROLLER_CPU_INTERFACE_OFFSET must be defined. See www.FreeRTOS.org/Usi…
45 …#error "configUNIQUE_INTERRUPT_PRIORITIES must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on…
49 …#error "configSETUP_TICK_INTERRUPT() must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on-Cort…
53 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be defined. See www.FreeRTOS.org/Using-FreeRTO…
57 #error "configMAX_API_CALL_INTERRUPT_PRIORITY must not be set to 0"
61 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be less than or equal to configUNIQUE_INTERRUPT…
67 …#error "configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is …
73 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be greater than ( configUNIQUE_INTERRUPT_PRIORI…
98 …#error "Invalid configUNIQUE_INTERRUPT_PRIORITIES setting. configUNIQUE_INTERRUPT_PRIORITIES must…
[all …]
/Kernel-v11.1.0/portable/GCC/ARM_CR5/
Dport.c38 …#error configINTERRUPT_CONTROLLER_BASE_ADDRESS must be defined. Refer to Cortex-A equivalent: htt…
42 …#error configINTERRUPT_CONTROLLER_CPU_INTERFACE_OFFSET must be defined. Refer to Cortex-A equival…
46 …#error configUNIQUE_INTERRUPT_PRIORITIES must be defined. Refer to Cortex-A equivalent: http: /*w…
50 …#error configSETUP_TICK_INTERRUPT() must be defined. Refer to Cortex-A equivalent: http: /*www.Fr…
54 …#error configMAX_API_CALL_INTERRUPT_PRIORITY must be defined. Refer to Cortex-A equivalent: http:…
58 #error configMAX_API_CALL_INTERRUPT_PRIORITY must not be set to 0
62 …#error configMAX_API_CALL_INTERRUPT_PRIORITY must be less than or equal to configUNIQUE_INTERRUPT_…
68 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
74 …#error configMAX_API_CALL_INTERRUPT_PRIORITY must be greater than ( configUNIQUE_INTERRUPT_PRIORIT…
88 #error __ARM_FP is defined, so configUSE_TASK_FPU_SUPPORT must be set to either to 1 or 2.
[all …]
/Kernel-v11.1.0/portable/GCC/ARM_CA9/
Dport.c38 …#error "configINTERRUPT_CONTROLLER_BASE_ADDRESS must be defined. See www.FreeRTOS.org/Using-FreeR…
42 …#error "configINTERRUPT_CONTROLLER_CPU_INTERFACE_OFFSET must be defined. See www.FreeRTOS.org/Usi…
46 …#error "configUNIQUE_INTERRUPT_PRIORITIES must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on…
50 …#error "configSETUP_TICK_INTERRUPT() must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on-Cort…
54 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be defined. See www.FreeRTOS.org/Using-FreeRTO…
58 #error "configMAX_API_CALL_INTERRUPT_PRIORITY must not be set to 0"
62 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be less than or equal to configUNIQUE_INTERRUPT…
68 …#error "configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is …
74 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be greater than ( configUNIQUE_INTERRUPT_PRIORI…
306 …#error "Invalid configUSE_TASK_FPU_SUPPORT setting - configUSE_TASK_FPU_SUPPORT must be set to 1, … in pxPortInitialiseStack()
[all …]
/Kernel-v11.1.0/portable/GCC/ARM_AARCH64/
Dport.c37 …#error "configINTERRUPT_CONTROLLER_BASE_ADDRESS must be defined. See www.FreeRTOS.org/Using-FreeRT…
41 …#error "configINTERRUPT_CONTROLLER_CPU_INTERFACE_OFFSET must be defined. See www.FreeRTOS.org/Usi…
45 …#error "configUNIQUE_INTERRUPT_PRIORITIES must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on…
49 …#error "configSETUP_TICK_INTERRUPT() must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on-Cort…
53 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be defined. See www.FreeRTOS.org/Using-FreeRTO…
57 #error "configMAX_API_CALL_INTERRUPT_PRIORITY must not be set to 0"
61 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be less than or equal to configUNIQUE_INTERRUPT…
67 …#error "configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is …
73 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be greater than ( configUNIQUE_INTERRUPT_PRIORI…
/Kernel-v11.1.0/portable/GCC/ARM_AARCH64_SRE/
Dport.c37 …#error "configUNIQUE_INTERRUPT_PRIORITIES must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on…
41 …#error "configSETUP_TICK_INTERRUPT() must be defined. See www.FreeRTOS.org/Using-FreeRTOS-on-Cort…
45 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be defined. See www.FreeRTOS.org/Using-FreeRTO…
49 #error "configMAX_API_CALL_INTERRUPT_PRIORITY must not be set to 0"
53 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be less than or equal to configUNIQUE_INTERRUPT…
59 …#error "configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is …
65 …#error "configMAX_API_CALL_INTERRUPT_PRIORITY must be greater than ( configUNIQUE_INTERRUPT_PRIORI…
/Kernel-v11.1.0/
DMISRA.md22 MISRA C:2012 Dir 4.7: If a function returns error information, then that error
26 - `taskENTER_CRITICAL_FROM_ISR` returns the interrupt mask and not any error
/Kernel-v11.1.0/portable/GCC/IA32_flat/
Dport.c39 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
48 #error configMAX_API_CALL_INTERRUPT_PRIORITY must be between 2 and 15
52 #error configSUPPORT_DYNAMIC_ALLOCATION must be set to 1 to use this port with an FPU
69 /* Error interrupts are at the highest priority vectors. */
336 * defined, then stop here so application writers can catch the error. */ in prvTaskExitError()
363 /* Install API error handler. */ in prvSetupTimerInterrupt()
375 /* Set timer error vector. */ in prvSetupTimerInterrupt()
557 /* Variable to hold the APIC error status for viewing in the debugger. */ in vPortAPICErrorHandler()
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dportmux_impl.inc.h62 …ets_printf( "ERROR: vPortCPUAcquireMutex: mux %p is uninitialized (0x%X)! Called from %s line %d.\…
163 … ets_printf( "ERROR: vPortCPUReleaseMutex: mux %p is invalid (0x%x)!\n", mux, mux->owner );
174 … ets_printf( "ERROR: vPortCPUReleaseMutex: mux %p was already unlocked!\n", mux );
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/
Dport.c42 …#error This port is designed to work with XC32 on MEC14xx. Please update your C compiler version …
46 #error configMAX_SYSCALL_INTERRUPT_PRIORITY must be less than 7 and greater than 0
94 …#error If configTICK_INTERRUPT_VECTOR is defined in application code then configCLEAR_TICK_TIMER_I…
206 defined, then stop here so application writers can catch the error. */ in prvTaskExitError()
284 exit error function to prevent compiler warnings about a static function in xPortStartScheduler()
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/
Dport.c44 …#error This port is designed to work with XC32 on PIC32MZ MCUs. Please update your C compiler ver…
48 #error configMAX_SYSCALL_INTERRUPT_PRIORITY must be less than 7 and greater than 0
101 …#error If configTICK_INTERRUPT_VECTOR is defined in application code then configCLEAR_TICK_TIMER_I…
217 defined, then stop here so application writers can catch the error. */ in prvTaskExitError()
294 exit error function to prevent compiler warnings about a static function in xPortStartScheduler()
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/
Dportmacrocommon.h49 …#error configENABLE_FPU must be defined in FreeRTOSConfig.h. Set configENABLE_FPU to 1 to enable …
53 …#error configENABLE_MPU must be defined in FreeRTOSConfig.h. Set configENABLE_MPU to 1 to enable …
57 …#error configENABLE_TRUSTZONE must be defined in FreeRTOSConfig.h. Set configENABLE_TRUSTZONE to …
88 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
489 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
493 …#error ARMv8-M baseline implementations (such as Cortex-M23) do not support port-optimised task se…
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/
Dportmacrocommon.h49 …#error configENABLE_FPU must be defined in FreeRTOSConfig.h. Set configENABLE_FPU to 1 to enable …
53 …#error configENABLE_MPU must be defined in FreeRTOSConfig.h. Set configENABLE_MPU to 1 to enable …
57 …#error configENABLE_TRUSTZONE must be defined in FreeRTOSConfig.h. Set configENABLE_TRUSTZONE to …
88 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
489 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
493 …#error ARMv8-M baseline implementations (such as Cortex-M23) do not support port-optimised task se…
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/
Dportmacrocommon.h49 …#error configENABLE_FPU must be defined in FreeRTOSConfig.h. Set configENABLE_FPU to 1 to enable …
53 …#error configENABLE_MPU must be defined in FreeRTOSConfig.h. Set configENABLE_MPU to 1 to enable …
57 …#error configENABLE_TRUSTZONE must be defined in FreeRTOSConfig.h. Set configENABLE_TRUSTZONE to …
88 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
489 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
493 …#error ARMv8-M baseline implementations (such as Cortex-M23) do not support port-optimised task se…
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/
Dportmacrocommon.h49 …#error configENABLE_FPU must be defined in FreeRTOSConfig.h. Set configENABLE_FPU to 1 to enable …
53 …#error configENABLE_MPU must be defined in FreeRTOSConfig.h. Set configENABLE_MPU to 1 to enable …
57 …#error configENABLE_TRUSTZONE must be defined in FreeRTOSConfig.h. Set configENABLE_TRUSTZONE to …
88 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
489 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
493 …#error ARMv8-M baseline implementations (such as Cortex-M23) do not support port-optimised task se…
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/
Dportmacrocommon.h49 …#error configENABLE_FPU must be defined in FreeRTOSConfig.h. Set configENABLE_FPU to 1 to enable …
53 …#error configENABLE_MPU must be defined in FreeRTOSConfig.h. Set configENABLE_MPU to 1 to enable …
57 …#error configENABLE_TRUSTZONE must be defined in FreeRTOSConfig.h. Set configENABLE_TRUSTZONE to …
88 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
489 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
493 …#error ARMv8-M baseline implementations (such as Cortex-M23) do not support port-optimised task se…
/Kernel-v11.1.0/portable/ARMv8M/non_secure/
Dportmacrocommon.h49 …#error configENABLE_FPU must be defined in FreeRTOSConfig.h. Set configENABLE_FPU to 1 to enable …
53 …#error configENABLE_MPU must be defined in FreeRTOSConfig.h. Set configENABLE_MPU to 1 to enable …
57 …#error configENABLE_TRUSTZONE must be defined in FreeRTOSConfig.h. Set configENABLE_TRUSTZONE to …
88 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
489 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
493 …#error ARMv8-M baseline implementations (such as Cortex-M23) do not support port-optimised task se…
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/
Dportmacrocommon.h49 …#error configENABLE_FPU must be defined in FreeRTOSConfig.h. Set configENABLE_FPU to 1 to enable …
53 …#error configENABLE_MPU must be defined in FreeRTOSConfig.h. Set configENABLE_MPU to 1 to enable …
57 …#error configENABLE_TRUSTZONE must be defined in FreeRTOSConfig.h. Set configENABLE_TRUSTZONE to …
88 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
489 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
493 …#error ARMv8-M baseline implementations (such as Cortex-M23) do not support port-optimised task se…
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/
Dportmacrocommon.h49 …#error configENABLE_FPU must be defined in FreeRTOSConfig.h. Set configENABLE_FPU to 1 to enable …
53 …#error configENABLE_MPU must be defined in FreeRTOSConfig.h. Set configENABLE_MPU to 1 to enable …
57 …#error configENABLE_TRUSTZONE must be defined in FreeRTOSConfig.h. Set configENABLE_TRUSTZONE to …
88 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
489 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
493 …#error ARMv8-M baseline implementations (such as Cortex-M23) do not support port-optimised task se…

12345678910>>...13