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

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

10 lines
167 B
Makefile
Raw Normal View History

2021-11-05 12:43:44 -04:00
USB_VID = 0x239A
USB_PID = 0x8106
USB_PRODUCT = "KB2040"
USB_MANUFACTURER = "Adafruit"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q64JVxQ"