From 591e4ba9c306fe57ad3d0cc8125ed1bce9b42f6f Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Wed, 8 Jan 2025 20:01:21 -0500 Subject: [PATCH] [RTduino] add RTDUINO_USING_UTEST --- arduino/RTduino/Kconfig | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/arduino/RTduino/Kconfig b/arduino/RTduino/Kconfig index e08c174d99..6c75df802a 100644 --- a/arduino/RTduino/Kconfig +++ b/arduino/RTduino/Kconfig @@ -26,7 +26,7 @@ if PKG_USING_RTDUINO default 30 endif - menuconfig RTDUINO_TINY_MODE + config RTDUINO_TINY_MODE bool "Enable tiny mode" select RTDUINO_NO_SETUP_LOOP default n @@ -96,6 +96,14 @@ if PKG_USING_RTDUINO default n endif + config RTDUINO_USING_UTEST + bool "Enable RTduino core unit test" + default n + + config RTDUINO_UTEST_USING_HIL + bool "Enable RTduino hardware in loop test cases" + default n + choice prompt "Version" default PKG_USING_RTDUINO_LATEST_VERSION