rt-thread/bsp/stm32f10x
armink 9b7d2023bb [BSP] Fix a bug on stm32f10x uart rx DMA driver when first receive data filled the FIFO. 2017-05-24 09:06:23 +08:00
..
Libraries Re-normalizing the repo 2013-01-08 22:40:58 +08:00
applications [Bsp] stm32f10x delete compiler c99 mode 2016-09-21 11:31:53 +08:00
drivers [BSP] Fix a bug on stm32f10x uart rx DMA driver when first receive data filled the FIFO. 2017-05-24 09:06:23 +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 [Bsp] stm32f10x delete compiler c99 mode 2016-09-21 11:31:53 +08:00
readme.txt Re-normalizing the repo 2013-01-08 22:40:58 +08:00
rtconfig.h fix hardfault when RT_CAN_USING_BUS_HOOK is enabled in bsp/stm32f10x 2016-04-14 23:47:32 +08:00
rtconfig.py fix keil armcc compiling report "Error: expected an expression" 2015-12-10 21:47:53 +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 fix keil armcc compiling report "Error: expected an expression" 2015-12-10 21:47:53 +08:00
template.uvprojx fix keil armcc compiling report "Error: expected an expression" 2015-12-10 21:47:53 +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 --