aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak
2009-06-02some trivial minidriver fixesoharboe
2009-06-01Scrub final vestiges of in_handler from mips target APIs.zwelch
2009-06-01fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31Whitespace-only updates to automake input files:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-31Add target_examine_one wrapper:zwelch
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch
2009-05-31Add target_get_name wrapper:zwelch
2009-05-31Add target_step wrapper:zwelch
2009-05-31Add target_get_gdb_reg_list wrapper:zwelch
2009-05-31Add target_bulk_write_memory wrapper:zwelch
2009-05-31Add wrappers for target->type->examined:zwelch
2009-05-31Add target_run_algorithm wrapper:zwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-31Add target_read_memory wrapper:zwelch
2009-05-31Simplify the handle_md_command routine in target.c:zwelch
2009-05-31Make nvp_target_event static; remove its external declaration.zwelch
2009-05-31Make target_buffer_get_uXX interfaces work with constant buffers.zwelch
2009-05-30Eliminate duplicated code in the handle_mw_command memory write loop.zwelch
2009-05-30Remove trailing whitespace from oocd_trace source file.zwelch
2009-05-30David Brownell <david-b@pacbell.net>:zwelch
2009-05-27Author: Nicolas Pitre <nico@cam.org>kc8apf
2009-05-27Move TCL script files -- Step 1 of 2:zwelch
2009-05-24Added the options calc_checksum to the flash driver.mifi
2009-05-24Nicolas Pitre <nico@cam.org>: Update sheevaplug interface script:zwelch
2009-05-24David Brownell <david-b@pacbell.net>:zwelch
2009-05-24David Brownell <david-b@pacbell.net>:zwelch
2009-05-24Freddie Chopin <freddie_chopin@op.pl>:zwelch
2009-05-23Change the setting for the sam7se512 and sam7x256 mifi
2009-05-22Submitted by David Brownell <david-b@pacbell.net>:zwelch
2009-05-22Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch
2009-05-21Dirk Behme <dirk.behme@googlemail.com> Minor updates for OMAP3 scriptsoharboe
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch
2009-05-21Author: Øyvind Harboe <oyvind.harboe@zylin.com>kc8apf
2009-05-20Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf
2009-05-19Added jtag_nsrst_delay 200 and jtag_ntrst_delay 200 to the LPC2294 target.mifi
2009-05-19Wookey <wookey@wookware.org> update syntaxoharboe
2009-05-18Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ...oharboe
2009-05-18- add missing svn props from svn 1798 commitntfreak
2009-05-18Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe
2009-05-18Fix logically inverted commentkc8apf
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-17fix array2mem/mem2array when used as a "method" on a target.oharboe