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 0b03ca153 macos:fix sim:module build warning
new 9353bcefa skip oneshot timer test
new 7acf0ff31 drivertest_pm: compatible with SMP
new 93a431d19 testing/drivertest: add pm_smp test
new e260522fa testing/pm_smp: delay_yield ticks 1->2, avoid idle canot run
one cycle
The 4 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/drivertest/CMakeLists.txt | 18 +-
testing/drivertest/Kconfig | 4 +
testing/drivertest/Makefile | 8 +-
testing/drivertest/drivertest_pm.c | 72 +++--
testing/drivertest/drivertest_pm_smp.c | 492 +++++++++++++++++++++++++++++++++
5 files changed, 564 insertions(+), 30 deletions(-)
create mode 100644 testing/drivertest/drivertest_pm_smp.c