update files according to STM32 FW lib v3.1.0.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@59 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2009-09-29 14:21:55 +00:00
parent 4a5ee34037
commit 770d41ee71
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (RT-Thread/STM32), 0x0004 // Tools: 'ARM-ADS'
Target (RT-Thread STM32), 0x0004 // Tools: 'ARM-ADS'
Group (Startup)
Group (Library)
@ -135,7 +135,7 @@ File 7,1,<..\..\net\lwip\src\api\sockets.c><sockets.c>
File 7,1,<..\..\net\lwip\src\core\memp_tiny.c><memp_tiny.c>
Options 1,0,0 // Target 'RT-Thread/STM32'
Options 1,0,0 // Target 'RT-Thread STM32'
Device (STM32F103ZE)
Vendor (STMicroelectronics)
Cpu (IRAM(0x20000000-0x2000FFFF) IROM(0x8000000-0x807FFFF) CLOCK(8000000) CPUTYPE("Cortex-M3"))

6
bsp/stm32/stm32f10x.h Normal file
View File

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