File tree Expand file tree Collapse file tree 5 files changed +523
-1
lines changed Expand file tree Collapse file tree 5 files changed +523
-1
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ adafruit_circuitplayground_m0.build.vid=0x239A
154
154
adafruit_circuitplayground_m0.build.pid=0x8018
155
155
adafruit_circuitplayground_m0.bootloader.tool=openocd
156
156
adafruit_circuitplayground_m0.bootloader.file=circuitplay/circuitplay_m0_samd21g18_sam_ba.bin
157
- adafruit_circuitplayground_m0.compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math
157
+ adafruit_circuitplayground_m0.compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0lf_math
158
158
159
159
160
160
# Adafruit Metro M4 (SAMD51)
@@ -188,6 +188,7 @@ adafruit_metro_m4.bootloader.file=metroM4/METRO_M4_sam_ba.bin
188
188
adafruit_metro_m4.compiler.c.elf.extra_flags=-mfloat-abi=hard -mfpu=fpv4-sp-d16
189
189
adafruit_metro_m4.compiler.c.extra_flags=-mfloat-abi=hard -mfpu=fpv4-sp-d16
190
190
adafruit_metro_m4.compiler.cpp.extra_flags=-mfloat-abi=hard -mfpu=fpv4-sp-d16
191
+ adafruit_metro_m4.compiler.arm.cmsis.ldflags="-L{build.variant.path}" -larm_cortexM4lf_math
191
192
192
193
# Adafruit Feather M4 (SAMD51)
193
194
# ------------------------------
@@ -220,3 +221,4 @@ adafruit_feather_m4.bootloader.file=metroM4/FEATHER_M4_sam_ba.bin
220
221
adafruit_feather_m4.compiler.c.elf.extra_flags=-mfloat-abi=hard -mfpu=fpv4-sp-d16
221
222
adafruit_feather_m4.compiler.c.extra_flags=-mfloat-abi=hard -mfpu=fpv4-sp-d16
222
223
adafruit_feather_m4.compiler.cpp.extra_flags=-mfloat-abi=hard -mfpu=fpv4-sp-d16
224
+ adafruit_feather_m4.compiler.arm.cmsis.ldflags=-larm_cortexM4l_math
You can’t perform that action at this time.
0 commit comments