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

19 lines
322 B
Makefile
Raw Normal View History

2021-02-20 13:37:08 +00:00
USB_VID = 0x16D0
USB_PID = 0x08C8
USB_PRODUCT = "PicoSystem"
USB_MANUFACTURER = "Pimoroni"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q128JVxQ"
2021-02-20 13:37:08 +00:00
CIRCUITPY__EVE = 1
CIRCUITPY_KEYPAD = 1
CIRCUITPY_STAGE = 1
CIRCUITPY_AUDIOIO = 1
2021-10-07 13:50:46 +02:00
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/picosystem