Lines Matching full:error
67 …#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…
135 …#error Missing definition: configTLS_BLOCK_TYPE must be defined in FreeRTOSConfig.h when configUS…
139 …#error Missing definition: configINIT_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUS…
143 …#error Missing definition: configSET_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE…
147 …#error Missing definition: configDEINIT_TLS_BLOCK must be defined in FreeRTOSConfig.h when config…
158 …#error Missing definition: configMINIMAL_STACK_SIZE must be defined in FreeRTOSConfig.h. configM…
162 …#error Missing definition: configMAX_PRIORITIES must be defined in FreeRTOSConfig.h. See the Con…
166 #error configMAX_PRIORITIES must be defined to be greater than or equal to 1.
170 …#error Missing definition: configUSE_PREEMPTION must be defined in FreeRTOSConfig.h as either 1 o…
174 …#error Missing definition: configUSE_IDLE_HOOK must be defined in FreeRTOSConfig.h as either 1 or…
179 …#error Missing definition: configUSE_PASSIVE_IDLE_HOOK must be defined in FreeRTOSConfig.h as eit…
184 …#error Missing definition: configUSE_TICK_HOOK must be defined in FreeRTOSConfig.h as either 1 or…
190 …#error Macro configTICK_TYPE_WIDTH_IN_BITS is defined to incorrect value. See the Configuration s…
219 …#error INCLUDE_vTaskDelayUntil and INCLUDE_xTaskDelayUntil are both defined. INCLUDE_vTaskDelayUn…
293 #error configMAX_CO_ROUTINE_PRIORITIES must be greater than or equal to 1.
346 #error configMAX_TASK_NAME_LEN must be set to a minimum of 1 in FreeRTOSConfig.h
375 #error You must define configASSERT() when configCHECK_HANDLER_INSTALLATION is 1.
396 … #error configNUMBER_OF_CORES is set to more than 1 then portGET_CORE_ID must also be defined.
406 #error configNUMBER_OF_CORES is set to more than 1 then portYIELD_CORE must also be defined.
414 #error portSET_INTERRUPT_MASK is required in SMP
422 #error portCLEAR_INTERRUPT_MASK is required in SMP
432 #error portRELEASE_TASK_LOCK is required in SMP
442 #error portGET_TASK_LOCK is required in SMP
452 #error portRELEASE_ISR_LOCK is required in SMP
462 #error portGET_ISR_LOCK is required in SMP
470 #error portENTER_CRITICAL_FROM_ISR is required in SMP
478 #error portEXIT_CRITICAL_FROM_ISR is required in SMP
495 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.
499 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined.
503 … #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_STACK_DEPTH must also be defined.
2591 …#error If configGENERATE_RUN_TIME_STATS is defined then portCONFIGURE_TIMER_FOR_RUN_TIME_STATS mus…
2596 …#error If configGENERATE_RUN_TIME_STATS is defined then either portGET_RUN_TIME_COUNTER_VALUE or p…
2627 #error configEXPECTED_IDLE_TIME_BEFORE_SLEEP must not be less than 2
2715 #error configTASK_NOTIFICATION_ARRAY_ENTRIES must be at least 1
2747 …#error configUSE_STATS_FORMATTING_FUNCTIONS cannot be used without dynamic allocation, but configS…
2752 …#error configUSE_STATS_FORMATTING_FUNCTIONS is 1 but the functions it enables are not used because…
2785 …#error configSUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION cannot both be 0, but …
2789 #error configUSE_MUTEXES must be set to 1 to use recursive mutexes
2793 #error configRUN_MULTIPLE_PRIORITIES must be set to 1 to use task preemption disable
2797 #error configUSE_PREEMPTION must be set to 1 to use task preemption disable
2801 #error configUSE_TASK_PREEMPTION_DISABLE is not supported in single core FreeRTOS
2805 #error configUSE_CORE_AFFINITY is not supported in single core FreeRTOS
2809 #error configUSE_PORT_OPTIMISED_TASK_SELECTION is not supported in SMP FreeRTOS
2905 #error The alternative API was deprecated some time ago, and was removed in FreeRTOS V9.0 0