From b2b24db3f19a245669c9a7665a653459232c292f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 17 Mar 2020 13:38:18 +0000 Subject: [PATCH] FPU fix for new compiler version. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13442 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/common/startup/ARMCMx/compilers/RVCT/cstartup.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/startup/ARMCMx/compilers/RVCT/cstartup.s b/os/common/startup/ARMCMx/compilers/RVCT/cstartup.s index dc7933e41..6a94d130f 100644 --- a/os/common/startup/ARMCMx/compilers/RVCT/cstartup.s +++ b/os/common/startup/ARMCMx/compilers/RVCT/cstartup.s @@ -82,7 +82,7 @@ Reset_Handler PROC isb bl __early_init - IF {CPU} = "Cortex-M4.fp" + IF {CPU} = "Cortex-M4.fp.sp" LDR R0, =0xE000ED88 ; Enable CP10,CP11 LDR R1, [R0] ORR R1, R1, #(0xF << 20)