aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/libcs3_stm32_high_density.a
Commit message (Collapse)AuthorAgeFilesLines
* support: linker: Fix high density vector tablePerry Hung2011-03-151-0/+0
| | | | | | | 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-271-0/+0
Add common linker scripts for ram and rom. Add medium and high density libraries for libcs3.