Skip to content

Commit eb9a3ac

Browse files
committed
disable adafruit_bus_device and zlib on nrf7002dk_zephyr
1 parent c25c123 commit eb9a3ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ports/zephyr-cp/boards/nordic/nrf7002dk/autogen_board_info.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _eve = false
88
_pew = false
99
_pixelmap = false
1010
_stage = false
11-
adafruit_bus_device = true
11+
adafruit_bus_device = false
1212
adafruit_pixelbuf = false
1313
aesio = false
1414
alarm = false
@@ -117,4 +117,4 @@ watchdog = false
117117
wifi = true # Zephyr board has wifi
118118
zephyr_display = false
119119
zephyr_kernel = false
120-
zlib = true
120+
zlib = false

ports/zephyr-cp/boards/nordic/nrf7002dk/circuitpython.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ CIRCUITPY_BUILD_EXTENSIONS = ["elf"]
22
USB_VID=0x239A
33
USB_PID=0x8168
44
BLOBS=["nrf_wifi"]
5-
DISABLED_MODULES=["aesio"]
5+
DISABLED_MODULES=["aesio", "adafruit_bus_device", "zlib"]

0 commit comments

Comments
 (0)