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 ee71af840 toywasm: regen for v31
new e30a0602a testing/ostest: add missing section comments
new 6acf34529 testing/ostest: add test case for task priority change with
locked scheduler
new 3648c0cc5 testing/ostest: call up_idle() only in case of
CONFIG_SIM_WALLTIME_SLEEP=y
The 3 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 | 22 ++--
testing/ostest/Makefile | 13 +-
testing/ostest/ostest.h | 4 +
testing/ostest/ostest_main.c | 6 +
testing/ostest/prioinherit.c | 18 +--
testing/ostest/schedlock.c | 274 ++++++++++++++++++++++++++++++++++++++++++
6 files changed, 307 insertions(+), 30 deletions(-)
create mode 100644 testing/ostest/schedlock.c