rt-thread-official/components/utilities/ulog
Rui 3b1d4e9222
fix Compilation error in "driver.c", "completion_up.c", "syslog.c" and "dlmodule.c". (#9093)
2024-06-26 23:25:23 +08:00
..
backend [kservice] MT-safe output support (kprintf/kputs) 2024-01-16 00:59:18 +08:00
syslog fix Compilation error in "driver.c", "completion_up.c", "syslog.c" and "dlmodule.c". (#9093) 2024-06-26 23:25:23 +08:00
SConscript [components][ulog] Add file backend 2022-04-06 16:05:45 +08:00
ulog.c 解决LOG_RAW异步输出多条文本的时候会被截断,原因是rt_vsnprintf会在字符串最后添加\0,ulog.c中的do_output()将\0也压入到ulog.async_rb,当LOG_RAW没有及时输出,那么rb中的字符串被\0截断了,导致没法正确输出LOG_RAW信息 2024-04-19 22:27:33 -04:00
ulog.h fix Compilation error in "driver.c", "completion_up.c", "syslog.c" and "dlmodule.c". (#9093) 2024-06-26 23:25:23 +08:00
ulog_def.h [ulog][rtc][time][bug] solve the interference when enable the ulog timestamp (#5687) 2022-03-21 14:06:17 +08:00