4
0
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:
mysterywolf 2020-11-10 13:06:16 +08:00
parent 794f969d36
commit d5f8830177
4 changed files with 22 additions and 2 deletions

View File

@ -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/

View File

@ -1,4 +1,4 @@
# Attention :
## Attentions
1. This folder is "common" for armlibc newlibc and dlib. It's not "common" for minilibc.

View File

@ -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

View 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