Skip to content

Commit

Permalink
Merge pull request #9303 from dhalbert/picow-usb-host-off
Browse files Browse the repository at this point in the history
picow: turn off CIRCUITPY_USB_HOST and CIRCUITPY_PICODVI
  • Loading branch information
tannewt authored Jun 6, 2024
2 parents 1aa17b3 + 46b172e commit 6b3665a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ CHIP_FAMILY = rp2

EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"

CIRCUITPY_USB_HOST = 0

CIRCUITPY__EVE = 1

CIRCUITPY_CYW43 = 1
Expand All @@ -18,7 +20,6 @@ CIRCUITPY_MDNS = 1
CIRCUITPY_SOCKETPOOL = 1
CIRCUITPY_WIFI = 1

CIRCUITPY_PICODVI = 1

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

0 comments on commit 6b3665a

Please sign in to comment.