aboutsummaryrefslogtreecommitdiff
path: root/src/target/avrt.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-2/+2
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-1/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-4/+4
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver1-2/+0
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver1-8/+0
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-27/+21
2010-06-21target/avrt: review unused symbolsAntonio Borneo1-56/+0
2010-06-21target/avr: review scope of symbolsAntonio Borneo1-33/+35
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-3/+2
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe1-12/+3
2010-03-08jtag: retire tap fieldØyvind Harboe1-2/+0
2009-11-25use ARRAY_SIZE macroZachary T Welch1-2/+2
2009-11-24remove target_type register_command callbackZachary T Welch1-10/+0
2009-11-13command_context_t -> struct command_contextZachary T Welch1-4/+4
2009-11-13target_t -> struct targetZachary T Welch1-20/+20
2009-11-13target_type_t -> struct target_typeZachary T Welch1-1/+1
2009-11-13avr_common_t -> struct avr_commonZachary T Welch1-1/+1
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-2/+2
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-21/+21
2009-11-10Target: minor cleanupDavid Brownell1-4/+0
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-8/+0
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-10/+10
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-14/+14
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-2/+2
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe1-2/+2
2009-05-31Final step in isolating target_type_s structure:zwelch1-1/+1
2009-05-31First step in hiding target_type_s from public interface:zwelch1-0/+1
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-16/+1
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-31/+23
2009-05-06retire out_mask - not used anywhereoharboe1-2/+0
2009-05-03Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe1-11/+11
2009-04-27SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...oharboe1-354/+354
2009-04-27SimonQian <simonqian@simonqian.com> AVR wipoharboe1-0/+354