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 2f03b42bfc boards: arm: kl: keep cfmconfig sections in linker script new c546c0b647 mm: Do not abort on allocation failue with CONFIG_DEBUG_MM new b05320cac2 mm: Move backtrace stuff into a separate option new 5edf5e5585 mm: Add CONFIG_MM_PANIC_ON_FAILURE option 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: fs/procfs/fs_procfsmeminfo.c | 6 +++--- fs/procfs/fs_procfsproc.c | 6 +++--- include/nuttx/mm/mm.h | 4 ++-- mm/Kconfig | 15 +++++++++++++++ mm/kmm_heap/kmm_mallinfo.c | 2 +- mm/mm_heap/mm.h | 6 +++--- mm/mm_heap/mm_mallinfo.c | 4 ++-- mm/mm_heap/mm_malloc.c | 8 +++++++- mm/mm_heap/mm_memdump.c | 6 +++--- mm/umm_heap/umm_mallinfo.c | 2 +- 10 files changed, 40 insertions(+), 19 deletions(-)