]> git.sur5r.net Git - openocd/history - src/flash/nor/cfi.c
NOR/CFI: fix order of arguments check
[openocd] / src / flash / nor / cfi.c
2010-04-15 Antonio BorneoNOR/CFI: fix order of arguments check
2010-04-10 Antonio BorneoNOR/CFI: review scope of functions
2010-03-08 Antonio Borneocfi: simplify and clearify code
2010-03-06 Antonio BorneoCFI: review print of Voltage values
2010-01-29 David BrownellNOR: cleanup driver decls
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.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 "armv4_5.h" to <target/armv4_5.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