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 cf1e92e5a2 driver/optee: fix compile break new 4ccc3d4c96 drivers/syslog: Add RFC 5424 protocol support new a5f43aa8e8 docs/syslog: Add documentation for RFC 5424 support The 2 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: .../applications/system/syslogd/index.rst | 35 +++ .../components/drivers/special/syslog.rst | 33 +++ drivers/syslog/CMakeLists.txt | 9 +- drivers/syslog/Kconfig | 69 ++++-- drivers/syslog/Make.defs | 10 +- drivers/syslog/vsyslog.c | 4 +- drivers/syslog/vsyslog_rfc5424.c | 238 +++++++++++++++++++++ include/syslog.h | 44 ++-- libs/libc/syslog/lib_syslog.c | 2 +- 9 files changed, 402 insertions(+), 42 deletions(-) create mode 100644 Documentation/applications/system/syslogd/index.rst create mode 100644 drivers/syslog/vsyslog_rfc5424.c