32c616b5dd
It has a ton of pins in a Mega form-factor This also includes a change to init the stack earlier. It fixes a crash that occurs if the flash doesn't start correctly and the original spot isn't reached.
12 lines
270 B
Makefile
12 lines
270 B
Makefile
LD_FILE = boards/samd51x20-bootloader-external-flash.ld
|
|
USB_VID = 0x239A
|
|
USB_PID = 0x8032
|
|
USB_PRODUCT = "Grand Central M4 Express"
|
|
USB_MANUFACTURER = "Adafruit Industries LLC"
|
|
|
|
QSPI_FLASH_FILESYSTEM = 1
|
|
LONGINT_IMPL = MPZ
|
|
|
|
CHIP_VARIANT = SAMD51P20A
|
|
CHIP_FAMILY = samd51
|