aboutsummaryrefslogtreecommitdiff
path: root/src/flash/avrf.c
AgeCommit message (Expand)Author
2009-12-02move nor drivers to src/flash/norZachary T Welch
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-24remove flash_driver->register_callbacksZachary T Welch
2009-11-24avrf: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-19rename flash and nand command helpersZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13avr_common_t -> struct avr_commonZachary T Welch
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch
2009-11-13avrf_flash_bank_t -> struct avrf_flash_bankZachary T Welch
2009-11-13avrf_type_t -> struct avrf_typeZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-09flash/<assorted>.c: remove useless declarationsZachary T Welch
2009-11-05Improve avrf.c command argument parsing.Zachary T Welch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Replace 'do{' with 'do {'.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch
2009-05-03Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe
2009-04-27SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...oharboe
2009-04-27SimonQian <simonqian@simonqian.com> AVR wipoharboe