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 69e413c678 ci/docker: Revert the change about gn to unblock ci
     new 542a5555d3 libc:add parse_memory_range to parse memory string
     new 35051dd715 coredump: support coredump save to block device when crash

The 2 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/guides/coredump.rst                  |   2 +-
 boards/Kconfig                                     |  34 ++-
 .../imx6/sabre-6quad/configs/coredump/defconfig    |   2 +-
 include/nuttx/binfmt/binfmt.h                      |  24 ++-
 include/nuttx/{panic_notifier.h => memoryregion.h} |  80 ++++----
 libs/libc/misc/CMakeLists.txt                      |   3 +-
 libs/libc/misc/Make.defs                           |   2 +-
 libs/libc/misc/lib_memoryregion.c                  | 152 ++++++++++++++
 sched/init/nx_bringup.c                            |   6 +
 sched/misc/CMakeLists.txt                          |   4 +
 sched/misc/Make.defs                               |   4 +
 sched/misc/assert.c                                |  67 +-----
 sched/misc/coredump.c                              | 228 +++++++++++++++++++++
 .../max326xx/max326_icc.h => sched/misc/coredump.h |  27 +--
 14 files changed, 500 insertions(+), 135 deletions(-)
 copy include/nuttx/{panic_notifier.h => memoryregion.h} (54%)
 create mode 100644 libs/libc/misc/lib_memoryregion.c
 create mode 100644 sched/misc/coredump.c
 copy arch/arm/src/max326xx/max326_icc.h => sched/misc/coredump.h (77%)

Reply via email to