aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/libcs3_stm32_src
Commit message (Collapse)AuthorAgeFilesLines
* 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.