circuitpython/ports/raspberrypi/boards/e_fidget/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

2023-01-03 16:02:24 -05:00
USB_VID = 0x1209
USB_PID = 0xEF00
USB_PRODUCT = "E-Fidget"
USB_MANUFACTURER = "2231puppy"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
CIRCUITPY__EVE = 1