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

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

10 lines
195 B
Makefile
Raw Normal View History

2023-04-18 15:52:06 -04:00
USB_VID = 0x239A
USB_PID = 0x8132
USB_PRODUCT = "Feather RP2040 Prop-Maker"
USB_MANUFACTURER = "Adafruit"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "GD25Q64C,W25Q64JVxQ"