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

19 lines
408 B
Makefile
Raw Normal View History

2018-09-29 23:26:15 -05:00
USB_VID = 0x1209
USB_PID = 0x2017
USB_PRODUCT = "Mini SAM M4"
USB_MANUFACTURER = "Benjamin Shockley"
CHIP_VARIANT = SAMD51G19A
CHIP_FAMILY = samd51
2018-09-29 23:26:15 -05:00
QSPI_FLASH_FILESYSTEM = 1
2021-03-24 17:10:54 -07:00
EXTERNAL_FLASH_DEVICES = "W25Q16JVxM, W25Q16JVxQ"
2018-09-29 23:26:15 -05:00
LONGINT_IMPL = MPZ
CIRCUITPY_SYNTHIO = 0
CIRCUITPY_BITBANG_APA102 = 1
#Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar