This is an automated email from the ASF dual-hosted git repository.

archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 1fb533611d5 arch/arm/src/rp2040/boot2: Improvements 
rp2040_boot_stage2.cmake
     new 6f478a9e255 sched: detecting stack overflow during context switching
     new 5d7ac216f2c arch: optimize up_check_tcbstack for stack overflow 
detection
     new a3e63c44dd3 Document: add information for stack overflow check on 
context switching

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:
 Documentation/debugging/stackcheck.rst       | 27 +++++++++++++++++++++------
 Kconfig                                      | 19 +++++++++++++++++++
 arch/arm/src/common/arm_checkstack.c         |  4 ++--
 arch/arm64/src/common/arm64_checkstack.c     |  4 ++--
 arch/avr/src/avr/avr_checkstack.c            |  5 ++---
 arch/ceva/src/common/ceva_checkstack.c       |  5 ++---
 arch/or1k/src/common/or1k_checkstack.c       |  5 ++---
 arch/risc-v/src/common/riscv_checkstack.c    |  5 ++---
 arch/sim/src/sim/sim_checkstack.c            |  5 ++---
 arch/sparc/src/common/sparc_checkstack.c     |  4 ++--
 arch/tricore/src/common/tricore_checkstack.c |  5 ++---
 arch/x86_64/src/intel64/intel64_checkstack.c |  4 ++--
 arch/xtensa/src/common/xtensa_checkstack.c   |  5 ++---
 fs/procfs/fs_procfsproc.c                    |  6 ++++--
 include/nuttx/arch.h                         |  2 +-
 sched/misc/assert.c                          |  6 +++---
 sched/misc/coredump.c                        |  4 ++--
 sched/sched/sched_suspendscheduler.c         | 15 +++++++++++++++
 18 files changed, 87 insertions(+), 43 deletions(-)

Reply via email to