]> git.sur5r.net Git - openocd/history - src/flash/nor/pic32mx.c
flash: Constify write buffer
[openocd] / src / flash / nor / pic32mx.c
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2013-10-31 Andreas Fritiofsonpic32mx: Fix byte order bug
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-10-08 Andreas Fritiofsonflash/nor: make all working area pointers local
2012-08-29 Salvador ArroyoPic32mx: make row programming work with any offset
2012-08-29 Salvador ArroyoPatch: Make pic32mx unlock work at higher scan frequencies
2012-05-14 Spencer Oliverflash: blank check use default_flash_blank_check
2012-05-14 Spencer Oliverflash: fix protect check for pic32mx1x/2x family
2012-03-30 Salvador Arroyotopic: Flash support for Pic32mx1xx/2xx
2012-02-27 Spencer Oliverflash: add new devices to pic32mx flash driver
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-12 Spencer Olivercmd: add missing usage var
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