summaryrefslogtreecommitdiff
path: root/src/flash/avrf.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-483/+0
* use ARRAY_SIZE macroZachary T Welch2009-11-251-2/+2
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-6/+1
* avrf: 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
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-3/+3
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch2009-11-161-1/+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-9/+9
* target_t -> struct targetZachary T Welch2009-11-131-4/+4
* avr_common_t -> struct avr_commonZachary T Welch2009-11-131-10/+10
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-1/+1
* avrf_flash_bank_t -> struct avrf_flash_bankZachary T Welch2009-11-131-4/+4
* avrf_type_t -> struct avrf_typeZachary T Welch2009-11-131-3/+3
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-11/+11
* 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/<assorted>.c: remove useless declarationsZachary T Welch2009-11-091-51/+38
* Improve avrf.c command argument parsing.Zachary T Welch2009-11-051-7/+4
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-2/+2
* - Replace 'do{' with 'do {'.zwelch2009-06-231-4/+4
* - Replace 'while(' with 'while ('.zwelch2009-06-231-3/+3
* C99 printf() -Werror fixesduane2009-06-211-11/+11
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-13/+13
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-8/+8
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-54/+54
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-8/+0
* Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe2009-05-031-4/+4
* SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...oharboe2009-04-271-500/+500
* SimonQian <simonqian@simonqian.com> AVR wipoharboe2009-04-271-0/+500