Lines Matching full:1
60 #define TICK_TYPE_WIDTH_32_BITS 1
77 #if ( configUSE_16_BIT_TICKS == 1 )
84 /* Set configUSE_MPU_WRAPPERS_V1 to 1 to use MPU wrappers v1. */
89 /* Set configENABLE_ACCESS_CONTROL_LIST to 1 to enable access control list support. */
106 #if ( configUSE_NEWLIB_REENTRANT == 1 )
110 #endif /* if ( configUSE_NEWLIB_REENTRANT == 1 ) */
117 #if ( configUSE_PICOLIBC_TLS == 1 )
121 #endif /* if ( configUSE_PICOLIBC_TLS == 1 ) */
127 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 )
130 …LS_BLOCK_TYPE must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is set to 1.
134 …NIT_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is set to 1.
138 …SET_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is set to 1.
142 …NIT_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is set to 1.
144 #endif /* if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 ) */
160 #if configMAX_PRIORITIES < 1
161 #error configMAX_PRIORITIES must be defined to be greater than or equal to 1.
165 …nition: configUSE_PREEMPTION must be defined in FreeRTOSConfig.h as either 1 or 0. See the Confi…
169 …#error Missing definition: configUSE_IDLE_HOOK must be defined in FreeRTOSConfig.h as either 1 or…
173 …#error Missing definition: configUSE_TICK_HOOK must be defined in FreeRTOSConfig.h as either 1 or…
265 #define INCLUDE_xTaskResumeFromISR 1
277 #define INCLUDE_xTaskGetCurrentTaskHandle 1
282 #error configMAX_CO_ROUTINE_PRIORITIES must be greater than or equal to 1.
327 #define configIDLE_SHOULD_YIELD 1
330 #if configMAX_TASK_NAME_LEN < 1
331 #error configMAX_TASK_NAME_LEN must be set to a minimum of 1 in FreeRTOSConfig.h
338 #define configASSERT_DEFINED 1
350 #define configPRECONDITION_DEFINED 1
362 #if configUSE_TIMERS == 1
365 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.
369 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined.
373 … #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_STACK_DEPTH must also be defined.
402 #if ( configQUEUE_REGISTRY_SIZE < 1 )
409 #define configUSE_MINI_LIST_ITEM 1
834 #if ( configGENERATE_RUN_TIME_STATS == 1 )
909 #define configUSE_TIME_SLICING 1
949 #define configUSE_TASK_NOTIFICATIONS 1
953 #define configTASK_NOTIFICATION_ARRAY_ENTRIES 1
956 #if configTASK_NOTIFICATION_ARRAY_ENTRIES < 1
957 #error configTASK_NOTIFICATION_ARRAY_ENTRIES must be at least 1
980 /* Defaults to 1 for backward compatibility. */
981 #define configSUPPORT_DYNAMIC_ALLOCATION 1
984 #if ( ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )
985 …NS cannot be used without dynamic allocation, but configSUPPORT_DYNAMIC_ALLOCATION is not set to 1.
989 #if ( ( configUSE_TRACE_FACILITY != 1 ) && ( configGENERATE_RUN_TIME_STATS != 1 ) )
990 …G_FUNCTIONS is 1 but the functions it enables are not used because neither configUSE_TRACE_FACILIT…
1019 …SUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION cannot both be 0, but can both be 1.
1022 #if ( ( configUSE_RECURSIVE_MUTEXES == 1 ) && ( configUSE_MUTEXES != 1 ) )
1023 #error configUSE_MUTEXES must be set to 1 to use recursive mutexes
1052 #define configENABLE_BACKWARD_COMPATIBILITY 1
1084 #if configENABLE_BACKWARD_COMPATIBILITY == 1
1127 #define configUSE_TASK_FPU_SUPPORT 1
1130 /* Set configENABLE_MPU to 1 to enable MPU support and 0 to disable it. This is
1136 /* Set configENABLE_FPU to 1 to enable FPU support and 0 to disable it. This is
1139 #define configENABLE_FPU 1
1142 /* Set configENABLE_MVE to 1 to enable MVE support and 0 to disable it. This is
1148 /* Set configENABLE_TRUSTZONE to 1 enable TrustZone support and 0 to disable it.
1151 #define configENABLE_TRUSTZONE 1
1154 /* Set configRUN_FREERTOS_SECURE_ONLY to 1 to run the FreeRTOS ARMv8M port on
1178 * that if portUSING_MPU_WRAPPERS is 1 then a protected task can be created with
1188 …* | 0 | 0 | 1 | xTaskCreateStatic | TCB - Static, Stack - Static | No …
1190 …* | 0 | 1 | 0 | xTaskCreate | TCB - Dynamic, Stack - Dynamic | No …
1192 …* | 0 | 1 | 1 | xTaskCreate, | 1. TCB - Dynamic, Stack - Dynamic | Yes…
1195 …* | 1 | 0 | 1 | xTaskCreateStatic, | TCB - Static, Stack - Static | No …
1198 …* | 1 | 1 | 0 | xTaskCreate, | 1. TCB - Dynamic, Stack - Dynamic | Yes…
1201 …* | 1 | 1 | 1 | xTaskCreate, | 1. TCB - Dynamic, Stack - Dynamic | Yes…
1208 …PPERS == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == …
1209 ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) )
1223 #if ( configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES == 1 )
1228 #if ( configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES == 1 )
1234 #if ( configUSE_MINI_LIST_ITEM == 1 )
1238 #if ( configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES == 1 )
1245 #else /* if ( configUSE_MINI_LIST_ITEM == 1 ) */
1247 #endif /* if ( configUSE_MINI_LIST_ITEM == 1 ) */
1252 #if ( configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES == 1 )
1258 #if ( configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES == 1 )
1279 #if ( portUSING_MPU_WRAPPERS == 1 )
1286 #if ( ( portSTACK_GROWTH > 0 ) || ( configRECORD_STACK_HIGH_ADDRESS == 1 ) )
1289 #if ( portCRITICAL_NESTING_IN_TCB == 1 )
1292 #if ( configUSE_TRACE_FACILITY == 1 )
1295 #if ( configUSE_MUTEXES == 1 )
1298 #if ( configUSE_APPLICATION_TASK_TAG == 1 )
1304 #if ( configGENERATE_RUN_TIME_STATS == 1 )
1307 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 )
1310 #if ( configUSE_TASK_NOTIFICATIONS == 1 )
1318 #if ( INCLUDE_xTaskAbortDelay == 1 )
1321 #if ( configUSE_POSIX_ERRNO == 1 )
1354 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1358 #if ( configUSE_QUEUE_SETS == 1 )
1362 #if ( configUSE_TRACE_FACILITY == 1 )
1388 #if ( configUSE_TRACE_FACILITY == 1 )
1392 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1418 #if ( configUSE_TRACE_FACILITY == 1 )
1443 #if ( configUSE_TRACE_FACILITY == 1 )
1446 #if ( configUSE_SB_COMPLETED_CALLBACK == 1 )