| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 17 | -69/+69 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 16 | -65/+65 |
* | no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE | oharboe | 2009-06-04 | 3 | -5/+5 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 5 | -14/+14 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 16 | -65/+65 |
* | Improve in-source documentation that was causing Doxygen warnings. | zwelch | 2009-06-03 | 1 | -3/+3 |
* | - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp... | ntfreak | 2009-06-02 | 4 | -45/+76 |
* | some trivial minidriver fixes | oharboe | 2009-06-02 | 1 | -1/+5 |
* | Scrub final vestiges of in_handler from mips target APIs. | zwelch | 2009-06-01 | 3 | -6/+6 |
* | fix warning for a variable that GCC thought might be uninitialized(which it c... | oharboe | 2009-06-01 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 2 | -203/+203 |
* | Final step in isolating target_type_s structure: | zwelch | 2009-05-31 | 18 | -173/+180 |
* | Whitespace-only updates to automake input files: | zwelch | 2009-05-31 | 1 | -10/+80 |
* | First step in hiding target_type_s from public interface: | zwelch | 2009-05-31 | 16 | -2/+23 |
* | Add target_examine_one wrapper: | zwelch | 2009-05-31 | 3 | -2/+13 |
* | Add target breakpoint and watchpoint wrapper: | zwelch | 2009-05-31 | 3 | -4/+55 |
* | Add target_get_name wrapper: | zwelch | 2009-05-31 | 4 | -6/+21 |
* | Add target_step wrapper: | zwelch | 2009-05-31 | 2 | -0/+13 |
* | Add target_get_gdb_reg_list wrapper: | zwelch | 2009-05-31 | 2 | -1/+17 |
* | Add target_bulk_write_memory wrapper: | zwelch | 2009-05-31 | 2 | -1/+21 |
* | Add wrappers for target->type->examined: | zwelch | 2009-05-31 | 10 | -33/+62 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 4 | -4/+30 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 7 | -26/+45 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 6 | -23/+42 |
* | Simplify the handle_md_command routine in target.c: | zwelch | 2009-05-31 | 1 | -58/+61 |
* | Make nvp_target_event static; remove its external declaration. | zwelch | 2009-05-31 | 2 | -3/+1 |
* | Make target_buffer_get_uXX interfaces work with constant buffers. | zwelch | 2009-05-31 | 2 | -6/+6 |
* | Eliminate duplicated code in the handle_mw_command memory write loop. | zwelch | 2009-05-30 | 1 | -20/+4 |
* | Remove trailing whitespace from oocd_trace source file. | zwelch | 2009-05-30 | 1 | -52/+52 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-30 | 2 | -3/+10 |
* | Author: Nicolas Pitre <nico@cam.org> | kc8apf | 2009-05-27 | 1 | -0/+7 |
* | Move TCL script files -- Step 1 of 2: | zwelch | 2009-05-27 | 116 | -4362/+0 |
* | Added the options calc_checksum to the flash driver. | mifi | 2009-05-24 | 1 | -1/+1 |
* | Nicolas Pitre <nico@cam.org>: Update sheevaplug interface script: | zwelch | 2009-05-24 | 1 | -0/+6 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -2/+10 |
* | Freddie Chopin <freddie_chopin@op.pl>: | zwelch | 2009-05-24 | 3 | -1/+14 |
* | Change the setting for the sam7se512 and sam7x256 | mifi | 2009-05-23 | 2 | -3/+4 |
* | Submitted by David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-22 | 3 | -1/+314 |
* | Submitted by Dean Glazeski <dnglaze@gmail.com>: | zwelch | 2009-05-22 | 2 | -40/+173 |
* | Dirk Behme <dirk.behme@googlemail.com> Minor updates for OMAP3 scripts | oharboe | 2009-05-21 | 2 | -0/+20 |
* | David Brownell <david-b@pacbell.net>: This patch adds annotations to | zwelch | 2009-05-21 | 5 | -7/+9 |
* | Author: Øyvind Harboe <oyvind.harboe@zylin.com> | kc8apf | 2009-05-21 | 1 | -0/+8 |
* | Author: Spencer Oliver <spen@spen-soft.co.uk> | kc8apf | 2009-05-20 | 5 | -9/+55 |
* | Added jtag_nsrst_delay 200 and jtag_ntrst_delay 200 to the LPC2294 target. | mifi | 2009-05-19 | 1 | -0/+3 |
* | Wookey <wookey@wookware.org> update syntax | oharboe | 2009-05-19 | 1 | -8/+3 |
* | Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ... | oharboe | 2009-05-18 | 1 | -5/+131 |
* | - add missing svn props from svn 1798 commit | ntfreak | 2009-05-18 | 9 | -500/+500 |
* | Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene... | oharboe | 2009-05-18 | 3 | -25/+26 |
* | Fix logically inverted comment | kc8apf | 2009-05-18 | 1 | -1/+1 |