Update and rename README.TXT to README.md

This commit is contained in:
Bernard Xiong 2015-11-24 16:19:25 +08:00
parent ac5ff712e2
commit 2c7c049af0
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ RT-Thread中的Lua修改自[eLua](http://www.eluaproject.net/)的Lua-5.1.4版本
3.更多的配置项可以在luaconf.h中找到
## 开发相关
- 采用gcc工具链时依赖于newlib需在rtconfig.h中定义RT_USING_NEWLIB
采用keil工具链时依赖于arm的标准c库需在rtconfig.h中定义RT_USING_ARM_LIBC
- lua组件依赖于libc需要在rtconfig.h中定义RT_USING_LIBC
- 开启编译器对C99的支持如MDK中在C/C++选项的Misc Controls输入框中添加--c99
- 使用gcc时需要在链接脚本中定义_stext和_etext.ordata*放在两者之间。用于判断数据是read-only和writable
使用keil时需要在分散加载文件中把rodata放在ER_IROM1区