3c65a522fd | ||
---|---|---|
.. | ||
Libraries | ||
applications | ||
drivers | ||
SConscript | ||
SConstruct | ||
project.Uv2 | ||
project.ewp | ||
project.eww | ||
project.uvproj | ||
project.uvprojx | ||
readme.txt | ||
rtconfig.h | ||
rtconfig.py | ||
stm32_rom.ld | ||
stm32_rom.sct | ||
stm32f10x_flash.icf | ||
template.Uv2 | ||
template.ewp | ||
template.uvproj | ||
template.uvprojx |
readme.txt
-- cn -- 按需要生成工程文件: 1. 修改 rtconfig.py : CROSS_TOOL='keil' #使用的工具链 STM32_TYPE = 'STM32F10X_HD' #STM32对应的型号. 2. 修改 rtconfig.h 配置需要的功能. 2. 执行 scons --target=mdk 生成MDK工程文件. note: 需要安装 python,scons. -- en --