summaryrefslogtreecommitdiffstats
path: root/crypto/s110-bootloader.ld
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-09-07 13:14:46 +0100
committerroot <root@lamia.panaceas.james.local>2015-09-07 13:14:46 +0100
commit70af01e8de04f743f69c97048285c23e5234aa6f (patch)
tree3504a23b6a93ad3c1b8c2b486cd8345c7fd82219 /crypto/s110-bootloader.ld
parent66dee77d69889528d3d755e7fd19005bdd57a077 (diff)
downloadbracelet-70af01e8de04f743f69c97048285c23e5234aa6f.tar.gz
bracelet-70af01e8de04f743f69c97048285c23e5234aa6f.tar.bz2
bracelet-70af01e8de04f743f69c97048285c23e5234aa6f.zip
working_bracelet
Diffstat (limited to 'crypto/s110-bootloader.ld')
-rw-r--r--crypto/s110-bootloader.ld12
1 files changed, 12 insertions, 0 deletions
diff --git a/crypto/s110-bootloader.ld b/crypto/s110-bootloader.ld
new file mode 100644
index 0000000..9b57bcf
--- /dev/null
+++ b/crypto/s110-bootloader.ld
@@ -0,0 +1,12 @@
+/* Linker script to configure memory regions. */
+
+SEARCH_DIR(.)
+GROUP(-lgcc -lc -lnosys)
+
+MEMORY
+{
+ FLASH (rx) : ORIGIN = 0x18000, LENGTH = 0x24000
+ RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000
+}
+
+INCLUDE "sdk/toolchain/gcc/gcc_nrf51_common.ld"