From a8ef65d1390dc7280d9da5190d04adfa23215d0e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 23 May 2023 10:48:05 +0200 Subject: [PATCH] tests/sys/stdio_semihosting: add Kconfig config --- tests/sys/stdio_semihosting/app.config.test | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/sys/stdio_semihosting/app.config.test diff --git a/tests/sys/stdio_semihosting/app.config.test b/tests/sys/stdio_semihosting/app.config.test new file mode 100644 index 0000000000..2b6ee44c88 --- /dev/null +++ b/tests/sys/stdio_semihosting/app.config.test @@ -0,0 +1,5 @@ +CONFIG_MODULE_STDIO_SEMIHOSTING=y +CONFIG_MODULE_SHELL=y +CONFIG_MODULE_SHELL_CMDS_DEFAULT=y +CONFIG_MODULE_PS=y +CONFIG_FORCE_USB_STDIO=n