zephyr/samples/subsys/shell/shell_module/prj_minimal.conf
Anas Nashif 6d3fb8b4cf shell: kernel: add more thread data to threads command
Show thread and stack data all under one command and reformat output.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-09-27 08:58:55 +05:30

14 lines
293 B
Plaintext

CONFIG_PRINTK=y
CONFIG_SHELL=y
CONFIG_LOG_BACKEND_UART=n
CONFIG_KERNEL_SHELL=n
CONFIG_OBJECT_TRACING=y
CONFIG_THREAD_MONITOR=y
CONFIG_INIT_STACKS=y
CONFIG_BOOT_BANNER=n
CONFIG_THREAD_NAME=y
CONFIG_LOG=n
CONFIG_SHELL_HISTORY=n
CONFIG_CONSOLE_SHELL_STACKSIZE=1024
CONFIG_SHELL_CMD_BUFF_SIZE=128