incubator-nuttx/drivers/syslog
chao an a5251161c6 syslog/channel: rename syslog_channel() to syslog_channel_register()
Change syslog API naming more reasonable:

1. rename syslog_channel() to syslog_channel_register()
2. rename syslog_channel_remove() to syslog_channel_unregister()

Signed-off-by: chao an <anchao@lixiang.com>
2024-09-24 19:28:49 +08:00
..
CMakeLists.txt drivers/syslog: compile syslog_device.c if console/char/file channel enabled 2024-09-23 14:36:40 +08:00
Kconfig
Make.defs drivers/syslog: compile syslog_device.c if console/char/file channel enabled 2024-09-23 14:36:40 +08:00
ramlog.c ramlog: workaround the unsafe critical section 2024-09-14 13:13:39 +08:00
syslog.h syslog/channel: rename syslog_channel() to syslog_channel_register() 2024-09-24 19:28:49 +08:00
syslog_channel.c syslog/channel: rename syslog_channel() to syslog_channel_register() 2024-09-24 19:28:49 +08:00
syslog_chardev.c
syslog_console.c
syslog_consolechannel.c syslog/channel: rename syslog_channel() to syslog_channel_register() 2024-09-24 19:28:49 +08:00
syslog_devchannel.c syslog/channel: rename syslog_channel() to syslog_channel_register() 2024-09-24 19:28:49 +08:00
syslog_device.c
syslog_filechannel.c syslog/channel: rename syslog_channel() to syslog_channel_register() 2024-09-24 19:28:49 +08:00
syslog_flush.c
syslog_initialize.c syslog/channel: rename syslog_channel() to syslog_channel_register() 2024-09-24 19:28:49 +08:00
syslog_intbuffer.c
syslog_putc.c
syslog_rpmsg.c syslog_rpmsg: Ensure the syslog ept is ready when rpmsg_send 2024-08-23 01:43:09 +08:00
syslog_rpmsg.h
syslog_rpmsg_server.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
syslog_stream.c
syslog_write.c
vsyslog.c