Commit History

Author SHA1 Message Date
  ligr ca1d4e6dea [components][ulog]add some comments to ulog for supplement. 7 months ago
  wdfk-prog ff6d5b13f0 [components][ulog] ULOG_OUTPUT_LEVEL未定义时,level_output_info产生警告 9 months ago
  latercomer 6bfe740f27 解决LOG_RAW异步输出多条文本的时候会被截断,原因是rt_vsnprintf会在字符串最后添加\0,ulog.c中的do_output()将\0也压入到ulog.async_rb,当LOG_RAW没有及时输出,那么rb中的字符串被\0截断了,导致没法正确输出LOG_RAW信息 1 year ago
  Shell 83e95bdff4 sync smart & dfs (#8672) 1 year ago
  Shell f6fce5f8d7 [kservice] MT-safe output support (kprintf/kputs) 1 year ago
  xqyjlj 3283f54c7a 🎈 perf: perf rt_hw_interrupt_disable/enable (#8042) 1 year ago
  guozhanxin befb15b428 [ulog] support ulog_async_output_enabled 2 years ago
  Shicheng Chu 93f3cb30e4 [kernel] 将rt_thread结构体改为显式继承rt_object (#7131) 2 years ago
  wdfk-prog f4c08cfe36 修改printf格式“%-*.s”为“%-*.*s 2 years ago
  Man, Jianting (Meco) 99bdf978d7 [rtdef] use lower-case to define attributes (#6728) 2 years ago
  朱天龙 (Armink) 35c7dd6aba [ulog] fix HEX log size calculate error. 2 years ago
  朱天龙 (Armink) a48f446a0f [components][utilities][ulog] Improve the HEX LOG by new formater. (#6490) 2 years ago
  Tangyuxin a4829b1c00 [fix] Fix simulator compilation warnings (#6438) 2 years ago
  tyx 556b14ed47 [components][ulog] Add file backend 3 years ago
  guozhanxin 61f1f698ec Fixed the issue LOG_HEX no output at asyn mode. 3 years ago
  Man, Jianting (Meco) 8b58577230 [ulog][rtc][time][bug] solve the interference when enable the ulog timestamp (#5687) 3 years ago
  Man, Jianting (Meco) 86a10716cd 优化ULOG_OUTPUT_FLOAT,避免使用内置libc的vsnprintf函数 (#5632) 3 years ago
  Man, Jianting (Meco) d4b5555b7e 移除localtime_r多余的声明 (#5590) 3 years ago
  guozhanxin af702e048d [ulog] Optimize code to improve readability. 3 years ago
  guozhanxin 26c511475e [ulog] Fixed the problem of abnormal log output at the INIT_BOARD_EXPORT level. 3 years ago
  armink 4399aed641 fix build error. 3 years ago
  armink d8d15017bc [ulog] Add ulog backend filter. 3 years ago
  rtthread-bot a702763dbc Merge remote-tracking branch 'rtt_gitee/gitee_master' 3 years ago
  Bernard Xiong e0c7371b02 Merge pull request #5114 from armink/fix_ulog 3 years ago
  armink 1f5a4ffe02 [utilities][ulog] Increase the usec check time. 3 years ago
  shishirong 797c80a7cb fix ulog compile error. 3 years ago
  shishirong ab86b7490d fix Macro definition syntax error in ulog.c 3 years ago
  马志远 221da7f464 Remove C Style Command Shell 3 years ago
  梁林 a6bf03a0c8 多个ulog后端时不支持support_color后端的log指针偏移错误,导致保存到文件的日志出现乱码。 3 years ago
  armink e0b9987508 [ulog] Add output locker enabled API 4 years ago