use COMMAND_REGISTER macro
[fw/openocd] / src / flash / lpc2900.c
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-19 Zachary T Welchrename flash and nand command helpers
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-16 Zachary T Welchfileio: improve API types
2009-11-16 Zachary T Welchflash_command_get_bank_by_num: make COMMAND_HELPER
2009-11-16 David Brownelltarget: don't implicitly include "algorithm.h"
2009-11-14 David Brownellflash: remove needless lpc2900.h header
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchflash_bank_t -> struct flash_bank
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welcharmv4_5_algorithm_t -> struct armv4_5_algorithm
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchlpc2900_flash_bank_t -> struct lpc2900_flash_bank
2009-11-13 Zachary T Welchflash_driver_t -> struct flash_driver
2009-11-13 Zachary T Welchflash_sector_t -> struct flash_sector
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchuse FLASH_BANK_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchremove obsolete doxygen comments
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-10 Zachary T Welchflash/lpc2???.c: remove useless declarations
2009-11-06 Zachary T WelchImprove lpc2900.c command argument parsing.
2009-10-13 Yauheni KaliutaCleanup: nuke trailling whitespaces
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-10 David Brownellprintf format warning fixes
2009-09-22 ntfreak- add missing svn props from previous commit
2009-09-16 oharboeRolf Meeser <rolfm_9dq@yahoo.de> adds flash support...