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 b78ab0c6e fsutils/flashtool: add flashtool command support
add 4d98eccca testing/ostest: add hrtimer API functional tests
No new revisions were added by this update.
Summary of changes:
testing/ostest/CMakeLists.txt | 4 +
testing/ostest/Makefile | 6 ++
testing/ostest/hrtimer.c | 228 ++++++++++++++++++++++++++++++++++++++++++
testing/ostest/ostest.h | 4 +
testing/ostest/ostest_main.c | 10 +-
5 files changed, 251 insertions(+), 1 deletion(-)
create mode 100644 testing/ostest/hrtimer.c