Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [support/ld] Rename vector table section. | Marti Bolivar | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | Converting all files to UNIX newlines. | Marti Bolivar | 2011-05-10 | 5 | -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 table | Perry Hung | 2011-03-15 | 1 | -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 Hung | 2011-02-27 | 5 | -0/+445 |
Add common linker scripts for ram and rom. Add medium and high density libraries for libcs3. |