rt-thread/bsp/stm32f10x
Ming, Bai b4de7cce57 Re-normalizing the repo 2013-01-08 22:40:58 +08:00
..
Libraries Re-normalizing the repo 2013-01-08 22:40:58 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00
SConstruct Re-normalizing the repo 2013-01-08 22:40:58 +08:00
application.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
board.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
board.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
calibration.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
dm9000a.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
dm9000a.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
enc28j60.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
enc28j60.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
ili_lcd_general.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
ili_lcd_general.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
led.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
led.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
msd.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
msd.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
project.Uv2 update the keil projects with tools/buildbot.py project 2012-04-14 12:00:17 +00:00
project.ewp define RT_USING_RTT_CMSIS in rtconfig.h while using IAR 6.30+ 2012-06-18 03:00:01 +00:00
project.eww move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
readme.txt Re-normalizing the repo 2013-01-08 22:40:58 +08:00
rtc.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
rtc.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
rtconfig.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
rtconfig.py Re-normalizing the repo 2013-01-08 22:40:58 +08:00
sdcard.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
sdcard.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
serial.c update stm32f10x 2011-06-15 15:21:44 +00:00
serial.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
ssd1289.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
ssd1289.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
startup.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
stm32_rom.ld Re-normalizing the repo 2013-01-08 22:40:58 +08:00
stm32_rom.sct revert stm32_rom.sct 2011-07-04 07:52:55 +00:00
stm32f10x_conf.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
stm32f10x_flash.icf move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm32f10x_it.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
stm32f10x_it.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
stm3210c_eval_lcd.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
stm3210c_eval_lcd.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
stm3210e_eval_lcd.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
stm3210e_eval_lcd.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
template.Uv2 move stm3210 to stm32f10x 2011-06-15 02:14:23 +00: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 lcd driver 2011-07-04 07:39:49 +00:00
touch.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
touch.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
usart.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
usart.h Re-normalizing the repo 2013-01-08 22:40:58 +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 --