aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libopenstm32.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libopenstm32.ld b/lib/libopenstm32.ld
index 2d819a7..5f5e398 100644
--- a/lib/libopenstm32.ld
+++ b/lib/libopenstm32.ld
@@ -20,6 +20,7 @@
/* Linker script for Olimex STM32-H103 (STM32F103RBT6, 128K flash, 20K RAM). */
/* Define memory regions. */
+/* TODO: Make this overridable by the application code, it's MCU specific. */
MEMORY
{
rom (rx) : ORIGIN = 0x00000000, LENGTH = 128K