c066e4da8b
This is a board definition for the uGame project: https://hackaday.io/project/27629-game uGame is a small handheld game console programmable with CircuitPython. The hardware part of the project is pretty much stable by now.
11 lines
249 B
Makefile
11 lines
249 B
Makefile
LD_FILE = boards/samd21x18-bootloader-external-flash-crystalless.ld
|
|
#LD_FILE = boards/samd21x18-bootloader.ld
|
|
USB_VID = 0x239A
|
|
USB_PID = 0x801F
|
|
|
|
#FLASH_IMPL = internal_flash.c
|
|
FLASH_IMPL = spi_flash.c
|
|
|
|
CHIP_VARIANT = SAMD21E18A
|
|
CHIP_FAMILY = samd21
|