4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 20:59:22 +08:00
2013-01-08 22:40:58 +08:00

12 lines
259 B
Plaintext

-- cn --
按需要生成工程文件:
1. 修改 rtconfig.py :
CROSS_TOOL='keil' #使用的工具链
STM32_TYPE = 'STM32F10X_HD' #STM32对应的型号.
2. 修改 rtconfig.h 配置需要的功能.
2. 执行 scons --target=mdk 生成MDK工程文件.
note: 需要安装 python,scons.
-- en --