Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/GCC/ARM_CR5/
HDport.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 …]
HDportmacro.h133 #if ( configUSE_TASK_FPU_SUPPORT == 1 )
136 #elif ( configUSE_TASK_FPU_SUPPORT == 2 )
/Kernel-v10.6.2/portable/MPLAB/PIC32MZ/
HDportmacro.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 )
HDport.c165 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )
349 #if ( __mips_hard_float == 1 ) && ( configUSE_TASK_FPU_SUPPORT == 1 )
HDISR_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 )
HDport_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-v10.6.2/portable/GCC/ARM_CA9/
HDport.c283 #if( configUSE_TASK_FPU_SUPPORT == 1 ) in pxPortInitialiseStack()
291 #elif( configUSE_TASK_FPU_SUPPORT == 2 ) in pxPortInitialiseStack()
304 …#error Invalid configUSE_TASK_FPU_SUPPORT setting - configUSE_TASK_FPU_SUPPORT must be set to 1, 2… in pxPortInitialiseStack()
479 #if( configUSE_TASK_FPU_SUPPORT != 2 )
HDportmacro.h130 #if( configUSE_TASK_FPU_SUPPORT != 2 )
/Kernel-v10.6.2/include/
HDFreeRTOS.h1126 #ifndef configUSE_TASK_FPU_SUPPORT
1127 #define configUSE_TASK_FPU_SUPPORT 1 macro
/Kernel-v10.6.2/
HDHistory.txt763 + GCC ARM Cortex-A port: Introduced the configUSE_TASK_FPU_SUPPORT
764 constant. When configUSE_TASK_FPU_SUPPORT is set to 2 every task is
904 + Introduced configUSE_TASK_FPU_SUPPORT, although the PIC32MZ EF port is