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 76508d42a9 sched: export sched_getcpu API in AMP mode
add e0bcad3a1d gdbstub:support gdbstub memory access control
add 5817f6153d gdbstub:expand buffer size to increase transfer speed
add e007ace00d gdbstub:support only use gdbstub when panic
add 81d704cd82 gdbstub: support the use of recvbuf and sendbuf
add 89f3ef4480 gdbstub: add RLE compression
add fa59adde40 Simplify BOARD_MEMORY_RANGE initialization logic
No new revisions were added by this update.
Summary of changes:
boards/Kconfig | 2 +-
cmake/nuttx_mkconfig.cmake | 1 +
drivers/misc/dev_mem.c | 63 +++++++-------
drivers/serial/Kconfig | 17 ++++
drivers/serial/serial.c | 6 +-
drivers/serial/serial_gdbstub.c | 177 +++++++++++++++++++++++++++++++++++-----
include/nuttx/serial/serial.h | 2 +-
libs/libc/gdbstub/Kconfig | 6 ++
libs/libc/gdbstub/lib_gdbstub.c | 162 +++++++++++++++++++++++++++++++++++-
sched/misc/coredump.c | 39 +++++----
tools/cfgdefine.c | 1 +
11 files changed, 401 insertions(+), 75 deletions(-)