Skip to content

Commit de434e8

Browse files
committed
Merge branch 'main' into zephyr_jpegio
# Conflicts: # ports/zephyr-cp/cptools/build_circuitpython.py
2 parents 68a18ac + 656f540 commit de434e8

File tree

27 files changed

+208
-25
lines changed

27 files changed

+208
-25
lines changed

ports/zephyr-cp/boards/adafruit/feather_nrf52840_sense_zephyr/autogen_board_info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fontio = true # Zephyr board has busio
4747
fourwire = true # Zephyr board has busio
4848
framebufferio = true # Zephyr board has busio
4949
frequencyio = false
50-
getpass = false
50+
getpass = true
5151
gifio = false
5252
gnss = false
5353
hashlib = true

ports/zephyr-cp/boards/adafruit/feather_nrf52840_zephyr/autogen_board_info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fontio = true # Zephyr board has busio
4747
fourwire = true # Zephyr board has busio
4848
framebufferio = true # Zephyr board has busio
4949
frequencyio = false
50-
getpass = false
50+
getpass = true
5151
gifio = false
5252
gnss = false
5353
hashlib = true

ports/zephyr-cp/boards/adafruit/feather_rp2040_zephyr/autogen_board_info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fontio = true # Zephyr board has busio
4747
fourwire = true # Zephyr board has busio
4848
framebufferio = true # Zephyr board has busio
4949
frequencyio = false
50-
getpass = false
50+
getpass = true
5151
gifio = false
5252
gnss = false
5353
hashlib = true

ports/zephyr-cp/boards/native/native_sim/autogen_board_info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fontio = true # Zephyr board has busio
4747
fourwire = true # Zephyr board has busio
4848
framebufferio = true # Zephyr board has busio
4949
frequencyio = false
50-
getpass = false
50+
getpass = true
5151
gifio = false
5252
gnss = false
5353
hashlib = true # Zephyr networking enabled

ports/zephyr-cp/boards/native/nrf5340bsim/autogen_board_info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fontio = true # Zephyr board has busio
4747
fourwire = true # Zephyr board has busio
4848
framebufferio = true # Zephyr board has busio
4949
frequencyio = false
50-
getpass = false
50+
getpass = true
5151
gifio = false
5252
gnss = false
5353
hashlib = true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fontio = true # Zephyr board has busio
4747
fourwire = true # Zephyr board has busio
4848
framebufferio = true # Zephyr board has busio
4949
frequencyio = false
50-
getpass = false
50+
getpass = true
5151
gifio = false
5252
gnss = false
5353
hashlib = true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fontio = true # Zephyr board has busio
4747
fourwire = true # Zephyr board has busio
4848
framebufferio = true # Zephyr board has busio
4949
frequencyio = false
50-
getpass = false
50+
getpass = true
5151
gifio = false
5252
gnss = false
5353
hashlib = true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fontio = true # Zephyr board has busio
4747
fourwire = true # Zephyr board has busio
4848
framebufferio = true # Zephyr board has busio
4949
frequencyio = false
50-
getpass = false
50+
getpass = true
5151
gifio = false
5252
gnss = false
5353
hashlib = true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fontio = true # Zephyr board has busio
4747
fourwire = true # Zephyr board has busio
4848
framebufferio = true # Zephyr board has busio
4949
frequencyio = false
50-
getpass = false
50+
getpass = true
5151
gifio = false
5252
gnss = false
5353
hashlib = true # Zephyr networking enabled

ports/zephyr-cp/boards/nxp/frdm_mcxn947/autogen_board_info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fontio = true # Zephyr board has busio
4747
fourwire = true # Zephyr board has busio
4848
framebufferio = true # Zephyr board has busio
4949
frequencyio = false
50-
getpass = false
50+
getpass = true
5151
gifio = false
5252
gnss = false
5353
hashlib = true

0 commit comments

Comments
 (0)