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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_NRF51_DK/TOOLCHAIN_GCC_ARM/NRF51822.ld
- Revision:
- 128:9bcdf88f62b0
- Parent:
- 127:25aea2a3f4e3
--- a/TARGET_NRF51_DK/TOOLCHAIN_GCC_ARM/NRF51822.ld Fri Sep 30 16:49:46 2016 +0100 +++ b/TARGET_NRF51_DK/TOOLCHAIN_GCC_ARM/NRF51822.ld Thu Oct 27 16:45:56 2016 +0100 @@ -120,6 +120,13 @@ } > RAM __edata = .; + + .noinit : + { + PROVIDE(__start_noinit = .); + KEEP(*(.noinit)) + PROVIDE(__stop_noinit = .); + } > RAM .bss : {