This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from b4018f1714c risc-v/espressif/pcnt: Update common source code functions
new 13cbc9bf9d9 arm: remove nxsched_resume_scheduler in cpustart
new c62861d3832 sched: remove nxsched_suspend/resume_scheduler
new b2a69ba7816 sched: merge nxsched_suspend/resume_critmon
new 3f55710184a arch: remove nxsched_resume_scheduler in cpustart
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:
Kconfig | 2 +-
arch/arm/src/armv7-a/arm_cpustart.c | 4 -
arch/arm/src/armv7-r/arm_cpustart.c | 4 -
arch/arm64/src/common/arm64_cpustart.c | 4 -
arch/sparc/src/s698pm/s698pm_cpustart.c | 4 -
arch/xtensa/src/esp32/esp32_cpustart.c | 4 -
arch/xtensa/src/esp32s3/esp32s3_cpustart.c | 4 -
include/nuttx/sched.h | 67 -----------
sched/Kconfig | 14 ---
sched/sched/CMakeLists.txt | 13 +--
sched/sched/Make.defs | 11 +-
sched/sched/sched.h | 5 +-
sched/sched/sched_critmonitor.c | 129 +++++++++------------
...ed_suspendscheduler.c => sched_switchcontext.c} | 60 ++++------
14 files changed, 86 insertions(+), 239 deletions(-)
rename sched/sched/{sched_suspendscheduler.c => sched_switchcontext.c} (64%)