build: use generic name for arm_algorithm vars
[fw/openocd] / src / target / avrt.c
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2010-06-21 Antonio Borneotarget/avrt: review unused symbols
2010-06-21 Antonio Borneotarget/avr: review scope of symbols
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-08 Øyvind Harboejtag: simplify jtag_add_plain_ir/dr_scan
2010-03-08 Øyvind Harboejtag: retire tap field
2009-11-25 Zachary T Welchuse ARRAY_SIZE macro
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welchavr_common_t -> struct avr_common
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-10 David BrownellTarget: minor cleanup
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-06 oharboeretire out_mask - not used anywhere
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