nuttx/drivers/syslog
wangchengdong 76dcec8f4b Documentation: Add description for early_syslog()
Add documentation describing the purpose and behavior of early_syslog(),
   which provides a minimal logging facility available during early system
   initialization or system down.

Signed-off-by: Chengdong Wang wangchengdong@lixiang.com
2025-10-31 08:29:17 -03:00
..
CMakeLists.txt sched/syslog: Add early_syslog() for early boot or system down debugging 2025-10-31 08:29:17 -03:00
Kconfig drivers/syslog: Add RFC 5424 protocol support 2025-06-13 20:26:57 +08:00
Make.defs Documentation: Add description for early_syslog() 2025-10-31 08:29:17 -03:00
ramlog.c
syslog.h
syslog_channel.c drivers/syslog/syslog_channel.c: fix incompatible-pointer-types compile errors 2025-08-07 10:16:20 -03:00
syslog_chardev.c
syslog_console.c
syslog_consolechannel.c
syslog_devchannel.c
syslog_device.c
syslog_early.c sched/syslog: Add early_syslog() for early boot or system down debugging 2025-10-31 08:29:17 -03:00
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-03 17:33:03 +08:00
syslog_rpmsg.h
syslog_rpmsg_server.c
syslog_stream.c
syslog_write.c drivers/syslog: let syslog_write() return the maximum bytes writen 2025-09-14 11:08:35 -04:00
vsyslog.c drivers/syslog: Add RFC 5424 protocol support 2025-06-13 20:26:57 +08:00
vsyslog_rfc5424.c drivers/syslog: Add RFC 5424 protocol support 2025-06-13 20:26:57 +08:00