circuitpython/ports/broadcom/boards/raspberrypi_cm4io/mpconfigboard.mk

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

7 lines
136 B
Makefile
Raw Normal View History

USB_VID = 0x2E8A
2021-12-09 13:45:13 -05:00
USB_PID = 0x1012
USB_PRODUCT = "Compute Module 4 IO Board"
USB_MANUFACTURER = "Raspberry Pi"
CHIP_VARIANT = "bcm2711"