We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c01f9 commit b3829adCopy full SHA for b3829ad
samples/subsys/shell/shell_module/prj.conf
@@ -2,7 +2,7 @@ CONFIG_PRINTK=y
2
CONFIG_SHELL=y
3
CONFIG_LOG=y
4
CONFIG_LOG_BACKEND_UART=n
5
-CONFIG_KERNEL_SHELL=n
+CONFIG_KERNEL_SHELL=y
6
CONFIG_OBJECT_TRACING=y
7
CONFIG_THREAD_MONITOR=y
8
CONFIG_INIT_STACKS=y
samples/subsys/shell/shell_module/sample.yaml
@@ -4,9 +4,8 @@ tests:
test:
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
tags: samples shell
- platform_whitelist: quark_se_c1000_devboard galileo
- frdm_k64f qemu_cortex_m3 qemu_x86 nrf52_pca10040 nrf51_pca10028
9
harness: keyboard
+ min_ram: 40
10
test_minimal:
11
12
0 commit comments