mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
Reverting LAZYFPU for v1.12 beta1 Compatibility
Without reverting this a constant boot loop occurs. Prior to merging, why this occurs on some F7 boards and not this one should be looked at. With LazyFPU enabled, v1.12.0 beta1 will not boot but without it removed it works fine.
This commit is contained in:
committed by
Lorenz Meier
parent
ccee36bb68
commit
bffa83bd47
@@ -35,7 +35,6 @@ CONFIG_ARMV7M_BASEPRI_WAR=y
|
||||
CONFIG_ARMV7M_DCACHE=y
|
||||
CONFIG_ARMV7M_DTCM=y
|
||||
CONFIG_ARMV7M_ICACHE=y
|
||||
CONFIG_ARMV7M_LAZYFPU=y
|
||||
CONFIG_ARMV7M_MEMCPY=y
|
||||
CONFIG_ARMV7M_USEBASEPRI=y
|
||||
CONFIG_BOARDCTL_RESET=y
|
||||
|
||||
Reference in New Issue
Block a user