rt-thread-official/bsp/stm32f10x
wuyangyong de1f2b6b84 update stm32f10x
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1534 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-23 15:24:10 +00:00
..
Libraries update stm32f10x 2011-06-15 15:21:44 +00:00
SConscript update stm32f10x 2011-06-23 15:24:10 +00:00
SConstruct update stm32f10x 2011-06-15 15:21:44 +00:00
application.c update stm32f10x 2011-06-23 15:24:10 +00:00
board.c move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
board.h update stm32f10x 2011-06-23 15:24:10 +00:00
dm9000a.c update stm32f10x 2011-06-23 15:24:10 +00:00
dm9000a.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
enc28j60.c move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
enc28j60.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
led.c update stm32f10x 2011-06-23 15:24:10 +00:00
led.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
msd.c move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
msd.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
project.Uv2 update stm32f10x 2011-06-23 15:24:10 +00:00
project.ewd update stm32f10x 2011-06-23 15:24:10 +00:00
project.ewp update stm32f10x 2011-06-23 15:24:10 +00:00
project.eww move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
readme.txt update stm32f10x 2011-06-23 15:24:10 +00:00
rtc.c move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
rtc.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
rtconfig.h update stm32f10x 2011-06-23 15:24:10 +00:00
rtconfig.py update stm32f10x 2011-06-23 15:24:10 +00:00
sdcard.c update stm32f10x 2011-06-23 15:24:10 +00:00
sdcard.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
serial.c update stm32f10x 2011-06-15 15:21:44 +00:00
serial.h update stm32f10x 2011-06-15 15:21:44 +00:00
startup.c update stm32f10x 2011-06-23 15:24:10 +00:00
stm32_eth.c move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm32_eth.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm32_rom.ld move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm32_rom.sct move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm32f10x_conf.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm32f10x_flash.icf move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm32f10x_it.c update stm32f10x 2011-06-23 15:24:10 +00:00
stm32f10x_it.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm3210c_eval_lcd.c move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm3210c_eval_lcd.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm3210e_eval_lcd.c move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm3210e_eval_lcd.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
template.Uv2 move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
usart.c move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
usart.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00: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 --