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

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

7 lines
131 B
Makefile
Raw Normal View History

USB_VID = 0x2E8A
2021-12-09 13:45:13 -05:00
USB_PID = 0x1015
USB_PRODUCT = "Raspberry Pi Zero 2W"
USB_MANUFACTURER = "Raspberry Pi"
2021-12-07 16:29:46 -05:00
CHIP_VARIANT = "bcm2837"