rt-thread-official/components/libc/compilers/common
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
..
extension the support for PSE51 (#5534) 2022-01-20 20:53:47 +08:00
sys the support for PSE51 (#5534) 2022-01-20 20:53:47 +08:00
SConscript [libc]rename group name 2021-12-30 01:27:25 +08:00
compiler_private.h [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 2022-01-09 00:20:32 +08:00
dirent.h [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 2022-01-09 00:20:32 +08:00
readme.md [posix][dfs] move dfs_posix dfs_poll dfs_select.c to posix folder 2021-10-21 19:05:53 -04:00
stdlib.c [libc] 优化system 支持gcc 2021-09-27 22:20:21 -04:00
time.c [ulog][rtc][time][bug] solve the interference when enable the ulog timestamp (#5687) 2022-03-21 14:06:17 +08:00

readme.md

This folder is "common" for all toolchains.