summaryrefslogtreecommitdiff
path: root/src/target/avrt.c
Commit message (Expand)AuthorAgeFilesLines
* 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