File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ adafruit_metro_m4.build.vid=0x239A
185
185
adafruit_metro_m4.build.pid=0x8020
186
186
adafruit_metro_m4.bootloader.tool=openocd
187
187
adafruit_metro_m4.bootloader.file=metroM4/METRO_M4_sam_ba.bin
188
- adafruit_metro_m4.compiler.arm.cmsis.ldflags="-L{build.variant.path}" -larm_cortexM4lf_math
188
+ adafruit_metro_m4.compiler.arm.cmsis.ldflags="-L{build.variant.path}" -larm_cortexM4lf_math -mfloat-abi=hard -mfpu=fpv4-sp-d16
189
189
190
190
# Adafruit Feather M4 (SAMD51)
191
191
# ------------------------------
@@ -215,4 +215,4 @@ adafruit_feather_m4.build.vid=0x239A
215
215
adafruit_feather_m4.build.pid=0x8022
216
216
adafruit_feather_m4.bootloader.tool=openocd
217
217
adafruit_feather_m4.bootloader.file=metroM4/FEATHER_M4_sam_ba.bin
218
- adafruit_feather_m4.compiler.arm.cmsis.ldflags="-L{build.variant.path}" -larm_cortexM4lf_math
218
+ adafruit_feather_m4.compiler.arm.cmsis.ldflags="-L{build.variant.path}" -larm_cortexM4lf_math -mfloat-abi=hard -mfpu=fpv4-sp-d16
You can’t perform that action at this time.
0 commit comments