summaryrefslogtreecommitdiff
path: root/firmware/link/AT91SAM7S256-ROM-sam7dfu-dfu.ld
Commit message (Expand)AuthorAgeFilesLines
* cleanup, added volatile storage space at the end of flash memorymeri2007-04-101-3/+3
* - we increase the DFU size from 4k to 16k size. This is mainly due to thelaforge2006-09-221-1/+1
* DFU works (fix various bugs such as forgetting to shift the page number, chec...laforge2006-09-211-3/+3
* - fix linker scripts and Cstartup.S to correctly relocate shared datalaforge2006-09-201-1/+2
* fix _edata_shared address definition laforge2006-09-201-2/+1
* - fix relocation of _data_shared segmentlaforge2006-09-201-1/+5
* - add linker scripts for SAM7S128laforge2006-09-201-1/+2
* Completely separate DFU from application program, we now have a real bootloader.laforge2006-09-131-0/+109
personal git repositories of Harald Welte. Your mileage may vary