Skip to content

Commit 88e07ae

Browse files
committed
enable getpass in zephyr port and add test for it.
1 parent 75659f7 commit 88e07ae

File tree

26 files changed

+209
-26
lines changed

26 files changed

+209
-26
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ 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
53-
hashlib = false
53+
hashlib = true
5454
hostnetwork = false
5555
i2cdisplaybus = true # Zephyr board has busio
5656
i2cioexpander = false
@@ -117,4 +117,4 @@ watchdog = false
117117
wifi = false
118118
zephyr_display = false
119119
zephyr_kernel = false
120-
zlib = false
120+
zlib = 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)