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

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

7 lines
117 B
Makefile
Raw Normal View History

USB_VID = 0x2E8A
2022-01-07 14:47:31 -05:00
USB_PID = 0x101E
USB_PRODUCT = "Zero W"
USB_MANUFACTURER = "Raspberry Pi"
CHIP_VARIANT = "bcm2835"