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.git
from f95b73f9a8 add inotify doc new 6b07284c61 sched/cpuload: fix SMP situation CPULOAD statistics are inaccurate new e28b311b78 Make each function of SCHED_CRITMONITOR independent new 90dcd5edd3 critmonitor: add caller support new b33e20a586 critmon: fix context switch critmon pause err. new 236678d730 toolchain/ghs: Fix CONFIG_SCHED_CRITMONITOR_MAXTIME_XXX "zero used for undefined preprocessing identifier" warnings new 395c449884 critmon: update document about the critmon configurations usage. The 6 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: Documentation/implementation/critical_sections.rst | 61 ++++++- fs/procfs/fs_procfscritmon.c | 6 + fs/procfs/fs_procfsproc.c | 18 +- include/nuttx/sched.h | 37 +++- sched/Kconfig | 4 +- sched/clock/clock_gettime.c | 4 +- sched/irq/irq_csection.c | 16 +- sched/irq/irq_dispatch.c | 4 - sched/sched/sched.h | 36 +++- sched/sched/sched_critmonitor.c | 192 +++++++++++++-------- sched/sched/sched_lock.c | 14 +- sched/sched/sched_unlock.c | 8 +- 12 files changed, 285 insertions(+), 115 deletions(-)