Skip to content

Commit

Permalink
[nrf toup] [nrfconnect] Disable unsupported SHELL_WILDCARD
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ArekBalysNordic authored and bjarki-andreasen committed Oct 3, 2024
1 parent 5b8c132 commit 9ff2372
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ config SHELL_MINIMAL
config KERNEL_SHELL
default n if !CHIP_MEMORY_PROFILING

config SHELL_WILDCARD
default n

config SENSOR_SHELL
default n

Expand Down

0 comments on commit 9ff2372

Please sign in to comment.