rt-thread/bsp/stm32f10x
dzzxzz@gmail.com 70e39ffa54 update rtgui related project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2177 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-19 00:48:11 +00:00
..
Libraries define RT_USING_RTT_CMSIS in rtconfig.h while using IAR 6.30+ 2012-06-18 03:00:01 +00:00
SConscript remove the unused key.c and rt_hw_key_init 2011-11-17 11:28:27 +00:00
SConstruct update the rtconfig.py and SConstruct in the BSP 2012-04-09 03:32:35 +00:00
application.c update rtgui related project 2012-06-19 00:48:11 +00:00
board.c update stm32f10x gcc ld script 2011-07-03 13:21:32 +00:00
board.h update stm32f10x 2011-06-23 15:24:10 +00:00
calibration.c revert commit 1791 2011-11-16 03:12:04 +00:00
dm9000a.c update stm32f10x gcc ld script 2011-07-03 13:21:32 +00:00
dm9000a.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
enc28j60.c fixed a compiling error while not defined RT_USING_FINSH 2012-01-03 09:08:47 +00:00
enc28j60.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
ili_lcd_general.c update stm32f10x project 2011-09-30 06:13:05 +00:00
ili_lcd_general.h add ili9325 lcd driver 2011-07-04 08:18:58 +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 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 update stm32f10x 2011-06-23 15:24:10 +00:00
rtc.c update rtc driver. 2011-11-28 05:58:21 +00:00
rtc.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
rtconfig.h define RT_USING_RTT_CMSIS in rtconfig.h while using IAR 6.30+ 2012-06-18 03:00:01 +00:00
rtconfig.py fixed IAR compiling error 2012-04-14 11:29:42 +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
ssd1289.c update stm32f10x project 2011-09-30 06:13:05 +00:00
ssd1289.h update lcd driver 2011-07-04 07:39:49 +00:00
startup.c update stm32f10x project 2011-09-30 06:13:05 +00:00
stm32_rom.ld rename _system_tack_size to _system_stack_size 2011-07-03 13:28:27 +00:00
stm32_rom.sct revert stm32_rom.sct 2011-07-04 07:52:55 +00:00
stm32f10x_conf.h update stm32f10x project 2011-09-30 06:13:05 +00:00
stm32f10x_flash.icf move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm32f10x_it.c update en28j60 driver 2011-07-01 12:36:16 +00:00
stm32f10x_it.h move stm3210 to stm32f10x 2011-06-15 02:14:23 +00:00
stm3210c_eval_lcd.c fixed a compiling error while not defined RT_USING_FINSH 2012-01-03 09:08:47 +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
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 fixed a compiling error while not defined RT_USING_FINSH 2012-01-03 09:08:47 +00:00
touch.h update lcd driver 2011-07-04 07:39:49 +00:00
usart.c set DMA_Configuration.DMA_BufferSize to 1 2011-12-01 10:00:20 +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 --