This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 23bf7fb44 usbserial: Add config for customize direction, message and
wait time
new 8c22bb267 testing/ostest: Add wdog_test to ostest
new cc13d4b74 ostest/wdog: Fix Coverity problems
new e13d37f4d ostest:Ignore runtime error.
new 54a8915f2 ostest: test wdog only in flat mode
new b01765c57 testing/ostest: Add recursive watchdog callback testcase
new 3d6785bca testing/ostest: Fix busyloop on tee platform
new 34e70e7f0 testing/ostest: Fix timing assertions in wdog_test
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
testing/ostest/CMakeLists.txt | 4 +
testing/ostest/Makefile | 4 +
testing/ostest/ostest.h | 4 +
testing/ostest/ostest_main.c | 6 +
testing/ostest/wdog.c | 381 ++++++++++++++++++++++++++++++++++++++++++
5 files changed, 399 insertions(+)
create mode 100644 testing/ostest/wdog.c