Skip to content

Commit 624a021

Browse files
committed
samples: shell: enable kernel shell
Enable kernel shell and adapt test data and remove limited whitelisting. Signed-off-by: Anas Nashif <[email protected]>
1 parent 4db7ad9 commit 624a021

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

samples/subsys/shell/shell_module/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CONFIG_PRINTK=y
22
CONFIG_SHELL=y
33
CONFIG_LOG=y
44
CONFIG_LOG_BACKEND_UART=n
5-
CONFIG_KERNEL_SHELL=n
5+
CONFIG_KERNEL_SHELL=y
66
CONFIG_OBJECT_TRACING=y
77
CONFIG_THREAD_MONITOR=y
88
CONFIG_INIT_STACKS=y

samples/subsys/shell/shell_module/sample.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ tests:
44
test:
55
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
66
tags: samples shell
7-
platform_whitelist: quark_se_c1000_devboard galileo
8-
frdm_k64f qemu_cortex_m3 qemu_x86 nrf52_pca10040 nrf51_pca10028
97
harness: keyboard
8+
min_ram: 40
109
test_minimal:
1110
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
1211
tags: samples shell

0 commit comments

Comments
 (0)