Skip to content

Commit c6993aa

Browse files
committed
disable PICODVI and USB_HOST
1 parent 7553c5b commit c6993aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/raspberrypi/boards/pimoroni_badger2040w/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ CIRCUITPY_MDNS = 1
1919
CIRCUITPY_SOCKETPOOL = 1
2020
CIRCUITPY_WIFI = 1
2121

22+
CIRCUITPY_PICODVI = 0
23+
CIRCUITPY_USB_HOST = 0
24+
2225
CFLAGS += -DCYW43_PIN_WL_HOST_WAKE=24 -DCYW43_PIN_WL_REG_ON=23 -DCYW43_WL_GPIO_COUNT=3 -DCYW43_WL_GPIO_LED_PIN=0
2326
# Must be accompanied by a linker script change
2427
CFLAGS += -DCIRCUITPY_FIRMWARE_SIZE='(1536 * 1024)'

0 commit comments

Comments
 (0)