aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/nrf51.ld
blob: 442ae1b04cb05d9c70296b3058d83ce75340a1dd (plain)
1
2
3
4
5
6
7
8
9
10

MEMORY
{
    FLASH_TEXT (rw) : ORIGIN = 0x00000000, LENGTH = 256K /* .text */
    RAM (xrw)       : ORIGIN = 0x20000000, LENGTH = 16K
}

_stack_size = 2K;

INCLUDE "targets/arm.ld"