rt-thread/bsp/stm32f10x
Grissiom 24649bfefe bsp/stm32f10x: remove the last calibration.c
This also provide an example to show how to use calibration feature in
the RTGUI.
2013-02-24 18:16:16 +08:00
..
Libraries Re-normalizing the repo 2013-01-08 22:40:58 +08:00
SConscript bsp/stm32f10x: remove the last calibration.c 2013-02-24 18:16:16 +08:00
SConstruct Re-normalizing the repo 2013-01-08 22:40:58 +08:00
application.c bsp/stm32f10x: remove the last calibration.c 2013-02-24 18:16:16 +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
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 stm32f10x template. 2013-02-20 10:49:09 +08: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 update stm32f10x template. 2013-02-20 10:49:09 +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 template. 2013-02-20 10:49:09 +08: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 --