Change return value on error.
[fw/openocd] / src / flash / nor / pic32mx.c
2012-01-04 Mathias KChange return value on error.
2011-11-02 Øyvind Harboefix warning: remove assigned to variable
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-04-14 Spencer Oliverpic32: update pic32mx flash driver
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboemips: illustrates how to improve performance
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file pic32mx.h
2010-10-28 Spencer Oliversrc: add loader src description
2010-07-20 Spencer Oliverflash: remove algorithm exit_point address for supporte...
2010-05-29 Spencer Olivernor: fix memory leaks during probe
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-05-04 Øyvind Harboeflash: less bogus errors
2010-03-25 Daniel Bäderchange %x and %d to PRIx32 and PRId32 where needed...
2010-03-18 Spencer OliverPIC32MX: add unlock cmd
2010-03-10 Spencer OliverPIC32: add flash algorithm support
2010-01-29 David BrownellNOR: cleanup driver decls
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-03 Zachary T Welchchange #include "mips32.h" to <target/mips32.h>
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor