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

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

12 lines
194 B
Makefile
Raw Normal View History

2021-08-10 06:17:06 -04:00
USB_VID = 0x2E8A
USB_PID = 0x1009
USB_PRODUCT = "Interstate 75"
USB_MANUFACTURER = "Pimoroni"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q64JVxQ"
CIRCUITPY__EVE = 1