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

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

12 lines
188 B
Makefile
Raw Normal View History

2021-06-03 10:49:23 -04:00
USB_VID = 0x2E8A
2021-06-04 11:02:32 -04:00
USB_PID = 0x1008
2021-06-03 10:49:23 -04:00
USB_PRODUCT = "PGA2040"
USB_MANUFACTURER = "Pimoroni"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q64JVxQ"
CIRCUITPY__EVE = 1