rt-thread-official/components/utilities/ulog
Man, Jianting (Meco) 8b58577230
[ulog][rtc][time][bug] solve the interference when enable the ulog timestamp (#5687)
* [ulog] 解决ulog开启时间戳后与libc time以及rtc驱动相关函数干涉的问题
* ulog:当发生递归输出时,后续递归想要输出的内容可能会因为防范递归的判断而无法输出
因此修改输出规则,在发生递归时,采用简单的,无格式的方式直接输出。这样既保证不会发生递归输出,也可以保证递归输出的部分可以正常输出。
* [ulog] size_t->rt_size_t NULL->RT_NULL
2022-03-21 14:06:17 +08:00
..
backend [ulog][rtc][time][bug] solve the interference when enable the ulog timestamp (#5687) 2022-03-21 14:06:17 +08:00
syslog [ulog][rtc][time][bug] solve the interference when enable the ulog timestamp (#5687) 2022-03-21 14:06:17 +08:00
SConscript [component] Add ulog logger basic component. 2018-10-30 09:11:42 +08:00
ulog.c [ulog][rtc][time][bug] solve the interference when enable the ulog timestamp (#5687) 2022-03-21 14:06:17 +08:00
ulog.h [ulog][rtc][time][bug] solve the interference when enable the ulog timestamp (#5687) 2022-03-21 14:06:17 +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