aboutsummaryrefslogtreecommitdiff
path: root/gcc_nrf51_s110-sd6_xxab.ld
diff options
context:
space:
mode:
authorErdem U. Altinyurt <spamjunkeater@gmail.com>2014-09-04 05:59:07 +0300
committerErdem U. Altinyurt <spamjunkeater@gmail.com>2014-09-04 05:59:07 +0300
commitbcfa665ebd095aa1c9a13219b421457c72b8a899 (patch)
treee18b1473e1dbb454d9cb29b6aa9d752370b511fd /gcc_nrf51_s110-sd6_xxab.ld
parentcabf523437277cd0d585d1a61c240f5c4d141a09 (diff)
downloadnrf51822-posix-build-scripts-bcfa665ebd095aa1c9a13219b421457c72b8a899.tar.gz
nrf51822-posix-build-scripts-bcfa665ebd095aa1c9a13219b421457c72b8a899.tar.bz2
nrf51822-posix-build-scripts-bcfa665ebd095aa1c9a13219b421457c72b8a899.tar.xz
nrf51822-posix-build-scripts-bcfa665ebd095aa1c9a13219b421457c72b8a899.zip
Merged OpenOCD Flasher scripts + Added GDB functions to OpenOCD + Automatize tasks + bugfixes + readme fixed + others...
Diffstat (limited to 'gcc_nrf51_s110-sd6_xxab.ld')
-rw-r--r--gcc_nrf51_s110-sd6_xxab.ld10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc_nrf51_s110-sd6_xxab.ld b/gcc_nrf51_s110-sd6_xxab.ld
deleted file mode 100644
index e59c48d..0000000
--- a/gcc_nrf51_s110-sd6_xxab.ld
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Linker script to configure memory regions. */
-SEARCH_DIR(.)
-GROUP(-lgcc -lc -lnosys)
-
-MEMORY
-{
- FLASH (rx) : ORIGIN = 0x14000, LENGTH = 0xC000 /* 80 kB is taken by S110, 48 kB available for application. */
- RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000 /* 8 kB, 8 kB is taken by S110. */
-}
-INCLUDE "gcc_nrf51_common.ld"