Skip to content

Commit 6543303

Browse files
KurtEfacchinm
authored andcommitted
NANO33 - turn on FPU
A lot of the crashes were happening because of this. More details in issue arduino#57
1 parent d9fcb2b commit 6543303

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: loader/boards/arduino_nano_33_ble_sense.conf

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ CONFIG_MAIN_STACK_SIZE=16384
4040
CONFIG_BT_RX_STACK_SIZE=4096
4141
CONFIG_BT_HCI_TX_STACK_SIZE=4096
4242

43+
CONFIG_FPU=y
44+
4345
CONFIG_STACK_USAGE=y
4446
CONFIG_STACK_SENTINEL=n
4547
CONFIG_STACK_CANARIES=y

0 commit comments

Comments
 (0)