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/09 13:02:49 UTC

[incubator-nuttx] branch master updated (4ca34ac -> ee7276e)

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 4ca34ac  risc-v/esp32c3: Fix the issue of getting wrong Wi-Fi password
     add ee7276e  syslog: syslog_device ops are handled internally by the driver.

No new revisions were added by this update.

Summary of changes:
 .../components/drivers/special/syslog.rst          |   8 -
 drivers/syslog/Kconfig                             |  17 --
 drivers/syslog/README.txt                          |  36 +--
 drivers/syslog/syslog.h                            |  56 ----
 drivers/syslog/syslog_consolechannel.c             |  60 -----
 drivers/syslog/syslog_devchannel.c                 |  85 ------
 drivers/syslog/syslog_device.c                     | 296 ++++++++++++---------
 drivers/syslog/syslog_filechannel.c                |  43 ---
 drivers/syslog/syslog_write.c                      |   2 -
 include/nuttx/syslog/syslog.h                      |   2 -
 10 files changed, 190 insertions(+), 415 deletions(-)