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 4a279b4b9b xtensa/esp32s3: Support 32MB PSRAM
     new f75adacea6 stream/syslog: remove unnecessary ifdef CONFIG_SYSLOG_BUFFER
     new 20ea607bd0 stream: Rename syslogstream to syslograwstream
     new 0203839fa1 stream: Add syslogstream implementation
     new e51ec54c02 stream/hexdump: add hexdump stream to dump binary to syslog

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:
 drivers/note/notesnap_driver.c                     |   6 +-
 drivers/syslog/vsyslog.c                           |   6 +-
 include/nuttx/streams.h                            |  67 ++++-
 libs/libc/stream/Kconfig                           |   4 +
 libs/libc/stream/Make.defs                         |   3 +-
 libs/libc/stream/lib_hexdumpstream.c               | 182 ++++++++++++++
 .../{lib_syslogstream.c => lib_syslograwstream.c}  |  69 +++---
 libs/libc/stream/lib_syslogstream.c                | 273 ++-------------------
 8 files changed, 302 insertions(+), 308 deletions(-)
 create mode 100644 libs/libc/stream/lib_hexdumpstream.c
 copy libs/libc/stream/{lib_syslogstream.c => lib_syslograwstream.c} (80%)

Reply via email to