target_t -> struct target
[fw/openocd] / src / flash / aduc702x.c
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welcharmv4_5_algorithm_t -> struct armv4_5_algorithm
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchremove unused aduc702x structure.
2009-11-13 Zachary T Welchaduc702x_flash_bank_t -> struct aduc702x_flash_bank
2009-11-13 Zachary T Welchflash_driver_t -> struct flash_driver
2009-11-13 Zachary T Welchflash_sector_t -> struct flash_sector
2009-11-13 Zachary T Welchuse FLASH_BANK_COMMAND_HANDLER macro
2009-11-10 Zachary T Welchflash/<assorted>.c: remove useless declarations
2009-07-08 oharboeFix SEGFAULTs and broken error handling for flash progr...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2009-01-20 kc8apfFix support for ADuC702x flash. Courtesy of Michael...
2008-09-24 ntfreak- renamed x7926 driver to aduc702x to match other flash...