Skip to content

Commit 4904ec7

Browse files
nordic-krchChromeos LUCI
authored andcommitted
samples: shell: shell_module: Enable logging commands
Enabling commands for the sample. They were disabled by c0c8952 but should be enabled in the sample. (cherry picked from commit f1ef55e) Original-Signed-off-by: Krzysztof Chruściński <[email protected]> GitOrigin-RevId: f1ef55e Change-Id: I89330821cf9cb4f2034489edab8d14d8c2b41341 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5197615 Commit-Queue: Tristan Honscheid <[email protected]> Tested-by: Tristan Honscheid <[email protected]> Reviewed-by: Tristan Honscheid <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]>
1 parent 6c32ad2 commit 4904ec7

File tree

1 file changed

+1
-0
lines changed
  • samples/subsys/shell/shell_module

1 file changed

+1
-0
lines changed

samples/subsys/shell/shell_module/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CONFIG_PRINTK=y
22
CONFIG_SHELL=y
33
CONFIG_LOG=y
4+
CONFIG_LOG_CMDS=y
45
CONFIG_INIT_STACKS=y
56
CONFIG_THREAD_STACK_INFO=y
67
CONFIG_KERNEL_SHELL=y

0 commit comments

Comments
 (0)