Thanks to visit codestin.com Credit goes to github.com
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 b1e4bc3 commit 46b172eCopy full SHA for 46b172e
ports/raspberrypi/boards/raspberry_pi_pico_w/mpconfigboard.mk
@@ -8,6 +8,8 @@ CHIP_FAMILY = rp2
8
9
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
10
11
+CIRCUITPY_USB_HOST = 0
12
+
13
CIRCUITPY__EVE = 1
14
15
CIRCUITPY_CYW43 = 1
@@ -18,7 +20,6 @@ CIRCUITPY_MDNS = 1
18
20
CIRCUITPY_SOCKETPOOL = 1
19
21
CIRCUITPY_WIFI = 1
22
-CIRCUITPY_PICODVI = 1
23
24
CFLAGS += -DCYW43_PIN_WL_HOST_WAKE=24 -DCYW43_PIN_WL_REG_ON=23 -DCYW43_WL_GPIO_COUNT=3 -DCYW43_WL_GPIO_LED_PIN=0
25
# Must be accompanied by a linker script change
0 commit comments