Browse Source

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
bernard.xiong 15 years ago
parent
commit
770d41ee71
2 changed files with 8 additions and 2 deletions
  1. 2 2
      bsp/stm32/project.Uv2
  2. 6 0
      bsp/stm32/stm32f10x.h

+ 2 - 2
bsp/stm32/project.Uv2

@@ -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 - 0
bsp/stm32/stm32f10x.h

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