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

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

12 lines
212 B
Makefile
Raw Normal View History

USB_VID = 0x239A
2019-11-25 15:56:42 -05:00
USB_PID = 0x806C
USB_PRODUCT = "shIRtty"
USB_MANUFACTURER = "@sarfata"
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