rt-thread/components/libc/compilers/dlib
Bernard Xiong 96e6deac29 [Kernel] Fix the errno definitions in armcc/iar. 2018-12-27 09:11:07 +08:00
..
sys [Kernel] Fix the errno definitions in armcc/iar. 2018-12-27 09:11:07 +08:00
README.md [libc] Change libc stubs to compiler folder. 2017-10-10 17:12:03 +08:00
SConscript [tools] Fix the sys.path issue in IARVersion. 2018-04-15 14:39:35 +08:00
dirent.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
environ.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
fcntl.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
libc.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
libc.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
rmtx.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
stdio.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
syscall_close.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
syscall_lseek.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
syscall_mem.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
syscall_open.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
syscall_read.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
syscall_remove.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
syscall_write.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
syscalls.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
termios.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
time.c 修复IAR dlib的时间映射,从rtt历史版本找到iar支持64bit时间的起始版本 2018-10-26 20:36:17 +08:00
unistd.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00

README.md

Dlib(IAR) porting for RT-Thread.

Please define RT_USING_LIBC and compile RT-Thread with IAR compiler.