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

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

12 lines
227 B
Makefile
Raw Normal View History

2019-07-09 16:02:39 -04:00
USB_VID = 0x239A
USB_PID = 0x804C
USB_PRODUCT = "PyRuler"
USB_MANUFACTURER = "Adafruit Industries LLC"
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