You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/03 17:56:50 UTC

[incubator-nuttx] branch master updated (b1f711f -> 8d2615f)

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/incubator-nuttx.git.


    from b1f711f  mm: Move procfs_register_meminfo into common place
     add 646b229  sched/init/nx_start.c: enter_critical_section when check heap & stack in idle
     add 68d6614  mm: idle check heap use mm_trysemaphore
     add 6685df4  mm: don't do mm_checkcorruption in IRQ
     add 940c80f  sched: fix stack check crash in idle thread
     add 8d2615f  sched: add STACK_USAGE_SAFE_PERCENT for stack overflow check

No new revisions were added by this update.

Summary of changes:
 Kconfig                         | 12 ++++++++++++
 mm/mm_heap/mm_checkcorruption.c | 25 +++++++------------------
 sched/init/nx_start.c           | 28 +++++++++++++++++++++++-----
 3 files changed, 42 insertions(+), 23 deletions(-)