Skip to content

Commit

Permalink
[nrf noup] [nrfconnect] Disable unnecessary shell features
Browse files Browse the repository at this point in the history
Save more flash by disabling shell wildcard, colors, stats
and kernel commands.

Signed-off-by: Damian Krolik <[email protected]>
  • Loading branch information
Damian-Nordic committed Feb 21, 2023
1 parent 64909f2 commit 84fd657
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,18 @@ config PSA_WANT_ALG_OFB

# Disable not used shell modules

config SHELL_WILDCARD
default n

config SHELL_VT100_COLORS
default n

config SHELL_STATS
default n

config KERNEL_SHELL
default n

config SENSOR_SHELL
default n

Expand Down

0 comments on commit 84fd657

Please sign in to comment.