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

16 lines
402 B
Makefile
Raw Normal View History

2023-06-19 17:17:20 -06:00
USB_VID = 0x2E8A
USB_PID = 0x105E
USB_PRODUCT = "Raspberry Breadstick"
2023-11-22 21:10:37 -07:00
USB_MANUFACTURER = "Breadstick Innovations"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
2023-11-18 23:00:02 -07:00
EXTERNAL_FLASH_DEVICES = "W25Q128JVxQ"
2023-11-18 23:00:02 -07:00
CIRCUITPY_BITBANG_APA102 = 1
# Include these Python libraries in firmware.
2023-06-19 17:17:20 -06:00
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LSM6DS/
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/