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 16124b0926 fix snprintf truncation warnings
     new 127527acf6 libc/stream: increase nput in hexdumpstream
     new 64e3a1fa0b libc/stream: add base64 encoded stream output
     new 4ed506d6ab board/coredump: add option to use base64 stream
     new b75412d96a libc/base64: check buffer overflow for last char

The 4 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:
 boards/Kconfig                         |   8 +-
 include/nuttx/streams.h                |  29 ++++++
 libs/libc/net/lib_base64.c             |   7 +-
 libs/libc/stream/CMakeLists.txt        |   3 +-
 libs/libc/stream/Kconfig               |   4 +
 libs/libc/stream/Make.defs             |   2 +-
 libs/libc/stream/lib_base64outstream.c | 182 +++++++++++++++++++++++++++++++++
 libs/libc/stream/lib_hexdumpstream.c   |  10 +-
 sched/misc/coredump.c                  |  18 +++-
 tools/coredump.py                      |  26 ++++-
 10 files changed, 278 insertions(+), 11 deletions(-)
 create mode 100644 libs/libc/stream/lib_base64outstream.c

Reply via email to