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

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

12 lines
190 B
Makefile
Raw Normal View History

2022-04-14 05:42:04 -04:00
USB_VID = 0x2E8A
USB_PID = 0x1026
2022-04-12 04:10:02 -04:00
USB_PRODUCT = "Pico:ed"
USB_MANUFACTURER = "ELECFREAKS"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
CIRCUITPY__EVE = 1