summaryrefslogtreecommitdiff
path: root/ucoolib/arch/stm32f4
diff options
context:
space:
mode:
authorNicolas Schodet2012-10-11 19:13:35 +0200
committerNicolas Schodet2019-10-06 23:26:07 +0200
commit006022d6be3ceadcd5910ebc09d6465f81af6d55 (patch)
treedaff6f8fe26bae042a8ae41aea332179e80a8a8d /ucoolib/arch/stm32f4
Add ucoolib build system and basic arch module
Diffstat (limited to 'ucoolib/arch/stm32f4')
-rw-r--r--ucoolib/arch/stm32f4/stm32f4.ld6
1 files changed, 6 insertions, 0 deletions
diff --git a/ucoolib/arch/stm32f4/stm32f4.ld b/ucoolib/arch/stm32f4/stm32f4.ld
new file mode 100644
index 0000000..ceef7af
--- /dev/null
+++ b/ucoolib/arch/stm32f4/stm32f4.ld
@@ -0,0 +1,6 @@
+MEMORY
+{
+ rom (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
+ ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
+}
+INCLUDE libopencm3_stm32f4.ld