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 ccff570 drivers: nxstyle fixes
add 1d66d5c debug tools: add heap & stack check in idle thread
No new revisions were added by this update.
Summary of changes:
include/nuttx/mm/mm.h | 25 +++++
mm/kmm_heap/Make.defs | 4 +
.../{kmm_calloc.c => kmm_checkcorruption.c} | 10 +-
mm/mm_heap/Make.defs | 5 +
mm/mm_heap/{mm_mallinfo.c => mm_checkcorruption.c} | 110 +++++++++------------
mm/umm_heap/Make.defs | 4 +
.../{umm_brkaddr.c => umm_checkcorruption.c} | 12 +--
sched/init/nx_start.c | 11 +++
8 files changed, 107 insertions(+), 74 deletions(-)
copy mm/kmm_heap/{kmm_calloc.c => kmm_checkcorruption.c} (88%)
copy mm/mm_heap/{mm_mallinfo.c => mm_checkcorruption.c} (51%)
copy mm/umm_heap/{umm_brkaddr.c => umm_checkcorruption.c} (88%)