rt-thread-official/components/utilities/ulog
latercomer 6bfe740f27 解决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
..
backend [kservice] MT-safe output support (kprintf/kputs) 2024-01-16 00:59:18 +08:00
syslog [kernel] 将rt_thread结构体改为显式继承rt_object (#7131) 2023-04-04 09:06:27 -04: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 [components][utilities][ulog] Improve the HEX LOG by new formater. (#6490) 2022-10-08 22:33:10 -04: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