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

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

17 lines
433 B
Makefile
Raw Normal View History

USB_VID = 0x2E8A
USB_PID = 0x1000
USB_PRODUCT = "Maker Pi RP2040"
USB_MANUFACTURER = "Cytron"
2021-05-27 06:02:52 -04:00
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
CIRCUITPY__EVE = 1
2021-05-29 21:57:00 -04:00
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Motor
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SimpleIO