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 8aa48c4fb examples: foc: Add critical section protection to FOC
control loop
new 0faaed99a testing/drivertest: Fix timing issues on QEMU and sims.
new a4b43521f testing/drivers: Fix posix timer assertions.
new 01e5e5061 testing/time: Relax the timing constraints.
new ae7a0d81e testing/drivers: Fix posix timer assertions.
new a16c54513 testing/drivers: Fixed the wrong test-case.
new e0e9f3d7e apps/testing: Fix Coverity.
new f68708845 apps/testing: Fix timerjitter interval
new 429a65901 apps/testing: Fix timerjitter iteration
new ce3e35233 benchmark/taclebench: Add clock measurement.
new 69bfda873 apps/ostest: Fix wqueue_test in flat mode.
new 62fe1a3ac ostest/wdog: Fix a synchronizing bug.
new b9bf7f5c4 testing/drivers: Change uint32_t time to uint64_t.
new 35cf74602 testing/drivers: Fix wrong test-cases.
new 1b8c90c12 ostest: Add spinlock/rspinlock.
new 7fb71aa57 testing/drivers: Fix posix timer assertions.
new 36e701448 ostest/spinlock: Check the return value.
new f86246f7c ostest/spinlock: fix the operations does not affect the
result.
new 52c2a8909 ostest/spinlock: Check the return value.
new 5eef7f324 testing/ostest: refactor the spinlock test.
new 06d07b152 testing/ostest: Fix Coverity for spinlock test.
new 71561d297 testing/ostest: run spinlock_test only in flat mode.
The 21 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:
...nch-add-makefile-and-all-in-one-main-file.patch | 34 ++-
.../drivers/drivertest/drivertest_posix_timer.c | 29 ++-
testing/ostest/CMakeLists.txt | 2 +-
testing/ostest/Kconfig | 9 +
testing/ostest/Makefile | 4 +-
testing/ostest/ostest.h | 4 +
testing/ostest/ostest_main.c | 6 +-
testing/ostest/spinlock.c | 272 +++++++++++++++++++++
testing/ostest/wdog.c | 8 +-
testing/sched/timerjitter/timerjitter.c | 33 ++-
.../kernel/time/cases/clock_test_timer03.c | 2 +-
11 files changed, 368 insertions(+), 35 deletions(-)
create mode 100644 testing/ostest/spinlock.c