summaryrefslogtreecommitdiff
path: root/firmware/link/AT91SAM7S128-RAM-sam7dfu-app.ld
Commit message (Collapse)AuthorAgeFilesLines
* DFU: Support re-flashing of DFU via DFUHarald Welte2011-07-301-2/+2
| | | | | | | | | As we re-locate the entire sam7dfu program into RAM, we don't need to execute from flash and can thus re-program the DFU partition via the DFU protocol itself (alternate setting '1'). We also implement downloading executable code into RAM using alternate setting '2'. The latter part is not properly executed yet.
* add new RUN_FROM_RAM run-mode for direct DFU-to-RAM supportHarald Welte2011-07-301-0/+94
personal git repositories of Harald Welte. Your mileage may vary