Browse Source

update stm32f10x rtconfig.py.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1892 bbd45198-f89e-11dd-88c7-29a3b14d5316
wuyangyong 13 years ago
parent
commit
072fa60bdc
1 changed files with 8 additions and 1 deletions
  1. 8 1
      bsp/stm32f10x/rtconfig.py

+ 8 - 1
bsp/stm32f10x/rtconfig.py

@@ -3,6 +3,14 @@ ARCH='arm'
 CPU='cortex-m3'
 CROSS_TOOL='keil'
 
+#device options
+# STM32_TYPE = 
+# 'STM32F10X_LD','STM32F10X_LD_VL',
+# 'STM32F10X_MD','STM32F10X_MD_VL',
+# 'STM32F10X_HD','STM32F10X_HD_VL',
+# 'STM32F10X_XL','STM32F10X_CL'
+STM32_TYPE = 'STM32F10X_HD'
+
 # lcd panel options
 # 'FMT0371','ILI932X', 'SSD1289'
 RT_USING_LCD_TYPE = 'SSD1289'
@@ -21,7 +29,6 @@ elif CROSS_TOOL == 'iar':
 	IAR_PATH 	= 'E:/Program Files/IAR Systems/Embedded Workbench 6.0'
 
 BUILD = 'debug'
-STM32_TYPE = 'STM32F10X_HD'
 
 if PLATFORM == 'gcc':
     # toolchains