Searched refs:configUSE_TASK_FPU_SUPPORT (Results 1 – 10 of 10) sorted by relevance
86 #if ( configUSE_TASK_FPU_SUPPORT == 0 )88 #error __ARM_FP is defined, so configUSE_TASK_FPU_SUPPORT must be set to either to 1 or 2.90 #elif ( configUSE_TASK_FPU_SUPPORT == 1 ) || ( configUSE_TASK_FPU_SUPPORT == 2 )92 #error __ARM_FP is not defined, so configUSE_TASK_FPU_SUPPORT must be set to 0.183 #if ( configUSE_TASK_FPU_SUPPORT != 0 )212 #if ( configUSE_TASK_FPU_SUPPORT != 0 )247 #if ( configUSE_TASK_FPU_SUPPORT != 0 )344 #if ( configUSE_TASK_FPU_SUPPORT == 1 ) in pxPortInitialiseStack()355 #elif ( configUSE_TASK_FPU_SUPPORT == 2 ) in pxPortInitialiseStack()368 #elif ( configUSE_TASK_FPU_SUPPORT != 0 ) in pxPortInitialiseStack()[all …]
133 #if ( configUSE_TASK_FPU_SUPPORT == 1 )136 #elif ( configUSE_TASK_FPU_SUPPORT == 2 )
149 #if ( __mips_hard_float == 0 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )150 …#error configUSE_TASK_FPU_SUPPORT can only be set to 1 when the part supports a hardware FPU modul…153 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )
165 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )349 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )
129 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )248 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )296 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )371 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )
152 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )653 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )714 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )
285 #if ( configUSE_TASK_FPU_SUPPORT == 1 ) in pxPortInitialiseStack()293 #elif ( configUSE_TASK_FPU_SUPPORT == 2 ) in pxPortInitialiseStack()484 #if ( configUSE_TASK_FPU_SUPPORT != 2 )
130 #if ( configUSE_TASK_FPU_SUPPORT != 2 )
2984 #ifndef configUSE_TASK_FPU_SUPPORT2985 #define configUSE_TASK_FPU_SUPPORT 1 macro
932 + GCC ARM Cortex-A port: Introduced the configUSE_TASK_FPU_SUPPORT933 constant. When configUSE_TASK_FPU_SUPPORT is set to 2 every task is1073 + Introduced configUSE_TASK_FPU_SUPPORT, although the PIC32MZ EF port is