Skip to content

Commit

Permalink
core: nrf52840_pca10059: Disable shell options
Browse files Browse the repository at this point in the history
Disable shell input config options to reduce the amount of used
resources.

Signed-off-by: Joao Cordeiro <jvcc@cesar.org.br>
  • Loading branch information
jcorde committed Jul 8, 2019
1 parent 214b350 commit 4de25ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions core/boards/nrf52840_pca10059.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@ CONFIG_SETTINGS_FCB_NUM_AREAS=2
CONFIG_OPENTHREAD_SHELL=y
CONFIG_SHELL=y

# Disable shell inputs to better performance
CONFIG_LOG_CMDS=n
CONFIG_SHELL_BACKSPACE_MODE_DELETE=n
CONFIG_SHELL_WILDCARD=n
CONFIG_SHELL_ECHO_STATUS=n
CONFIG_SHELL_METAKEYS=n
CONFIG_SHELL_HELP=n
CONFIG_SHELL_HELP_ON_WRONG_ARGUMENT_COUNT=n
CONFIG_SHELL_HISTORY=n
CONFIG_SHELL_STATS=n
CONFIG_SHELL_CMDS=n
CONFIG_SHELL_CMDS_RESIZE=n

# Network buffers
CONFIG_NET_PKT_RX_COUNT=16
CONFIG_NET_PKT_TX_COUNT=16
Expand Down

0 comments on commit 4de25ce

Please sign in to comment.