summaryrefslogtreecommitdiff
path: root/src/flash/nor/pic32mx.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-3/+0
* pic32: update pic32mx flash driverSpencer Oliver2011-04-141-31/+67
* mips: illustrates how to improve performanceØyvind Harboe2011-04-011-6/+3
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-031-2/+2
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
* FLASH/NOR: Remove useless file pic32mx.hAntonio Borneo2010-11-171-1/+65
* src: add loader src descriptionSpencer Oliver2010-10-281-0/+2
* flash: remove algorithm exit_point address for supported targetsSpencer Oliver2010-07-201-1/+1
* nor: fix memory leaks during probeSpencer Oliver2010-05-291-0/+6
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-0/+1
* flash: less bogus errorsØyvind Harboe2010-05-041-1/+1
* change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder2010-03-251-1/+1
* PIC32MX: add unlock cmdSpencer Oliver2010-03-181-0/+75
* PIC32: add flash algorithm supportSpencer Oliver2010-03-101-444/+220
* NOR: cleanup driver declsDavid Brownell2010-01-291-14/+14
* remove target.h from flash.hZachary T Welch2009-12-041-0/+1
* change #include "mips32.h" to <target/mips32.h>Zachary T Welch2009-12-031-1/+1
* move nor drivers to src/flash/norZachary T Welch2009-12-021-0/+922