aboutsummaryrefslogtreecommitdiff
path: root/src/flash/avrf.c
AgeCommit message (Expand)AuthorFilesLines
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-13avrf_flash_bank_t -> struct avrf_flash_bankZachary T Welch1-4/+4
2009-11-13avrf_type_t -> struct avrf_typeZachary T Welch1-3/+3
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-11/+11
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-1/+1
2009-11-09flash/<assorted>.c: remove useless declarationsZachary T Welch1-51/+38
2009-11-05Improve avrf.c command argument parsing.Zachary T Welch1-7/+4
2009-06-23Remove whitespace that occurs before ')'.zwelch1-2/+2
2009-06-23Remove whitespace that occurs after '('.zwelch1-2/+2
2009-06-23- Replace 'do{' with 'do {'.zwelch1-4/+4
2009-06-23- Replace 'while(' with 'while ('.zwelch1-3/+3
2009-06-21C99 printf() -Werror fixesduane1-11/+11
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-13/+13
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-2/+2
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-8/+8
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-54/+54
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-8/+0
2009-05-03Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe1-4/+4
2009-04-27SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...oharboe1-500/+500
2009-04-27SimonQian <simonqian@simonqian.com> AVR wipoharboe1-0/+500