summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify handle_resume_command:zwelch2009-06-111-12/+11
* Simplify and fix handle_step_command:zwelch2009-06-111-6/+9
* disable polling continuous polling during resetoharboe2009-06-111-0/+9
* Move the documentation for the "poll" command up withzwelch2009-06-101-2/+4
* Fix make maintainer-clean for out-of-tree builds.zwelch2009-06-091-1/+1
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-093-2/+7
* Encapsulate the jtag_trst and jtag_srst variables:zwelch2009-06-092-2/+2
* Replace 'jtag.c' with 'core.c' in code comments.zwelch2009-06-091-1/+1
* David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor...oharboe2009-06-081-1/+1
* David Brownell <david-b@pacbell.net>oharboe2009-06-081-7/+26
* David Brownell <david-b@pacbell.net>:zwelch2009-06-071-3/+19
* Fix regression in mdw output; identified by Magnus Lundin.zwelch2009-06-071-3/+3
* remove unused include file: inttypes.hoharboe2009-06-051-2/+0
* remove unused include file: inttypes.hoharboe2009-06-051-2/+0
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-052-2/+2
* unbreak arm11. TAP_INVALID is used to communicate inband that a special state...oharboe2009-06-041-1/+1
* - add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak2009-06-043-12/+34
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-0417-69/+69
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-0416-65/+65
* no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe2009-06-043-5/+5
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-045-14/+14
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-0416-65/+65
* Improve in-source documentation that was causing Doxygen warnings.zwelch2009-06-031-3/+3
* - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak2009-06-024-45/+76
* some trivial minidriver fixesoharboe2009-06-021-1/+5
* Scrub final vestiges of in_handler from mips target APIs.zwelch2009-06-013-6/+6
* fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe2009-06-011-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-012-203/+203
* Final step in isolating target_type_s structure:zwelch2009-05-3118-173/+180
* Whitespace-only updates to automake input files:zwelch2009-05-311-10/+80
* First step in hiding target_type_s from public interface:zwelch2009-05-3116-2/+23
* Add target_examine_one wrapper:zwelch2009-05-313-2/+13
* Add target breakpoint and watchpoint wrapper:zwelch2009-05-313-4/+55
* Add target_get_name wrapper:zwelch2009-05-314-6/+21
* Add target_step wrapper:zwelch2009-05-312-0/+13
* Add target_get_gdb_reg_list wrapper:zwelch2009-05-312-1/+17
* Add target_bulk_write_memory wrapper:zwelch2009-05-312-1/+21
* Add wrappers for target->type->examined:zwelch2009-05-3110-33/+62
* Add target_run_algorithm wrapper:zwelch2009-05-314-4/+30
* Add target_write_memory wrapper:zwelch2009-05-317-26/+45
* Add target_read_memory wrapper:zwelch2009-05-316-23/+42
* Simplify the handle_md_command routine in target.c:zwelch2009-05-311-58/+61
* Make nvp_target_event static; remove its external declaration.zwelch2009-05-312-3/+1
* Make target_buffer_get_uXX interfaces work with constant buffers.zwelch2009-05-312-6/+6
* Eliminate duplicated code in the handle_mw_command memory write loop.zwelch2009-05-301-20/+4
* Remove trailing whitespace from oocd_trace source file.zwelch2009-05-301-52/+52
* David Brownell <david-b@pacbell.net>:zwelch2009-05-302-3/+10
* Author: Nicolas Pitre <nico@cam.org>kc8apf2009-05-271-0/+7
* Move TCL script files -- Step 1 of 2:zwelch2009-05-27116-4362/+0