nuttx/drivers/syslog
chao an 250388f8d0 syslog/rpmsg: disable force put char to lower putc
if rpmsg triggers force flushing when the master core provides lower putc,
characters will be duplicated caused by SYSLOG_DEFAULT also send the char to lower half.
in this PR, we disable force put char to lower putc if CONFIG_SYSLOG_DEFAULT is enabled

Signed-off-by: chao an <anchao.archer@bytedance.com>
2025-06-23 20:33:26 +08:00
..
CMakeLists.txt
Kconfig
Make.defs
ramlog.c
syslog.h
syslog_channel.c
syslog_chardev.c
syslog_console.c
syslog_consolechannel.c
syslog_devchannel.c
syslog_device.c
syslog_filechannel.c
syslog_flush.c
syslog_initialize.c
syslog_intbuffer.c
syslog_rpmsg.c syslog/rpmsg: disable force put char to lower putc 2025-06-23 20:33:26 +08:00
syslog_rpmsg.h
syslog_rpmsg_server.c
syslog_stream.c
syslog_write.c
vsyslog.c