From f2bce4d21302f50e70dc8d00fbb846748749103b Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 7 Sep 2011 15:32:35 -0400 Subject: Tidy up linker scripts. Comment/whitespace changes only. --- support/ld/maple_RET6/flash.ld | 4 ++-- support/ld/maple_RET6/jtag.ld | 3 ++- support/ld/maple_RET6/ram.ld | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'support/ld/maple_RET6') diff --git a/support/ld/maple_RET6/flash.ld b/support/ld/maple_RET6/flash.ld index 2a4f0c7..524ed71 100644 --- a/support/ld/maple_RET6/flash.ld +++ b/support/ld/maple_RET6/flash.ld @@ -1,6 +1,6 @@ /* - * STM32F103RET6 high density chip linker script for use with Maple - * bootloader. Loads to Flash. + * Maple RET6 Edition (STM32F103RET6, high density) linker script for + * Flash builds. */ MEMORY diff --git a/support/ld/maple_RET6/jtag.ld b/support/ld/maple_RET6/jtag.ld index 88f45e0..3a8e41f 100644 --- a/support/ld/maple_RET6/jtag.ld +++ b/support/ld/maple_RET6/jtag.ld @@ -1,5 +1,6 @@ /* - * STM32F103RET6 high density bare metal linker script. + * Maple RET6 Edition (STM32F103RET6, high density) linker script for + * JTAG (bare metal, no bootloader) builds. */ MEMORY diff --git a/support/ld/maple_RET6/ram.ld b/support/ld/maple_RET6/ram.ld index f09acd9..787eb31 100644 --- a/support/ld/maple_RET6/ram.ld +++ b/support/ld/maple_RET6/ram.ld @@ -1,6 +1,6 @@ /* - * STM32F103RET6 high density chip linker script for use with Maple - * bootloader. Loads to RAM. + * Maple RET6 Edition (STM32F103RET6, high density) linker script for + * RAM builds. */ MEMORY -- cgit v1.2.3