Skip to content

Commit 41f92b2

Browse files
committed
Enable FPU Single Precision (SP) for Nucleo-F303K8
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent d0e99a6 commit 41f92b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Nucleo_32.menu.pnum.NUCLEO_F303K8=Nucleo F303K8
345345
Nucleo_32.menu.pnum.NUCLEO_F303K8.node=NODE_F303K8
346346
Nucleo_32.menu.pnum.NUCLEO_F303K8.upload.maximum_size=65536
347347
Nucleo_32.menu.pnum.NUCLEO_F303K8.upload.maximum_data_size=12288
348-
Nucleo_32.menu.pnum.NUCLEO_F303K8.build.mcu=cortex-m4
348+
Nucleo_32.menu.pnum.NUCLEO_F303K8.build.mcu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard
349349
Nucleo_32.menu.pnum.NUCLEO_F303K8.build.board=NUCLEO_F303K8
350350
Nucleo_32.menu.pnum.NUCLEO_F303K8.build.series=STM32F3xx
351351
Nucleo_32.menu.pnum.NUCLEO_F303K8.build.product_line=STM32F303x8

0 commit comments

Comments
 (0)