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

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

12 lines
189 B
Makefile
Raw Normal View History

2022-05-19 17:51:25 -04:00
USB_VID = 0x239A
2022-06-05 19:03:02 -04:00
USB_PID = 0x102E
2022-05-19 17:51:25 -04:00
USB_PRODUCT = "Pico"
USB_MANUFACTURER = "WeAct Studio"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
CIRCUITPY__EVE = 1