This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
rt-thread
Watch
1
Star
0
Fork
0
mirror of
https://github.com/RT-Thread/rt-thread.git
synced
2026-08-21 06:08:10 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
3b1d4e9222f5a7f3f3d65f90d7fe8de4a9abaf4e
rt-thread
/
components
/
utilities
/
ulog
T
History
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_def.h
…
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