aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/libcs3_stm32_src
Commit message (Collapse)AuthorAgeFilesLines
* Converting all files to UNIX newlines.Marti Bolivar2011-05-105-445/+445
| | | | | | | Committing the results of running the following on the libmaple root directory: $ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .`
* support: linker: Fix high density vector tablePerry Hung2011-03-151-17/+17
| | | | | | | Entries for high-density interrupt vectors were incorrectly declared to be .weak instead of .long. Thanks redfox74!
* Refactor linker scripts. Rename irq and exception handlers.Perry Hung2011-02-275-0/+445
Add common linker scripts for ram and rom. Add medium and high density libraries for libcs3.