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

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

16 lines
345 B
Makefile
Raw Normal View History

USB_VID = 0x2E8A
USB_PID = 0x1059
USB_PRODUCT = "Pimoroni Pico DV Demo Base for Pico"
USB_MANUFACTURER = "Pimoroni"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
CIRCUITPY__EVE = 1
CIRCUITPY_PICODVI = 1
2023-04-26 21:08:28 -04:00
# Include these Python libraries in firmware.
2023-04-26 21:14:57 -04:00
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SD