Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
rt-thread
提交
9b2b1bb4
R
rt-thread
项目概览
BaiXuePrincess
/
rt-thread
与 Fork 源项目一致
Fork自
RT-Thread / rt-thread
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
rt-thread
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
9b2b1bb4
编写于
8月 04, 2017
作者:
B
bupleurum
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[bsp] Add some descriptions and an English version about building project in readme.txt.
上级
370be083
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
29 addition
and
5 deletion
+29
-5
bsp/stm32f10x/readme.txt
bsp/stm32f10x/readme.txt
+29
-5
未找到文件。
bsp/stm32f10x/readme.txt
浏览文件 @
9b2b1bb4
-- cn --
按需要生成工程文件:
1. 修改 rtconfig.py :
CROSS_TOOL='keil' #使用的工具链
1. 修改
当前文件夹内
rtconfig.py :
CROSS_TOOL='keil' #使用的工具链
.
STM32_TYPE = 'STM32F10X_HD' #STM32对应的型号.
2. 修改 rtconfig.h 配置需要的功能.
2. 执行 scons --target=mdk 生成MDK工程文件.
EXEC_PATH = 'C:/Keil' #Keil安装路径.
IAR_PATH = 'C:/Program Files/IAR Systems/Embedded Workbench 6.0 Evaluation' #IAR安装路径.
2. 修改当前文件夹内 rtconfig.h 配置需要的功能.
3. MDK:在当前文件夹内执行 scons --target=mdk 或 scons --target=mdk4 生成MDK 4工程文件 project.uvproj
或在当前文件夹内执行 scons --target=mdk5 生成MDK 5工程文件 project.uvprojx
IAR:在当前文件夹内执行 scons --target=iar 生成IAR工程 project.eww.
4. 将bsp\stm32f10x\drivers内board.h中STM32_SRAM_SIZE的值修改为与芯片SRAM大小一致.
note: 需要安装 python,scons.
note: 需要安装 python 2.7,scons.
更多介绍请参考http://www.rt-thread.org/book/13.html
和http://www.rt-thread.org/dokuwiki/doku.php?id=%E9%85%8D%E7%BD%AErt-thread%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83
-- en --
Generate project files as needed:
1. Modify the files in the current folder:
CROSS_TOOL='keil' #The tool chain in use.
STM32_TYPE = 'STM32F10X_HD' #The type of stm32.
EXEC_PATH = 'C:/Keil' #The installation path of the Keil.
IAR_PATH = 'C:/Program Files/IAR Systems/Embedded Workbench 6.0 Evaluation' #The installation path of the IAR.
2. Configure the required functionality by modifying rtconfig.h in the current folder.
3. MDK:Execute the scons --target=mdk or scons --target=mdk4 in the current folder to generate the MDK4 project project.uvproj.
Or execute the scons --target=mdk5 in the current folder to generate the MDK5 project project.uvprojx.
IAR:Execute the scons --target=iar in the current folder to generate the IAR project project.eww.
4. Change the value of STM32_SRAM_SIZE in board.h(bsp\stm32f10x\drivers) to match the chip SRAM size.
note:Need to install python 2.7 and scons.
For more information, please refer to the website http://www.rt-thread.org/book/13.html
and http://www.rt-thread.org/dokuwiki/doku.php?id=%E9%85%8D%E7%BD%AErt-thread%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录