use COMMAND_HANDLER macro to define all commands
[fw/openocd] / src / flash / avrf.c
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 Zachary T Welchflash/<assorted>.c: remove useless declarations
2009-11-06 Zachary T WelchImprove avrf.c command argument parsing.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Replace 'do{' with 'do {'.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-03 oharboePiotr Esden-Tempski <piotr@esden.net> Mac OS X compile...
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> fix warnings(which...
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> AVR wip