This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 5e5137adee2 Documentation/applications/system/critmon: add critmon man
page
new a21c8aaa0b4 boards/nucleo-f302r8 : Set CONFIG_DISABLE_ALL_SIGNALS=y
for ihm07m1_f32
new 0d93f2eb20f drivers/input/button_upper.c: Fix compilation with
CONFIG_DISABLE_ALL_SIGNALS
new 7f8f800e63a arch, sched/signal: Fix compilation with
ENABLE_PARTIAL_SIGNALS=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:
arch/arm/src/armv6-m/arm_svcall.c | 4 +-
arch/arm/src/armv7-m/arm_svcall.c | 4 +-
arch/arm/src/armv8-m/arm_svcall.c | 4 +-
arch/arm/src/armv8-r/arm_syscall.c | 4 +-
arch/arm64/src/common/arm64_syscall.c | 3 +-
arch/risc-v/src/common/riscv_swint.c | 4 +-
arch/xtensa/src/common/xtensa_swint.c | 4 +-
.../nucleo-f302r8/configs/ihm07m1_f32/defconfig | 1 +
drivers/input/button_upper.c | 8 +++
include/nuttx/sched.h | 4 +-
include/sys/syscall_lookup.h | 4 ++
libs/libc/pthread/CMakeLists.txt | 4 +-
libs/libc/pthread/Make.defs | 3 --
libs/libc/pthread/pthread_mutex_destroy.c | 2 -
sched/Kconfig | 19 ++++---
sched/group/group_leave.c | 2 +-
sched/init/nx_start.c | 2 +-
sched/sched/sched_suspend.c | 4 ++
sched/semaphore/sem_wait.c | 6 +--
sched/signal/CMakeLists.txt | 21 ++++----
sched/signal/Make.defs | 13 +++--
sched/signal/sig_cleanup.c | 9 +++-
sched/signal/sig_dispatch.c | 62 ++++++++++++----------
sched/signal/sig_initialize.c | 15 ++++--
sched/signal/sig_kill.c | 13 ++++-
sched/signal/sig_procmask.c | 2 -
sched/signal/sig_tgkill.c | 13 ++++-
sched/signal/sig_timedwait.c | 4 --
sched/signal/signal.h | 11 ++--
sched/task/task_exithook.c | 2 +-
sched/task/task_restart.c | 4 +-
sched/task/task_setup.c | 3 +-
32 files changed, 156 insertions(+), 102 deletions(-)