summaryrefslogtreecommitdiff
path: root/src/target/avrt.c
Commit message (Expand)AuthorAgeFilesLines
* target/avrt: review unused symbolsAntonio Borneo2010-06-211-56/+0
* target/avr: review scope of symbolsAntonio Borneo2010-06-211-33/+35
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-3/+2
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-12/+3
* jtag: retire tap fieldØyvind Harboe2010-03-081-2/+0
* use ARRAY_SIZE macroZachary T Welch2009-11-251-2/+2
* remove target_type register_command callbackZachary T Welch2009-11-241-10/+0
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* target_t -> struct targetZachary T Welch2009-11-131-20/+20
* target_type_t -> struct target_typeZachary T Welch2009-11-131-1/+1
* avr_common_t -> struct avr_commonZachary T Welch2009-11-131-1/+1
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-2/+2
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-21/+21
* Target: minor cleanupDavid Brownell2009-11-101-4/+0
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-8/+0
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-10/+10
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-14/+14
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-2/+2
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-2/+2
* Final step in isolating target_type_s structure:zwelch2009-05-311-1/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-0/+1
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-16/+1
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-31/+23
* retire out_mask - not used anywhereoharboe2009-05-061-2/+0
* Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe2009-05-031-11/+11
* SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...oharboe2009-04-271-354/+354
* SimonQian <simonqian@simonqian.com> AVR wipoharboe2009-04-271-0/+354