From 9cfd9ba5d6e2933e72dd93b048e62b9e9494fafb Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 10 May 2011 16:41:37 -0400 Subject: Converting all files to UNIX newlines. Committing the results of running the following on the libmaple root directory: $ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .` --- support/ld/maple/flash.ld | 56 +++++++++++++++++++++++------------------------ support/ld/maple/jtag.ld | 56 +++++++++++++++++++++++------------------------ support/ld/maple/ram.ld | 54 ++++++++++++++++++++++----------------------- 3 files changed, 83 insertions(+), 83 deletions(-) (limited to 'support/ld/maple') diff --git a/support/ld/maple/flash.ld b/support/ld/maple/flash.ld index 9c3efcb..44b0854 100644 --- a/support/ld/maple/flash.ld +++ b/support/ld/maple/flash.ld @@ -1,28 +1,28 @@ -/* - * Linker script for STM32. - * STM32F103RBT6 medium density chip linker script for use with - * maple bootloader. Loads to flash. - */ - -/* - * Define memory spaces. - */ -MEMORY -{ - ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 17K - rom (rx) : ORIGIN = 0x08005000, LENGTH = 108K -} - -/* - * Use medium density device vector table - */ -GROUP(libcs3_stm32_med_density.a) - -REGION_ALIAS("REGION_TEXT", rom); -REGION_ALIAS("REGION_DATA", ram); -REGION_ALIAS("REGION_BSS", ram); - -/* - * Define the rest of the sections - */ -INCLUDE common_rom.inc +/* + * Linker script for STM32. + * STM32F103RBT6 medium density chip linker script for use with + * maple bootloader. Loads to flash. + */ + +/* + * Define memory spaces. + */ +MEMORY +{ + ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 17K + rom (rx) : ORIGIN = 0x08005000, LENGTH = 108K +} + +/* + * Use medium density device vector table + */ +GROUP(libcs3_stm32_med_density.a) + +REGION_ALIAS("REGION_TEXT", rom); +REGION_ALIAS("REGION_DATA", ram); +REGION_ALIAS("REGION_BSS", ram); + +/* + * Define the rest of the sections + */ +INCLUDE common_rom.inc diff --git a/support/ld/maple/jtag.ld b/support/ld/maple/jtag.ld index caf90ee..ceda9c9 100644 --- a/support/ld/maple/jtag.ld +++ b/support/ld/maple/jtag.ld @@ -1,28 +1,28 @@ -/* - * Linker script for STM32. - * STM32F103RBT6 medium density chip linker script. - */ - -/* - * Define memory spaces. - */ -MEMORY -{ - ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K - rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K -} - -/* - * Use medium density device vector table - */ -GROUP(libcs3_stm32_med_density.a) - -REGION_ALIAS("REGION_TEXT", rom); -REGION_ALIAS("REGION_DATA", ram); -REGION_ALIAS("REGION_BSS", ram); - -/* - * Define the rest of the sections - */ -INCLUDE common_rom.inc - +/* + * Linker script for STM32. + * STM32F103RBT6 medium density chip linker script. + */ + +/* + * Define memory spaces. + */ +MEMORY +{ + ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K + rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K +} + +/* + * Use medium density device vector table + */ +GROUP(libcs3_stm32_med_density.a) + +REGION_ALIAS("REGION_TEXT", rom); +REGION_ALIAS("REGION_DATA", ram); +REGION_ALIAS("REGION_BSS", ram); + +/* + * Define the rest of the sections + */ +INCLUDE common_rom.inc + diff --git a/support/ld/maple/ram.ld b/support/ld/maple/ram.ld index b1e285e..67391be 100644 --- a/support/ld/maple/ram.ld +++ b/support/ld/maple/ram.ld @@ -1,27 +1,27 @@ -/* - * Linker script for STM32. - * STM32F103RBT6 medium density chip linker script. Loads to ram. - */ - -/* - * Define memory spaces. - */ -MEMORY -{ - ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 17K - rom (rx) : ORIGIN = 0x08005000, LENGTH = 0K -} - -/* - * Use medium density device vector table - */ -GROUP(libcs3_stm32_med_density.a) - -REGION_ALIAS("REGION_TEXT", ram); -REGION_ALIAS("REGION_DATA", ram); -REGION_ALIAS("REGION_BSS", ram); - -/* - * Define the rest of the sections - */ -INCLUDE common_ram.inc +/* + * Linker script for STM32. + * STM32F103RBT6 medium density chip linker script. Loads to ram. + */ + +/* + * Define memory spaces. + */ +MEMORY +{ + ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 17K + rom (rx) : ORIGIN = 0x08005000, LENGTH = 0K +} + +/* + * Use medium density device vector table + */ +GROUP(libcs3_stm32_med_density.a) + +REGION_ALIAS("REGION_TEXT", ram); +REGION_ALIAS("REGION_DATA", ram); +REGION_ALIAS("REGION_BSS", ram); + +/* + * Define the rest of the sections + */ +INCLUDE common_ram.inc -- cgit v1.2.3