Home
last modified time | relevance | path

Searched refs:configUSE_TASK_FPU_SUPPORT (Results 1 – 10 of 10) sorted by relevance

/Kernel-v11.1.0/portable/GCC/ARM_CR5/
Dport.c86 #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 …]
Dportmacro.h133 #if ( configUSE_TASK_FPU_SUPPORT == 1 )
136 #elif ( configUSE_TASK_FPU_SUPPORT == 2 )
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/
Dportmacro.h149 #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 )
Dport.c165 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )
349 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )
DISR_Support.h129 #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 )
Dport_asm.S152 #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 )
/Kernel-v11.1.0/portable/GCC/ARM_CA9/
Dport.c285 #if ( configUSE_TASK_FPU_SUPPORT == 1 ) in pxPortInitialiseStack()
293 #elif ( configUSE_TASK_FPU_SUPPORT == 2 ) in pxPortInitialiseStack()
484 #if ( configUSE_TASK_FPU_SUPPORT != 2 )
Dportmacro.h130 #if ( configUSE_TASK_FPU_SUPPORT != 2 )
/Kernel-v11.1.0/include/
DFreeRTOS.h2984 #ifndef configUSE_TASK_FPU_SUPPORT
2985 #define configUSE_TASK_FPU_SUPPORT 1 macro
/Kernel-v11.1.0/
DHistory.txt932 + GCC ARM Cortex-A port: Introduced the configUSE_TASK_FPU_SUPPORT
933 constant. When configUSE_TASK_FPU_SUPPORT is set to 2 every task is
1073 + Introduced configUSE_TASK_FPU_SUPPORT, although the PIC32MZ EF port is