Skip to content

Commit 686f9bc

Browse files
committed
Disable USB Host because it doesn't work
1 parent f8ed889 commit 686f9bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ports/raspberrypi/boards/solderparty_rp2350_stamp/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ EXTERNAL_FLASH_DEVICES = "W25Q128JVxQ"
1212
CIRCUITPY__EVE = 1
1313
CIRCUITPY_ALARM = 0
1414
CIRCUITPY_RGBMATRIX = 0
15+
CIRCUITPY_USB_HOST = 0
1516
CIRCUITPY_PICODVI = 1
1617

1718
FROZEN_MPY_DIRS += $(TOP)/ports/raspberrypi/boards/solderparty_rp2040_stamp

ports/raspberrypi/boards/solderparty_rp2350_stamp_xl/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ EXTERNAL_FLASH_DEVICES = "W25Q128JVxQ"
1212
CIRCUITPY__EVE = 1
1313
CIRCUITPY_ALARM = 0
1414
CIRCUITPY_RGBMATRIX = 0
15+
CIRCUITPY_USB_HOST = 0
1516
CIRCUITPY_PICODVI = 1
1617

1718
FROZEN_MPY_DIRS += $(TOP)/ports/raspberrypi/boards/solderparty_rp2040_stamp

0 commit comments

Comments
 (0)