Skip to content

Commit 6b3665a

Browse files
authored
Merge pull request #9303 from dhalbert/picow-usb-host-off
picow: turn off CIRCUITPY_USB_HOST and CIRCUITPY_PICODVI
2 parents 1aa17b3 + 46b172e commit 6b3665a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/raspberrypi/boards/raspberry_pi_pico_w/mpconfigboard.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ CHIP_FAMILY = rp2
88

99
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
1010

11+
CIRCUITPY_USB_HOST = 0
12+
1113
CIRCUITPY__EVE = 1
1214

1315
CIRCUITPY_CYW43 = 1
@@ -18,7 +20,6 @@ CIRCUITPY_MDNS = 1
1820
CIRCUITPY_SOCKETPOOL = 1
1921
CIRCUITPY_WIFI = 1
2022

21-
CIRCUITPY_PICODVI = 1
2223

2324
CFLAGS += -DCYW43_PIN_WL_HOST_WAKE=24 -DCYW43_PIN_WL_REG_ON=23 -DCYW43_WL_GPIO_COUNT=3 -DCYW43_WL_GPIO_LED_PIN=0
2425
# Must be accompanied by a linker script change

0 commit comments

Comments
 (0)