From 770d41ee71a0ef40a17bf9f676f29281cee99b8e Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Tue, 29 Sep 2009 14:21:55 +0000 Subject: [PATCH] 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 --- bsp/stm32/project.Uv2 | 4 ++-- bsp/stm32/stm32f10x.h | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 bsp/stm32/stm32f10x.h diff --git a/bsp/stm32/project.Uv2 b/bsp/stm32/project.Uv2 index ccfd857ae2..ec491e8766 100644 --- a/bsp/stm32/project.Uv2 +++ b/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> File 7,1,<..\..\net\lwip\src\core\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")) diff --git a/bsp/stm32/stm32f10x.h b/bsp/stm32/stm32f10x.h new file mode 100644 index 0000000000..7460805ec4 --- /dev/null +++ b/bsp/stm32/stm32f10x.h @@ -0,0 +1,6 @@ +#ifndef __STM32F10X_H__ +#define __STM32F10X_H__ + +#include + +#endif