summaryrefslogtreecommitdiff
path: root/contrib/loaders
Commit message (Collapse)AuthorAgeFilesLines
* stm32x: add support for STM32F20xØyvind Harboe2011-02-041-0/+63
| | | | | | ready for wider testing and comments on basic erase + programming. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
* loader: update loader src for armv7-m archSpencer Oliver2011-01-062-4/+6
| | | | Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
* Add the contrib file for the armv7m archJonathan Dumaresq2011-01-061-0/+79
| | | | Signed-off-by: Jonathan Dumaresq <jdumaresq@cimeq.qc.ca>
* stm32: add dual flash bank supportSpencer Oliver2010-12-231-2/+3
| | | | | | | This patch adds the initial dual flash bank support for devices such as the stm32xl family. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
* contrib: change stm32 flash loader extensionSpencer Oliver2010-12-231-0/+0
| | | | | | | As the stm32 flash loader now uses the preprocessor change extension so that it used by default. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
* contrib: add source to the cfi flash loadersSpencer Oliver2010-12-107-0/+462
| | | | Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
* contrib: make sure loaders use correct archSpencer Oliver2010-12-104-0/+6
| | | | Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
* Add comments and tiny improvements to STM32 flash loader algorithmFreddie Chopin2010-11-151-18/+22
| | | | | | | | Add comments to assembly flash loader for STM32. Add tiny improvement in size of the algorithm (40 vs 48 bytes) and tiny speed improvement (~1.5%, as time is wasted on waiting for end of operation anyway). Signed-off-by: Freddie Chopin <freddie_chopin@op.pl>
* contrib: add ram loader src codeSpencer Oliver2010-10-289-0/+589
Add src code for ram loaders to contrib directory. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>