Add documentation for new interface_list command to user guide.
[fw/openocd] / src / target /
2009-06-08 oharboeDavid Brownell <david-b@pacbell.net> Bugfix: $target_na...
2009-06-08 oharboeDavid Brownell <david-b@pacbell.net>
2009-06-07 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-07 zwelchFix regression in mdw output; identified by Magnus...
2009-06-05 oharboeremove unused include file: inttypes.h
2009-06-05 oharboeremove unused include file: inttypes.h
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-04 oharboeunbreak arm11. TAP_INVALID is used to communicate inban...
2009-06-04 ntfreak- add support for different TAR autotincrement sizes...
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_DR...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-06-03 zwelchImprove in-source documentation that was causing Doxyge...
2009-06-02 ntfreak- change signature for adi_jtag_dp_scan and adi_jtag_dp...
2009-06-02 oharboesome trivial minidriver fixes
2009-06-01 zwelchScrub final vestiges of in_handler from mips target...
2009-06-01 oharboefix warning for a variable that GCC thought might be...
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchWhitespace-only updates to automake input files:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd target_examine_one wrapper:
2009-05-31 zwelchAdd target breakpoint and watchpoint wrapper:
2009-05-31 zwelchAdd target_get_name wrapper:
2009-05-31 zwelchAdd target_step wrapper:
2009-05-31 zwelchAdd target_get_gdb_reg_list wrapper:
2009-05-31 zwelchAdd target_bulk_write_memory wrapper:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-31 zwelchSimplify the handle_md_command routine in target.c:
2009-05-31 zwelchMake nvp_target_event static; remove its external decla...
2009-05-31 zwelchMake target_buffer_get_uXX interfaces work with constan...
2009-05-30 zwelchEliminate duplicated code in the handle_mw_command...
2009-05-30 zwelchRemove trailing whitespace from oocd_trace source file.
2009-05-30 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-27 kc8apfAuthor: Nicolas Pitre <nico@cam.org>
2009-05-27 zwelchMove TCL script files -- Step 1 of 2:
2009-05-24 mifiAdded the options calc_checksum to the flash driver.
2009-05-24 zwelchNicolas Pitre <nico@cam.org>: Update sheevaplug interfa...
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchFreddie Chopin <freddie_chopin@op.pl>:
2009-05-23 mifiChange the setting for the sam7se512 and sam7x256
2009-05-22 zwelchSubmitted by David Brownell <david-b@pacbell.net>:
2009-05-22 zwelchSubmitted by Dean Glazeski <dnglaze@gmail.com>:
2009-05-21 oharboeDirk Behme <dirk.behme@googlemail.com> Minor updates...
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-21 kc8apfAuthor: Øyvind Harboe <oyvind.harboe@zylin.com>
2009-05-20 kc8apfAuthor: Spencer Oliver <spen@spen-soft.co.uk>
2009-05-19 mifiAdded jtag_nsrst_delay 200 and jtag_ntrst_delay 200...
2009-05-19 oharboeWookey <wookey@wookware.org> update syntax
2009-05-18 oharboeDean Glazeski <dnglaze@gmail.com> fixed bug in checking...
2009-05-18 ntfreak- add missing svn props from svn 1798 commit
2009-05-18 oharboeMichael Bruck <mbruck@digenius.de> ARM11 cleanup stale...
2009-05-18 kc8apfFix logically inverted comment
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-17 oharboefix array2mem/mem2array when used as a "method" on...
2009-05-16 oharboeFreddie Chopin <freddie_chopin@op.pl> move files about...
2009-05-14 zwelchPaul Thomas <pthomas8589@gmail.com>: new board cfg...
2009-05-14 oharboetake #2: dump_image now works for addresses not divisib...
2009-05-14 oharboedump_image now works for addresses not divisible by 4
2009-05-14 oharboeselftest wip
2009-05-14 oharboepropagate error in dump_image. If an error occurs durin...
2009-05-12 oharboe4-bit ECC support for Marvell Kirkwood SOC
2009-05-12 oharboeNicolas Pitre <nico@cam.org> lower JTAG clock for Sheev...
2009-05-12 zwelchAudit and remove redundant uses of replacements.h in...
2009-05-12 zwelchDefine _GNU_SOURCE in config.h, remove definitions...
2009-05-12 oharboefix memory corruption introduce in 1730
2009-05-11 oharboenow builds on 64 and 32 bit systems
2009-05-11 oharboefix jtag_add_dr_scan() usage a bit... avoid lots of...
2009-05-11 oharboeUSB performance regression fix
2009-05-11 oharboeswitch to jtag_add_dr_scan_check() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_dr_scan_check() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_dr_scan_check() - USB performance fix
2009-05-11 oharboechange jtag_add_callback API to be able to support...
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 oharboeused by upcoming commits
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchFix compilation of target_request.h when it is included...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-10 zwelchExtend autotools build to create shared library libopen...
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> whitespace fixes.
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> whitespace fixes...
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> fix warnings
next