Fix serious bug in LPC2xxx/LPC17xx flash algorithm.
[fw/openocd] / src / flash / nor / lpc2000.c
2012-10-17 Freddie ChopinFix serious bug in LPC2xxx/LPC17xx flash algorithm.
2012-10-17 Freddie ChopinCleanup lpc2000.c
2012-08-24 Spencer Oliverflash: remove lpc2000 clang warnings
2012-05-14 Spencer Oliverbuild: use generic name for arm_algorithm vars
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-10-14 Spencer Oliverflash: fix lpc2000 driver typo
2010-12-04 Rolf MeeserFix sector layout for 504-KiB LPC2000 devices
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file lpc2000.h
2010-07-20 Spencer Oliverflash: remove algorithm exit_point address for supporte...
2010-06-15 Øyvind Harboelpc2000: -Wshadow warning fixes
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-03-02 David BrownellLPC1768 updates, IAR board support
2010-02-28 Spencer OliverARMv7M: use software breakpoints for algorithms
2010-01-29 David BrownellNOR: cleanup driver decls
2009-12-12 David BrownellLPC2000: rename "r13_svc" as "sp_svc"
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-05 David BrownellARM: rename armv4_5_algorithm as arm_algorithm
2009-12-05 David BrownellARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
2009-12-05 David BrownellARM: rename ARMV4_5_MODE_* as ARM_MODE_*
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-03 Zachary T Welchchange #include "armv7m.h" to <target/armv7m.h>
2009-12-03 Zachary T Welchchange #include "algorithm.h" to <target/algorithm.h>
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor