circuitpython/ports/raspberrypi/boards/hack_club_sprig/mpconfigboard.mk

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

12 lines
187 B
Makefile
Raw Normal View History

2023-02-03 23:19:11 -05:00
USB_VID = 0x1209
USB_PID = 0x9000
USB_PRODUCT = "Sprig"
USB_MANUFACTURER = "Hack Club"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
CIRCUITPY__EVE = 1