8000 disable USB host on wiznet boards to reduce image size · sparkfun/circuitpython@8377a74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8377a74

Browse files
committed
disable USB host on wiznet boards to reduce image size
1 parent b055f96 commit 8377a74

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ports/raspberrypi/boards/wiznet_w5100s_evb_pico/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
1010

1111
CIRCUITPY__EVE = 1
1212
CIRCUITPY_SSL = 1
13+
CIRCUITPY_USB_HOST = 0

ports/raspberrypi/boards/wiznet_w5500_evb_pico/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
1010

1111
CIRCUITPY__EVE = 1
1212
CIRCUITPY_SSL = 1
13+
CIRCUITPY_USB_HOST = 0

0 commit comments

Comments
 (0)
0