Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: TARGET_NRF51_DK/TOOLCHAIN_GCC_ARM/NRF51822.ld
- Revision:
- 99:dbbf35b96557
- Parent:
- 98:8ab26030e058
- Child:
- 122:f9eeca106725
diff -r 8ab26030e058 -r dbbf35b96557 TARGET_NRF51_DK/TOOLCHAIN_GCC_ARM/NRF51822.ld --- a/TARGET_NRF51_DK/TOOLCHAIN_GCC_ARM/NRF51822.ld Wed Apr 29 10:16:23 2015 +0100 +++ b/TARGET_NRF51_DK/TOOLCHAIN_GCC_ARM/NRF51822.ld Wed May 13 08:08:21 2015 +0200 @@ -2,8 +2,8 @@ MEMORY { - FLASH (rx) : ORIGIN = 0x00018000, LENGTH = 0x28000 - RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x6000 + FLASH (rx) : ORIGIN = 0x0001C000, LENGTH = 0x24000 + RAM (rwx) : ORIGIN = 0x20002800, LENGTH = 0x5800 } OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")