rt-thread/bsp/stm32f10x
Aubr.Cool 70aedb7a34 correct bxcan rcv irq error 2015-06-16 08:49:26 +08:00
..
Libraries Re-normalizing the repo 2013-01-08 22:40:58 +08:00
applications add author information 2015-05-15 07:58:21 +08:00
drivers correct bxcan rcv irq error 2015-06-16 08:49:26 +08:00
SConscript update stm32f10x project directory structure. 2013-07-12 18:16:43 +08:00
SConstruct update stm32f10x project directory structure. 2013-07-12 18:16:43 +08:00
project.ewp update usart driver: use serial driver component. 2013-07-12 23:32:48 +08:00
project.eww update stm32f10x project. 2013-07-12 18:31:42 +08:00
project.uvproj [BSP] update Keil MDK project file. 2015-05-20 16:57:44 +08:00
project.uvprojx Add mdk5 project for stm32 bsps 2014-11-19 15:28:56 +08:00
readme.txt Re-normalizing the repo 2013-01-08 22:40:58 +08:00
rtconfig.h Nanopb is a plain-C implementation of Google's Protocol Buffers data 2015-03-10 18:24:17 +08:00
rtconfig.py Re-normalizing the repo 2013-01-08 22:40:58 +08:00
stm32_rom.ld update linker script for components auto initial. 2013-07-11 23:07:16 +08:00
stm32_rom.sct revert stm32_rom.sct 2011-07-04 07:52:55 +00:00
stm32f10x_flash.icf update linker script for components auto initial. 2013-07-12 22:50:50 +08:00
template.ewp define RT_USING_RTT_CMSIS in rtconfig.h while using IAR 6.30+ 2012-06-18 03:00:01 +00:00
template.uvproj update stm32f10x project. 2013-07-12 18:31:42 +08:00
template.uvprojx Add mdk5 project for stm32 bsps 2014-11-19 15:28:56 +08:00

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 --