circuitpython/ports/atmel-samd/boards/ndgarage_ndbit6/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

2019-12-19 09:17:43 -05:00
LD_FILE = boards/samd21x18-bootloader.ld
2019-11-19 16:52:09 -05:00
USB_VID = 0x239A
USB_PID = 0x8066
2020-01-23 11:55:17 -05:00
USB_PRODUCT = "Bit6"
2019-11-19 16:52:09 -05:00
USB_MANUFACTURER = "ndGarage"
CHIP_VARIANT = SAMD21E18A
CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
2020-04-23 13:33:41 -04:00
CIRCUITPY_FULL_BUILD = 0