aboutsummaryrefslogtreecommitdiff
path: root/src/target/avrt.c
AgeCommit message (Expand)Author
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