mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			
				
					
						
							For FPU, use armasm to select fpu selection. This will be fixed upstream in the next version of CMSIS. Meanwhile, we use our local patch.
Taken from --cpu selection for armasm:
--cpu           | {FPU}
Cortex-M4.fp.sp | VFPv4_SP_D16
Cortex-M7.fp.sp | FPv5-SP
Cortex-M7.fp.dp | FPv5_D16
Tracking issue: https://github.com/ARM-software/CMSIS_5/issues/1266
						
					
				
			 | 
			||
|---|---|---|
| .. | ||
| TOOLCHAIN_ARM | ||
| TOOLCHAIN_GCC | ||
| TOOLCHAIN_IAR | ||
| rtx_core_c.h | ||
| rtx_core_ca.h | ||
| rtx_core_cm.h | ||
| rtx_delay.c | ||
| rtx_evflags.c | ||
| rtx_evr.c | ||
| rtx_kernel.c | ||
| rtx_lib.c | ||
| rtx_lib.h | ||
| rtx_memory.c | ||
| rtx_mempool.c | ||
| rtx_msgqueue.c | ||
| rtx_mutex.c | ||
| rtx_semaphore.c | ||
| rtx_system.c | ||
| rtx_thread.c | ||
| rtx_timer.c | ||