update building script.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1565 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2011-07-01 07:47:57 +00:00
parent 7c02e21139
commit 78c9ad6377
3 changed files with 1734 additions and 1 deletions

View File

@ -40,7 +40,6 @@ STM32F2xx_StdPeriph_Driver/src/stm32f2xx_syscfg.c
STM32F2xx_StdPeriph_Driver/src/stm32f2xx_tim.c
STM32F2xx_StdPeriph_Driver/src/stm32f2xx_usart.c
STM32F2xx_StdPeriph_Driver/src/stm32f2xx_wwdg.c
STM32F2xx_StdPeriph_Driver/src/misc.c
""")
# starupt scripts for STM32F2xx

View File

@ -0,0 +1,15 @@
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00100000 { ; load region size_region
ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x20000000 0x00020000 { ; RW data
.ANY (+RW +ZI)
}
}

1719
bsp/stm32f20x/template.ewp Normal file

File diff suppressed because it is too large Load Diff