3cb5e7ea58
This makes it different from the bootloaders and Arduino.
12 lines
260 B
Makefile
12 lines
260 B
Makefile
LD_FILE = boards/samd21x18-bootloader.ld
|
|
USB_VID = 0x239A
|
|
USB_PID = 0x8023
|
|
USB_PRODUCT = "Feather M0 Express"
|
|
USB_MANUFACTURER = "Adafruit Industries LLC"
|
|
|
|
#SPI_FLASH_FILESYSTEM = 1
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
|
|
CHIP_VARIANT = SAMD21G18A
|
|
CHIP_FAMILY = samd21
|