summaryrefslogtreecommitdiff
path: root/ld_scripts
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2015-03-29 22:05:36 +0200
committerVegard Storheil Eriksen <v.eriksen@diinef.com>2019-03-19 13:02:30 +0100
commitf1475a7e6cb3077781199981bc3ee74e4ba29b86 (patch)
tree487401a124891b975926eb2cd30325fe481838ee /ld_scripts
parentd81982edb1c4abf9a38da742f81bb648ce6882c5 (diff)
Added STM32F0 support.
Diffstat (limited to 'ld_scripts')
-rw-r--r--ld_scripts/stm32_f0_8.ld6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld_scripts/stm32_f0_8.ld b/ld_scripts/stm32_f0_8.ld
new file mode 100644
index 0000000..289255c
--- /dev/null
+++ b/ld_scripts/stm32_f0_8.ld
@@ -0,0 +1,6 @@
+MEMORY {
+ flash (rx) : org = 0x08000000, len = 64k
+ ram (rwx) : org = 0x20000000, len = 8k
+}
+
+INCLUDE "arm_flash_ram.ld"