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

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

19 lines
371 B
Makefile
Raw Normal View History

2018-08-23 17:22:47 -04:00
USB_VID = 0x239A
2020-09-15 16:43:35 -04:00
USB_PID = 0x80D5
2018-08-23 17:22:47 -04:00
USB_PRODUCT = "PewPew 10.2"
USB_MANUFACTURER = "Radomir Dopieralski"
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
2019-03-01 08:59:21 -05:00
CIRCUITPY_PEW = 1
CIRCUITPY_ROTARYIO = 0
2019-03-01 08:59:21 -05:00
CIRCUITPY_RTC = 0
CIRCUITPY_USB_MIDI = 0
FROZEN_MPY_DIRS += $(TOP)/frozen/pew-pewpew-standalone-10.x