You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
293 B
15 lines
293 B
LD_FILE = boards/samd21x18-bootloader.ld
|
|
USB_VID = 0x1B4F
|
|
USB_PID = 0x8D22
|
|
USB_PRODUCT = "SparkFun SAMD21 Mini Breakout"
|
|
USB_MANUFACTURER = "SparkFun"
|
|
|
|
CHIP_VARIANT = SAMD21G18A
|
|
CHIP_FAMILY = samd21
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
LONGINT_IMPL = NONE
|
|
CIRCUITPY_SMALL_BUILD = 1
|
|
|
|
SUPEROPT_GC = 0
|