aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/maple_native/jtag.ld
diff options
context:
space:
mode:
Diffstat (limited to 'support/ld/maple_native/jtag.ld')
-rw-r--r--support/ld/maple_native/jtag.ld6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/ld/maple_native/jtag.ld b/support/ld/maple_native/jtag.ld
index 2264d69..d6cf189 100644
--- a/support/ld/maple_native/jtag.ld
+++ b/support/ld/maple_native/jtag.ld
@@ -1,7 +1,8 @@
/*
- * Linker script for STM32.
- * STM32 high density chip linker script. Bare metal linker script.
+ * Maple Native (STM32F103ZET6, high density) linker script for JTAG
+ * (bare metal, no bootloader) builds.
*/
+
MEMORY
{
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
@@ -18,4 +19,3 @@ REGION_ALIAS("REGION_DATA", ram);
REGION_ALIAS("REGION_BSS", ram);
INCLUDE common_rom.inc
-