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-13 20:53:58 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
bbb879717c2e39fabddaf3b46bb55faaf55608ef
rt-thread
/
components
/
libc
/
compilers
/
armlibc
T
History
Bernard Xiong
41c27cce5e
Merge pull request
#1639
from liangyongxiang/console-device
...
[libc] dependence update:
2018-07-17 21:17:21 +08:00
..
sys
[Libc][armlibc] Add STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO to armlibc/sys/unistd.h.
2018-03-22 12:09:39 +08:00
dirent.h
add components/libc/compilers/armlibc/dirent.h
2017-11-09 13:07:58 +08:00
fcntl.h
…
libc_syms.c
…
libc.c
[libc] Remove
RT_USING_POSIX_STDIN
in libc.
2017-10-18 20:20:41 +08:00
libc.h
[libc] Add libc_stdio_get_console .
2018-01-12 16:55:47 +08:00
mem_std.c
[libc] fix compilation error when RT_USING_HEAP is disable
2018-07-17 11:24:47 +08:00
SConscript
Add GCC version detection.
2018-05-14 21:37:11 +08:00
stdio.c
[libc] Add libc_stdio_get_console .
2018-01-12 16:55:47 +08:00
stubs.c
[libc] dependence update: rt_device_write()/rt_console_get_device() need RT_USING_CONSOLE and RT_USING_DEVICE
2018-07-17 16:58:17 +08:00
termios.h
[Termios]1. Add termios test. 2.Add termios.h
2017-12-07 18:32:06 +08:00
time.c
[components/libc] Move time() and clock() function to libc time.c.
2018-05-07 18:19:15 +08:00
unistd.h
…