latercomer 6bfe740f27 解决LOG_RAW异步输出多条文本的时候会被截断,原因是rt_vsnprintf会在字符串最后添加\0,ulog.c中的do_output()将\0也压入到ulog.async_rb,当LOG_RAW没有及时输出,那么rb中的字符串被\0截断了,导致没法正确输出LOG_RAW信息 1 year ago
..
backend f6fce5f8d7 [kservice] MT-safe output support (kprintf/kputs) 1 year ago
syslog 93f3cb30e4 [kernel] 将rt_thread结构体改为显式继承rt_object (#7131) 2 years ago
SConscript 556b14ed47 [components][ulog] Add file backend 3 years ago
ulog.c 6bfe740f27 解决LOG_RAW异步输出多条文本的时候会被截断,原因是rt_vsnprintf会在字符串最后添加\0,ulog.c中的do_output()将\0也压入到ulog.async_rb,当LOG_RAW没有及时输出,那么rb中的字符串被\0截断了,导致没法正确输出LOG_RAW信息 1 year ago
ulog.h a48f446a0f [components][utilities][ulog] Improve the HEX LOG by new formater. (#6490) 2 years ago
ulog_def.h 8b58577230 [ulog][rtc][time][bug] solve the interference when enable the ulog timestamp (#5687) 3 years ago