d70761222c
The rtgui_system_server_init prototype is wrong. And if we use RT_USING_COMPONENTS_INIT, there is no need to call rtgui_system_server_init again. |
||
---|---|---|
.. | ||
Libraries | ||
applications | ||
drivers | ||
SConscript | ||
SConstruct | ||
project.Uv2 | ||
project.ewp | ||
project.eww | ||
project.uvproj | ||
readme.txt | ||
rtconfig.h | ||
rtconfig.py | ||
stm32_rom.ld | ||
stm32_rom.sct | ||
stm32f10x_flash.icf | ||
template.Uv2 | ||
template.ewp | ||
template.uvproj |
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 --