@@ -1191,3 +1191,69 @@ adafruit_hallowing_mask_m4.menu.usbstack.tinyusb.build.flags.usbstack=-DUSE_TINY
1191
1191
adafruit_hallowing_mask_m4.menu.debug.off=Off
1192
1192
adafruit_hallowing_mask_m4.menu.debug.on=On
1193
1193
adafruit_hallowing_mask_m4.menu.debug.on.build.flags.debug=-g
1194
+
1195
+
1196
+ # Adafruit Hallowing M4 Express (SAMD51)
1197
+ # ------------------------------
1198
+ adafruit_hallowing_m4.name=Adafruit Hallowing M4 (SAMD51)
1199
+ adafruit_hallowing_m4.vid.0=0x239A
1200
+ adafruit_hallowing_m4.pid.0=0x8049
1201
+ adafruit_hallowing_m4.vid.1=0x239A
1202
+ adafruit_hallowing_m4.pid.1=0x0049
1203
+ adafruit_hallowing_m4.vid.1=0x239A
1204
+ adafruit_hallowing_m4.pid.1=0x804A
1205
+ adafruit_hallowing_m4.upload.tool=bossac18
1206
+ adafruit_hallowing_m4.upload.protocol=sam-ba
1207
+ adafruit_hallowing_m4.upload.maximum_size=507904
1208
+ adafruit_hallowing_m4.upload.offset=0x4000
1209
+ adafruit_hallowing_m4.upload.use_1200bps_touch=true
1210
+ adafruit_hallowing_m4.upload.wait_for_upload_port=true
1211
+ adafruit_hallowing_m4.upload.native_usb=true
1212
+ adafruit_hallowing_m4.build.mcu=cortex-m4
1213
+ #adafruit_hallowing_m4.build.f_cpu=120000000L
1214
+ adafruit_hallowing_m4.build.usb_product="Adafruit Hallowing M4"
1215
+ adafruit_hallowing_m4.build.usb_manufacturer="Adafruit LLC"
1216
+ adafruit_hallowing_m4.build.board=HALLOWING_M4
1217
+ adafruit_hallowing_m4.build.core=arduino
1218
+ adafruit_hallowing_m4.build.extra_flags=-D__SAMD51J19A__ -DADAFRUIT_HALLOWING_M4_EXPRESS -DCRYSTALLESS -D__SAMD51__ {build.usb_flags} -D__FPU_PRESENT -DARM_MATH_CM4 -mfloat-abi=hard -mfpu=fpv4-sp-d16
1219
+ adafruit_hallowing_m4.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
1220
+ adafruit_hallowing_m4.build.openocdscript=openocd_scripts/arduino_zero.cfg
1221
+ adafruit_hallowing_m4.build.variant=hallowing_m4
1222
+ adafruit_hallowing_m4.build.variant_system_lib=
1223
+ adafruit_hallowing_m4.build.vid=0x239A
1224
+ adafruit_hallowing_m4.build.pid=0x8049
1225
+ adafruit_hallowing_m4.bootloader.tool=openocd
1226
+ adafruit_hallowing_m4.bootloader.file=featherM4/bootloader-feather_m4-v2.0.0-adafruit.5.bin
1227
+ adafruit_hallowing_m4.compiler.arm.cmsis.ldflags="-L{build.variant.path}" -larm_cortexM4lf_math -mfloat-abi=hard -mfpu=fpv4-sp-d16
1228
+ adafruit_hallowing_m4.menu.cache.on=Enabled
1229
+ adafruit_hallowing_m4.menu.cache.on.build.cache_flags=-DENABLE_CACHE
1230
+ adafruit_hallowing_m4.menu.cache.off=Disabled
1231
+ adafruit_hallowing_m4.menu.cache.off.build.cache_flags=
1232
+ adafruit_hallowing_m4.menu.speed.120=120 MHz (standard)
1233
+ adafruit_hallowing_m4.menu.speed.120.build.f_cpu=120000000L
1234
+ adafruit_hallowing_m4.menu.speed.150=150 MHz (overclock)
1235
+ adafruit_hallowing_m4.menu.speed.150.build.f_cpu=150000000L
1236
+ adafruit_hallowing_m4.menu.speed.180=180 MHz (overclock)
1237
+ adafruit_hallowing_m4.menu.speed.180.build.f_cpu=180000000L
1238
+ adafruit_hallowing_m4.menu.speed.200=200 MHz (overclock)
1239
+ adafruit_hallowing_m4.menu.speed.200.build.f_cpu=200000000L
1240
+ adafruit_hallowing_m4.menu.opt.small=Small (-Os) (standard)
1241
+ adafruit_hallowing_m4.menu.opt.small.build.flags.optimize=-Os
1242
+ adafruit_hallowing_m4.menu.opt.fast=Fast (-O2)
1243
+ adafruit_hallowing_m4.menu.opt.fast.build.flags.optimize=-O2
1244
+ adafruit_hallowing_m4.menu.opt.faster=Faster (-O3)
1245
+ adafruit_hallowing_m4.menu.opt.faster.build.flags.optimize=-O3
1246
+ adafruit_hallowing_m4.menu.opt.fastest=Fastest (-Ofast)
1247
+ adafruit_hallowing_m4.menu.opt.fastest.build.flags.optimize=-Ofast
1248
+ adafruit_hallowing_m4.menu.opt.dragons=Here be dragons (-Ofast -funroll-loops)
1249
+ adafruit_hallowing_m4.menu.opt.dragons.build.flags.optimize=-Ofast -funroll-loops
1250
+ adafruit_hallowing_m4.menu.maxqspi.50=50 MHz (standard)
1251
+ adafruit_hallowing_m4.menu.maxqspi.50.build.flags.maxqspi=-DVARIANT_QSPI_BAUD_DEFAULT=50000000
1252
+ adafruit_hallowing_m4.menu.maxqspi.fcpu=CPU Speed / 2
1253
+ adafruit_hallowing_m4.menu.maxqspi.fcpu.build.flags.maxqspi=-DVARIANT_QSPI_BAUD_DEFAULT=({build.f_cpu})
1254
+ adafruit_hallowing_m4.menu.usbstack.arduino=Arduino
1255
+ adafruit_hallowing_m4.menu.usbstack.tinyusb=TinyUSB
1256
+ adafruit_hallowing_m4.menu.usbstack.tinyusb.build.flags.usbstack=-DUSE_TINYUSB
1257
+ adafruit_hallowing_m4.menu.debug.off=Off
1258
+ adafruit_hallowing_m4.menu.debug.on=On
1259
+ adafruit_hallowing_m4.menu.debug.on.build.flags.debug=-g
0 commit comments