zephyr/tests/subsys/shell/shell/shell_min_log_backend.conf
Yinfang Wang 0e1cc6977f tests: subsys: shell: move shell to new ztest API
Move test shell to use new ztest API.

Signed-off-by: Yinfang Wang <yinfang.wang@intel.com>
2022-08-03 11:19:08 +02:00

23 lines
425 B
Plaintext

CONFIG_ZTEST=y
CONFIG_TEST_LOGGING_DEFAULTS=n
CONFIG_ZTEST_NEW_API=y
CONFIG_SHELL=y
CONFIG_SHELL_MINIMAL=y
CONFIG_SHELL_BACKEND_DUMMY=y
CONFIG_SHELL_BACKEND_SERIAL=n
CONFIG_THREAD_NAME=y
CONFIG_SHELL_STACK_SIZE=2048
#using CBPRINTF_NANO decreases significantly Flash usage.
CONFIG_CBPRINTF_NANO=y
CONFIG_LOG=y
#Shell features:
CONFIG_SHELL_LOG_BACKEND=y
CONFIG_THREAD_MONITOR=n
CONFIG_INIT_STACKS=y
CONFIG_BOOT_BANNER=n