Skip to content

Commit

Permalink
[RTduino] add RTDUINO_USING_UTEST
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Jan 9, 2025
1 parent 4527c28 commit 591e4ba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion arduino/RTduino/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 591e4ba

Please sign in to comment.