aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2015-05-12 22:07:41 -0300
committerFabio Utzig <utzig@utzig.org>2015-05-12 22:07:41 -0300
commit18c1b38d550ea8500ca11bb20a8fc52bbc26534a (patch)
treeb92d84b56750352a225a888f709c15b79a258c2e /os/common/ports
parent5afd99de17e294d130b426aff43aeef962233415 (diff)
downloadChibiOS-Contrib-18c1b38d550ea8500ca11bb20a8fc52bbc26534a.tar.gz
ChibiOS-Contrib-18c1b38d550ea8500ca11bb20a8fc52bbc26534a.tar.bz2
ChibiOS-Contrib-18c1b38d550ea8500ca11bb20a8fc52bbc26534a.zip
Rename linker script
Diffstat (limited to 'os/common/ports')
-rw-r--r--os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.ld (renamed from os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.LD)2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.LD b/os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.ld
index 86718d0..ba12060 100644
--- a/os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.LD
+++ b/os/common/ports/ARMCMx/compilers/GCC/ld/NRF51822.ld
@@ -20,7 +20,7 @@
MEMORY
{
flash : org = 0x00000000, len = 256k
- ram0 : org = 0x20000000, len = 16k
+ ram0 : org = 0x20000000, len = 32k
ram1 : org = 0x00000000, len = 0
ram2 : org = 0x00000000, len = 0
ram3 : org = 0x00000000, len = 0