We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7553c5b commit c6993aaCopy full SHA for c6993aa
ports/raspberrypi/boards/pimoroni_badger2040w/mpconfigboard.mk
@@ -19,6 +19,9 @@ CIRCUITPY_MDNS = 1
19
CIRCUITPY_SOCKETPOOL = 1
20
CIRCUITPY_WIFI = 1
21
22
+CIRCUITPY_PICODVI = 0
23
+CIRCUITPY_USB_HOST = 0
24
+
25
CFLAGS += -DCYW43_PIN_WL_HOST_WAKE=24 -DCYW43_PIN_WL_REG_ON=23 -DCYW43_WL_GPIO_COUNT=3 -DCYW43_WL_GPIO_LED_PIN=0
26
# Must be accompanied by a linker script change
27
CFLAGS += -DCIRCUITPY_FIRMWARE_SIZE='(1536 * 1024)'
0 commit comments