@@ -41,7 +41,7 @@ adafruit_feather_m0.build.vid=0x239A
41
41
adafruit_feather_m0.build.pid=0x800B
42
42
adafruit_feather_m0.bootloader.tool=openocd
43
43
adafruit_feather_m0.bootloader.file=feather/samd21_sam_ba.bin
44
- adafruit_feather_m0.compiler.arm.cmsis.ldflags=-larm_cortexM0l_math
44
+ adafruit_feather_m0.compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math
45
45
46
46
adafruit_feather_m0_express.name=Adafruit Feather M0 Express
47
47
adafruit_feather_m0_express.vid.0=0x239A
@@ -69,6 +69,7 @@ adafruit_feather_m0_express.build.vid=0x239A
69
69
adafruit_feather_m0_express.build.pid=0x801B
70
70
adafruit_feather_m0_express.bootloader.tool=openocd
71
71
adafruit_feather_m0_express.bootloader.file=feather/samd21_sam_ba.bin
72
+ adafruit_feather_m0_express.compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math
72
73
73
74
#adafruit_radio_m0.name=Adafruit M0 Radio (Native USB Port)
74
75
#adafruit_radio_m0.vid.0=0x239A
@@ -123,6 +124,7 @@ adafruit_metro_m0.build.vid=0x239A
123
124
adafruit_metro_m0.build.pid=0x8013
124
125
adafruit_metro_m0.bootloader.tool=openocd
125
126
adafruit_metro_m0.bootloader.file=metro/samd21_sam_ba.bin
127
+ adafruit_metro_m0.compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math
126
128
127
129
# Adafruit Circuit Playground M0
128
130
# ------------------------------
@@ -152,6 +154,7 @@ adafruit_circuitplayground_m0.build.vid=0x239A
152
154
adafruit_circuitplayground_m0.build.pid=0x8018
153
155
adafruit_circuitplayground_m0.bootloader.tool=openocd
154
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
155
158
156
159
157
160
# Adafruit Metro M4 (SAMD51)
0 commit comments