This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
rt-thread
Watch
1
Star
0
Fork
0
You've already forked rt-thread
mirror of
https://github.com/RT-Thread/rt-thread.git
synced
2026-06-19 12:37:20 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
792c3c0603f8d4dbadacee8b9e2bdca95be3a322
rt-thread
/
components
/
utilities
T
History
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
..
libadt
…
resource
…
rt-link
…
ulog
解决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
utest
…
var_export
…
ymodem
[ymodem] fix the cmd "sy" without close file
2024-04-13 08:11:31 -04:00
Kconfig
…
SConscript
…