update files according to STM32 FW lib v3.1.0.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@57 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2009-09-29 14:07:29 +00:00
parent ae66982b92
commit a386f191a9
3 changed files with 154 additions and 148 deletions

View File

@ -1,7 +1,7 @@
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (RT-Thread/STMSky), 0x0004 // Tools: 'ARM-ADS'
Target (RT-Thread STMSky), 0x0004 // Tools: 'ARM-ADS'
Group (Startup)
Group (Library)
@ -78,7 +78,7 @@ File 5,1,<..\..\finsh\symbol.c><symbol.c>
File 5,1,<..\..\finsh\cmd.c><cmd.c>
Options 1,0,0 // Target 'RT-Thread/STMSky'
Options 1,0,0 // Target 'RT-Thread STMSky'
Device (STM32F103ZE)
Vendor (STMicroelectronics)
Cpu (IRAM(0x20000000-0x2000FFFF) IROM(0x8000000-0x807FFFF) CLOCK(8000000) CPUTYPE("Cortex-M3"))
@ -161,9 +161,9 @@ Options 1,0,0 // Target 'RT-Thread/STMSky'
ADSLDIF ()
ADSLDDW ()
OPTDL (SARMCM3.DLL)()(DARMSTM.DLL)(-pSTM32F103ZE)(SARMCM3.DLL)()(TARMSTM.DLL)(-pSTM32F103ZE)
OPTDBG 48117,7,()()()()()()()()()() (Segger\JL2CM3.dll)()()()
OPTDBG 48118,7,()()()()()()()()()() (Segger\JL2CM3.dll)()()()
FLASH1 { 9,0,0,0,1,0,0,0,5,16,0,0,0,0,0,0,0,0,0,0 }
FLASH2 (Segger\JLTAgdi.dll)
FLASH2 (Segger\JL2CM3.dll)
FLASH3 ("" ())
FLASH4 ()
EndOpt

View File

@ -0,0 +1,6 @@
#ifndef __STM32F10X_H__
#define __STM32F10X_H__
#include <stm32f10x_lib.h>
#endif