Skip to content

Commit

Permalink
[Telink] Disable not used shell modules (#29486)
Browse files Browse the repository at this point in the history
* [Telink] Disable not used shell modules

* [Telink] restore default shell stack size after tests with light-switch
  • Loading branch information
s07641069 authored and pull[bot] committed Oct 23, 2023
1 parent 2aa6de9 commit 3833152
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,45 @@ config OPENTHREAD_EXTERNAL_HEAP
config GETOPT_LONG
default y

# 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

config DEVICE_SHELL
default n

config DATE_SHELL
default n

config DEVMEM_SHELL
default n

config MCUBOOT_SHELL
default n

config FLASH_SHELL
default n

config HWINFO_SHELL
default n

config PWM_SHELL
default n

config OPENTHREAD_SHELL
default n

endif

0 comments on commit 3833152

Please sign in to comment.