summaryrefslogtreecommitdiff
path: root/src/flash/lpc2000.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-812/+0
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-6/+1
* lpc2000: use register_commands()Zachary T Welch2009-11-241-8/+20
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* rename flash and nand command helpersZachary T Welch2009-11-191-1/+1
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-1/+0
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-3/+3
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-6/+6
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-3/+3
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-1/+1
* flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch2009-11-161-1/+1
* target: don't implicitly include "algorithm.h"David Brownell2009-11-161-0/+1
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-11/+11
* target_t -> struct targetZachary T Welch2009-11-131-2/+2
* working_area_t -> struct working_areaZachary T Welch2009-11-131-1/+1
* armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch2009-11-131-1/+1
* armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch2009-11-131-1/+1
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-1/+1
* lpc2000_flash_bank_t -> struct lpc2000_flash_bankZachary T Welch2009-11-131-7/+7
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-4/+4
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-1/+1
* flash/lpc2???.c: remove useless declarationsZachary T Welch2009-11-091-37/+28
* Improve lpc2000.c command argument parsing.Zachary T Welch2009-11-051-8/+5
* Audrius Urmanavičius [didele.deze@gmail.com]:ntfreak2009-08-131-78/+180
* - Fixes '[|]' whitespacezwelch2009-06-231-7/+7
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-7/+7
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-21/+21
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-4/+4
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Add target_write_memory wrapper:zwelch2009-05-311-1/+1
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-7/+0
* Print out warning when LPC calc_checksum will cause verification to fail.oharboe2009-04-301-0/+9
* no changeoharboe2009-04-301-62/+63
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-25/+25
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+1
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-1/+5
* fixed not halted error messagesoharboe2008-08-171-0/+4
* - str9 driver remove the duplicate target_free_working_area and reformat spac...ntfreak2008-06-031-30/+26
* Fredrik Hederstierna: fix leak + clean up return codesoharboe2008-06-031-15/+32
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-17/+17
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-281-2/+10