Skip to content

Commit a5bd017

Browse files
ArekBalysNordiccarlescufi
authored andcommitted
[nrf toup] [nrfconnect] Disable unsupported SHELL_WILDCARD
SHELL_WILDCARD is not supported for Matter devices in the newest Zephyr version because it selects POSIX_C_LIB_EXT, so we need to disable it.
1 parent ea40e41 commit a5bd017

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

+3
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,9 @@ config SHELL_MINIMAL
473473
config KERNEL_SHELL
474474
default n if !CHIP_MEMORY_PROFILING
475475

476+
config SHELL_WILDCARD
477+
default n
478+
476479
config SENSOR_SHELL
477480
default n
478481

0 commit comments

Comments
 (0)