062fac1d43
share space with the file system. "Express" builds with SPI flash crash the compiler for some reason so its currently disabled for them.
10 lines
155 B
Makefile
10 lines
155 B
Makefile
LD_FILE = boards/samd21x18-bootloader.ld
|
|
USB_VID = 0x2341
|
|
USB_PID = 0x824D
|
|
|
|
FLASH_IMPL = internal_flash.c
|
|
|
|
CHIP_VARIANT = SAMD21G18A
|
|
|
|
BOARD_CFLAGS = -flto
|