From 78c9ad6377ac0bf746ac6a9645ac5762c8ff3049 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Fri, 1 Jul 2011 07:47:57 +0000 Subject: [PATCH] update building script. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1565 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/stm32f20x/Libraries/SConscript | 1 - bsp/stm32f20x/stm32_rom.sct | 15 + bsp/stm32f20x/template.ewp | 1719 ++++++++++++++++++++++++++++ 3 files changed, 1734 insertions(+), 1 deletion(-) create mode 100644 bsp/stm32f20x/stm32_rom.sct create mode 100644 bsp/stm32f20x/template.ewp diff --git a/bsp/stm32f20x/Libraries/SConscript b/bsp/stm32f20x/Libraries/SConscript index 177ba4ed83..dadadf3a22 100644 --- a/bsp/stm32f20x/Libraries/SConscript +++ b/bsp/stm32f20x/Libraries/SConscript @@ -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 diff --git a/bsp/stm32f20x/stm32_rom.sct b/bsp/stm32f20x/stm32_rom.sct new file mode 100644 index 0000000000..0d7c47992d --- /dev/null +++ b/bsp/stm32f20x/stm32_rom.sct @@ -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) + } +} + diff --git a/bsp/stm32f20x/template.ewp b/bsp/stm32f20x/template.ewp new file mode 100644 index 0000000000..8e4be70f9a --- /dev/null +++ b/bsp/stm32f20x/template.ewp @@ -0,0 +1,1719 @@ + + + + 2 + + Debug + + ARM + + 1 + + General + 3 + + 18 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 26 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 8 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 1 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 11 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 1 + + + + + + + BILINK + 0 + + + + + Release + + ARM + + 0 + + General + 3 + + 18 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 8 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 11 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + + + -- GitLab