mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 04:53:47 +08:00
add newlib/dlib readme
This commit is contained in:
parent
794f969d36
commit
d5f8830177
@ -1,3 +1,9 @@
|
||||
# ARMLIB (Keil-MDK) porting for RT-Thread
|
||||
|
||||
Please define RT_USING_LIBC and compile RT-Thread with Keil-MDK compiler.
|
||||
|
||||
|
||||
|
||||
## More Information
|
||||
|
||||
https://www.keil.com/support/man/docs/armlib/
|
@ -1,4 +1,4 @@
|
||||
# Attention :
|
||||
## Attentions
|
||||
|
||||
1. This folder is "common" for armlibc newlibc and dlib. It's not "common" for minilibc.
|
||||
|
||||
|
@ -1,4 +1,9 @@
|
||||
Dlib(IAR) porting for RT-Thread.
|
||||
# DLIB (IAR) porting for RT-Thread
|
||||
|
||||
Please define RT_USING_LIBC and compile RT-Thread with IAR compiler.
|
||||
|
||||
|
||||
|
||||
## More Information
|
||||
|
||||
http://www.iarsys.co.jp/download/LMS2/arm/7502/ewarm7502doc/arm/doc/EWARM_DevelopmentGuide.ENU.pdf P.130
|
9
components/libc/compilers/newlib/README.md
Normal file
9
components/libc/compilers/newlib/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# NEWLIB (GCC) porting for RT-Thread
|
||||
|
||||
Please define RT_USING_LIBC and compile RT-Thread with GCC compiler.
|
||||
|
||||
|
||||
|
||||
## More Information
|
||||
|
||||
https://sourceware.org/newlib/libc.html#Reentrancy
|
Loading…
x
Reference in New Issue
Block a user