aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/maple_native/ram.ld
Commit message (Collapse)AuthorAgeFilesLines
* [support/ld] Put Maple Native's heap on external SRAM chip.Marti Bolivar2011-09-121-0/+4
| | | | | | Specify _lm_heap_start and _lm_heap_end in Maple Native's linker scripts to point respectively to beginning and end of FSMC-mapped external SRAM chip addresses.
* Tidy up linker scripts.Marti Bolivar2011-09-071-2/+1
| | | | Comment/whitespace changes only.
* Converting all files to UNIX newlines.Marti Bolivar2011-05-101-21/+21
| | | | | | | Committing the results of running the following on the libmaple root directory: $ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .`
* Maple RET6 edition supportMarti Bolivar2011-03-161-1/+0
|
* Refactor linker scripts. Rename irq and exception handlers.Perry Hung2011-02-271-209/+11
| | | | | Add common linker scripts for ram and rom. Add medium and high density libraries for libcs3.
* board-specifc linker scriptsbnewbold2010-09-021-0/+220