d595a03bbd
There have been multiple uGame prototypes with differences in the pins and other details. This updates the board definition to fit the final uGame 10 design.
12 lines
283 B
Makefile
12 lines
283 B
Makefile
LD_FILE = boards/samd21x18-bootloader-external-flash-crystalless.ld
|
|
#LD_FILE = boards/samd21x18-bootloader.ld
|
|
USB_VID = 0x239A
|
|
USB_PID = 0x801F
|
|
USB_PRODUCT = "uGame10"
|
|
USB_MANUFACTURER = "Radomir Dopieralski"
|
|
|
|
SPI_FLASH_FILESYSTEM = 1
|
|
|
|
CHIP_VARIANT = SAMD21E18A
|
|
CHIP_FAMILY = samd21
|