From ab92319f6968918cfc26b01bd9baa3ab543f7c4a Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Tue, 16 Feb 2021 13:41:24 +0100 Subject: [PATCH] tests/pkg_umorse: Add Kconfig defaults --- tests/pkg_umorse/app.config.test | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/pkg_umorse/app.config.test diff --git a/tests/pkg_umorse/app.config.test b/tests/pkg_umorse/app.config.test new file mode 100644 index 0000000000..6d4301c763 --- /dev/null +++ b/tests/pkg_umorse/app.config.test @@ -0,0 +1,6 @@ +CONFIG_MODULE_POSIX_SLEEP=y +CONFIG_MODULE_ZTIMER=y +CONFIG_MODULE_ZTIMER_PERIPH_TIMER=y +CONFIG_MODULE_ZTIMER_USEC=y +CONFIG_MODULE_ZTIMER_MSEC=y +CONFIG_PACKAGE_UMORSE=y