Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = false
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = false
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = false
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down Expand Up @@ -94,7 +94,7 @@ sharpdisplay = true # Zephyr board has busio
socketpool = false
spitarget = false
ssl = false
storage = false
storage = true
struct = true
supervisor = true
synthio = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true # Zephyr networking enabled
hostnetwork = true # Zephyr board has hostnetwork
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = true # Zephyr networking enabled
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = false
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down Expand Up @@ -94,7 +94,7 @@ sharpdisplay = true # Zephyr board has busio
socketpool = false
spitarget = false
ssl = false
storage = false
storage = true
struct = true
supervisor = true
synthio = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = false
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = false # Zephyr board has busio
gnss = false
hashlib = true
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = false
is31fl3741 = false
jpegio = false
jpegio = false # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down Expand Up @@ -99,7 +99,7 @@ struct = true
supervisor = true
synthio = false
terminalio = true # Zephyr board has busio
tilepalettemapper = true # Zephyr board has busio
tilepalettemapper = false # Zephyr board has busio
time = true
touchio = false
traceback = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CIRCUITPY_BUILD_EXTENSIONS = ["elf"]
DISABLED_MODULES=["jpegio"]
DISABLED_MODULES=["jpegio", "gifio", "tilepalettemapper"]
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = false
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = false # Zephyr board has busio
gnss = false
hashlib = true # Zephyr networking enabled
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = true # Zephyr networking enabled
is31fl3741 = false
jpegio = false
jpegio = false # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down Expand Up @@ -99,7 +99,7 @@ struct = true
supervisor = true
synthio = false
terminalio = true # Zephyr board has busio
tilepalettemapper = true # Zephyr board has busio
tilepalettemapper = false # Zephyr board has busio
time = true
touchio = false
traceback = true
Expand Down
2 changes: 1 addition & 1 deletion ports/zephyr-cp/boards/nordic/nrf7002dk/circuitpython.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ CIRCUITPY_BUILD_EXTENSIONS = ["elf"]
USB_VID=0x239A
USB_PID=0x8168
BLOBS=["nrf_wifi"]
DISABLED_MODULES=["aesio", "adafruit_bus_device", "zlib", "jpegio"]
DISABLED_MODULES=["aesio", "adafruit_bus_device", "zlib", "jpegio", "tilepalettemapper", "gifio"]
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = false
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down
6 changes: 3 additions & 3 deletions ports/zephyr-cp/boards/nxp/frdm_rw612/autogen_board_info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true # Zephyr networking enabled
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = true # Zephyr networking enabled
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down Expand Up @@ -94,7 +94,7 @@ sharpdisplay = true # Zephyr board has busio
socketpool = true # Zephyr networking enabled
spitarget = false
ssl = true # Zephyr networking enabled
storage = false
storage = true
struct = true
supervisor = true
synthio = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = false
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down Expand Up @@ -94,7 +94,7 @@ sharpdisplay = true # Zephyr board has busio
socketpool = false
spitarget = false
ssl = false
storage = false
storage = true
struct = true
supervisor = true
synthio = true # Zephyr board has audiobusio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true # Zephyr networking enabled
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = true # Zephyr networking enabled
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down Expand Up @@ -94,7 +94,7 @@ sharpdisplay = true # Zephyr board has busio
socketpool = true # Zephyr networking enabled
spitarget = false
ssl = true # Zephyr networking enabled
storage = false
storage = true
struct = true
supervisor = true
synthio = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = false
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down Expand Up @@ -94,7 +94,7 @@ sharpdisplay = true # Zephyr board has busio
socketpool = false
spitarget = false
ssl = false
storage = false
storage = true
struct = true
supervisor = true
synthio = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true # Zephyr networking enabled
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = true # Zephyr networking enabled
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down Expand Up @@ -94,7 +94,7 @@ sharpdisplay = true # Zephyr board has busio
socketpool = true # Zephyr networking enabled
spitarget = false
ssl = true # Zephyr networking enabled
storage = false
storage = true
struct = true
supervisor = true
synthio = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fourwire = true # Zephyr board has busio
framebufferio = true # Zephyr board has busio
frequencyio = false
getpass = true
gifio = false
gifio = true # Zephyr board has busio
gnss = false
hashlib = true
hostnetwork = false
Expand All @@ -58,7 +58,7 @@ i2ctarget = false
imagecapture = false
ipaddress = false
is31fl3741 = false
jpegio = true
jpegio = true # Zephyr board has busio
keypad = false
keypad_demux = false
locale = false
Expand Down Expand Up @@ -94,7 +94,7 @@ sharpdisplay = true # Zephyr board has busio
socketpool = false
spitarget = false
ssl = false
storage = false
storage = true
struct = true
supervisor = true
synthio = false
Expand Down
Loading
Loading