Welcome to mirror list, hosted at ThFree Co, Russian Federation.

elf-lm3s31x.ld « arm « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5403df651c5f82be07a2e995af310fa66937e9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Linker script for Luminary Micro LM3S315, LM3S316.  */

MEMORY {
  rom (rx) : ORIGIN = 0x00000000, LENGTH = 16K
  ram (w)  : ORIGIN = 0x20000000, LENGTH = 4K
}

SECTIONS {
  _stack = 0x20000000 + 4K;
}

INCLUDE cm3.ld
INCLUDE ldscripts/armelf.xc