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

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

16 lines
372 B
Makefile
Raw Normal View History

USB_VID = 0x2E8A
USB_PID = 0x000B
USB_PRODUCT = "YD-RP2040"
USB_MANUFACTURER = "VCC-GND Studio"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
CIRCUITPY__EVE = 1
# Include these Python libraries in firmware
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SimpleIO