You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/04/06 12:32:35 UTC

[incubator-nuttx] branch master updated (a21d6b8 -> 1dee243)

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 a21d6b8  libc: correct zoneinfo genromfs source directory
     add 1dee243  syslog: Added multi device support in syslog_device.

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/armv7-m/arm_itm_syslog.c  |  23 ++-
 arch/arm/src/armv8-m/arm_itm_syslog.c  |  23 ++-
 drivers/syslog/ramlog.c                |   5 +-
 drivers/syslog/syslog.h                |  35 ++--
 drivers/syslog/syslog_channel.c        |  49 +++---
 drivers/syslog/syslog_consolechannel.c |  45 +++--
 drivers/syslog/syslog_devchannel.c     |  41 +++--
 drivers/syslog/syslog_device.c         | 304 +++++++++++++++++++--------------
 drivers/syslog/syslog_filechannel.c    |  32 +++-
 drivers/syslog/syslog_flush.c          |   4 +-
 drivers/syslog/syslog_force.c          |   4 +-
 drivers/syslog/syslog_intbuffer.c      |   6 +-
 drivers/syslog/syslog_putc.c           |   9 +-
 drivers/syslog/syslog_rpmsg.c          |  14 +-
 drivers/syslog/syslog_write.c          |  16 +-
 include/nuttx/syslog/ramlog.h          |   2 +-
 include/nuttx/syslog/syslog.h          |  33 +++-
 include/nuttx/syslog/syslog_rpmsg.h    |   7 +-
 18 files changed, 397 insertions(+), 255 deletions(-)