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/03/24 04:35:28 UTC

[incubator-nuttx] branch master updated (dc31b4f -> f13adbe)

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 dc31b4f  boardctl: added the option to change the pm state
     add f13adbe  Added support for multiple syslog channels.

No new revisions were added by this update.

Summary of changes:
 drivers/syslog/Kconfig            |  6 ++++
 drivers/syslog/syslog.h           |  7 ++--
 drivers/syslog/syslog_channel.c   | 76 +++++++++++++++++++++++++++++++++++++--
 drivers/syslog/syslog_flush.c     | 20 +++++++----
 drivers/syslog/syslog_force.c     | 21 ++++++++---
 drivers/syslog/syslog_intbuffer.c | 33 ++++++++++-------
 drivers/syslog/syslog_putc.c      | 41 +++++++++++++++------
 drivers/syslog/syslog_write.c     | 47 +++++++++++++++++-------
 include/nuttx/syslog/syslog.h     | 20 ++++++++++-
 9 files changed, 216 insertions(+), 55 deletions(-)