From 9fd2d6b6e0a225ad3d5e3fd4ccbaf28f724c689e Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Sat, 3 Dec 2022 12:59:49 +0100 Subject: [PATCH] tests/pkg_tinyusb_cdc_acm_stdio: add Kconfig support --- tests/pkg_tinyusb_cdc_acm_stdio/app.config.test | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/pkg_tinyusb_cdc_acm_stdio/app.config.test diff --git a/tests/pkg_tinyusb_cdc_acm_stdio/app.config.test b/tests/pkg_tinyusb_cdc_acm_stdio/app.config.test new file mode 100644 index 0000000000..a606785cb9 --- /dev/null +++ b/tests/pkg_tinyusb_cdc_acm_stdio/app.config.test @@ -0,0 +1,5 @@ +CONFIG_PACKAGE_TINYUSB=y +CONFIG_MODULE_STDIO_TINYUSB_CDC_ACM=y +CONFIG_MODULE_SHELL=y +CONFIG_MODULE_SHELL_CMDS_DEFAULT=y +CONFIG_MODULE_PS=y