ads1115 only
Fork of mbed by
Diff: TARGET_TY51822R3/TOOLCHAIN_GCC_ARM/NRF51822.ld
- Revision:
- 128:9bcdf88f62b0
- Parent:
- 127:25aea2a3f4e3
--- a/TARGET_TY51822R3/TOOLCHAIN_GCC_ARM/NRF51822.ld Fri Sep 30 16:49:46 2016 +0100 +++ b/TARGET_TY51822R3/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 : {