aboutsummaryrefslogtreecommitdiff
path: root/src/target/avrt.c
AgeCommit message (Expand)Author
2010-06-21target/avrt: review unused symbolsAntonio Borneo
2010-06-21target/avr: review scope of symbolsAntonio Borneo
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13avr_common_t -> struct avr_commonZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-10Target: minor cleanupDavid Brownell
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe
2009-05-06retire out_mask - not used anywhereoharboe
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