File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ports/raspberrypi/boards/raspberry_breadstick Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- USB_VID = 0x239A
2- USB_PID = 0x80F4
3- USB_PRODUCT = "Pico "
4- USB_MANUFACTURER = "Raspberry Pi "
1+ USB_VID = 0x2E8A
2+ USB_PID = 0x105E
3+ USB_PRODUCT = "Raspberry Breadstick "
4+ USB_MANUFACTURER = "J&R Creative Technologies Inc. "
55
66CHIP_VARIANT = RP2040
77CHIP_FAMILY = rp2
@@ -12,5 +12,5 @@ CIRCUITPY__EVE = 1
1212CIRCUITPY_PICODVI = 1
1313
1414# Include these Python libraries in firmware.
15- # FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LSM6DS/frozen_cpx
16- # FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/frozen_cpx
15+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_LSM6DS/
16+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_DotStar/
You can’t perform that action at this time.
0 commit comments