aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/pic32mx.c
AgeCommit message (Expand)Author
2014-03-17flash: Constify write bufferAndreas Fritiofson
2013-10-31pic32mx: Fix byte order bugAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson
2012-08-29Pic32mx: make row programming work with any offsetSalvador Arroyo
2012-08-29Patch: Make pic32mx unlock work at higher scan frequenciesSalvador Arroyo
2012-05-14flash: blank check use default_flash_blank_checkSpencer Oliver
2012-05-14flash: fix protect check for pic32mx1x/2x familySpencer Oliver
2012-03-30topic: Flash support for Pic32mx1xx/2xxSalvador Arroyo
2012-02-27flash: add new devices to pic32mx flash driverSpencer Oliver
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver
2012-01-12cmd: add missing usage varSpencer Oliver
2012-01-04Change return value on error.Mathias K
2011-11-02fix warning: remove assigned to variableØyvind Harboe
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-04-14pic32: update pic32mx flash driverSpencer Oliver
2011-04-01mips: illustrates how to improve performanceØyvind Harboe
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2010-11-17FLASH/NOR: Remove useless file pic32mx.hAntonio Borneo
2010-10-28src: add loader src descriptionSpencer Oliver
2010-07-20flash: remove algorithm exit_point address for supported targetsSpencer Oliver
2010-05-29nor: fix memory leaks during probeSpencer Oliver
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo
2010-05-04flash: less bogus errorsØyvind Harboe
2010-03-25change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder
2010-03-18PIC32MX: add unlock cmdSpencer Oliver
2010-03-10PIC32: add flash algorithm supportSpencer Oliver
2010-01-29NOR: cleanup driver declsDavid Brownell
2009-12-04remove target.h from flash.hZachary T Welch
2009-12-03change #include "mips32.h" to <target/mips32.h>Zachary T Welch
2009-12-02move nor drivers to src/flash/norZachary T Welch