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 19b4911d7f arch: remove up_current_regs in common code
add 238cddde3a drivers/syslog: remove implement of syslog_putc()
No new revisions were added by this update.
Summary of changes:
Documentation/guides/logging_rambuffer.rst | 6 +-
arch/arm/src/efm32/efm32_start.c | 2 +-
drivers/syslog/CMakeLists.txt | 9 +-
drivers/syslog/Kconfig | 2 +-
drivers/syslog/Make.defs | 2 +-
drivers/syslog/syslog_putc.c | 208 -----------------------------
include/nuttx/syslog/syslog.h | 17 ---
libs/libc/stream/lib_syslograwstream.c | 10 +-
8 files changed, 13 insertions(+), 243 deletions(-)
delete mode 100644 drivers/syslog/syslog_putc.c