aboutsummaryrefslogtreecommitdiff
path: root/src/flash/lpc2900.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move nor drivers to src/flash/norZachary T Welch1-1834/+0
2009-11-24remove flash_driver->register_callbacksZachary T Welch1-10/+1
2009-11-24lpc2900: use register_commands()Zachary T Welch1-34/+55
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-39/+15
2009-11-19rename flash and nand command helpersZachary T Welch1-6/+6
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-8/+8
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-7/+7
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-8/+8
2009-11-16fileio: improve API typesZachary T Welch1-2/+2
2009-11-16flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch1-6/+6
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-14flash: remove needless lpc2900.h headerDavid Brownell1-2/+1
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch1-26/+26
2009-11-13target_t -> struct targetZachary T Welch1-9/+9
2009-11-13image_t -> struct imageZachary T Welch1-1/+1
2009-11-13working_area_t -> struct working_areaZachary T Welch1-1/+1
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch1-1/+1
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13lpc2900_flash_bank_t -> struct lpc2900_flash_bankZachary T Welch1-15/+15
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-1/+1
2009-11-13fileio_t -> struct fileioZachary T Welch1-1/+1
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-3/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-12/+6
2009-11-11remove obsolete doxygen commentsZachary T Welch1-43/+1
2009-11-11add const keyword to some APIsZachary T Welch1-3/+3
2009-11-09flash/lpc2???.c: remove useless declarationsZachary T Welch1-15/+0
2009-11-05Improve lpc2900.c command argument parsing.Zachary T Welch1-53/+36
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta1-1/+1
2009-10-10printf format warning fixesDavid Brownell1-13/+15
2009-09-22- add missing svn props from previous commitntfreak1-1926/+1926
2009-09-16Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family ...oharboe1-0/+1926