boards: disable CONFIG_ARMV7M_LAZYFPU again (#16573)

- this was causing hard faults on the CUAV Nora and possibly other boards, disabling everywhere until we fully understand the root cause
This commit is contained in:
Daniel Agar
2021-01-17 22:40:21 -05:00
committed by GitHub
parent 3abe2e82d1
commit 1ec10bfcc6
51 changed files with 0 additions and 51 deletions

View File

@@ -32,7 +32,6 @@ CONFIG_ARCH_CHIP_STM32=y
CONFIG_ARCH_CHIP_STM32F427V=y
CONFIG_ARCH_INTERRUPTSTACK=512
CONFIG_ARCH_STACKDUMP=y
CONFIG_ARMV7M_LAZYFPU=y
CONFIG_ARMV7M_MEMCPY=y
CONFIG_ARMV7M_USEBASEPRI=y
CONFIG_BOARDCTL_RESET=y