circuitpython/ports/atmel-samd/boards/ndgarage_ndbit6_v2/mpconfigboard.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
250 B
Makefile
Raw Normal View History

2020-07-01 15:58:07 -04:00
LD_FILE = boards/samd21x18-bootloader.ld
USB_VID = 0x239A
2020-07-04 12:39:21 -04:00
USB_PID = 0x80B9
2020-07-23 18:08:30 -04:00
USB_PRODUCT = "Bit6"
2020-07-01 15:58:07 -04:00
USB_MANUFACTURER = "ndGarage"
CHIP_VARIANT = SAMD21E18A
CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0