]> git.sur5r.net Git - openocd/history - src/jtag
Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [2/8]
[openocd] / src / jtag /
2009-05-18 kc8apfAdd jtag_queue_command() by Michael Bruck <mbruck@digen...
2009-05-18 kc8apfAdd jtag_queue_command() by Michael Bruck <mbruck@digen...
2009-05-18 kc8apfftdi_set_interface correctness by Strontium <strntydog...
2009-05-18 kc8apfJTAG state table updates (short table still disabled...
2009-05-16 oharboeMichael Bruck <mbruck@digenius.de> change 'ir_scan...
2009-05-14 oharboefix broken ir/drscan -endstate option. The statemachine...
2009-05-13 oharboezy1000 1.52 snapshot
2009-05-13 oharboeadded verify_jtag command
2009-05-13 oharboeshuffled comments about for jtag_add_dr_out() fn.
2009-05-12 oharboeirscan now also works correctly in addition to not...
2009-05-12 oharboemove eCos type definition to types.h where it belongs.
2009-05-12 zwelchAdd stdint.h to types.h to provide intptr_t.
2009-05-12 oharboeeCos fixes
2009-05-12 zwelchInclude config.h in pregenerated rlink_speed_table...
2009-05-12 oharboeadded jtag_alloc_in_value32 - not used in this commit.
2009-05-12 oharboefix ancient bug & SEGFAULT in irscan
2009-05-12 zwelchInclude assert.h in system.h to promote tree-wide use...
2009-05-11 oharboenow builds on 64 and 32 bit systems
2009-05-11 oharboefix USB performance regression for verify_ircapture
2009-05-11 oharboeretire jtag_add_dr_scan_now
2009-05-11 oharboechange jtag_add_callback API to be able to support...
2009-05-11 zwelchFix ft2232 for CygWin, provided by Michael Bruck <mbruc...
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
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 oharboeWrote up post processing JTAG API. Not used yet, but...
2009-05-08 oharboeplugged bug w/irlen > 32 introduce in 1672
2009-05-08 oharboesync up zy1000 interface to bitbang driver's handling...
2009-05-08 oharboefix gaffe in 1672
2009-05-08 oharboeadd flush_count jtag queue profiling feature
2009-05-08 oharboefix (old?) bug in jtag_add_ir_scan()
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-08 oharboefix one gaffe in previous commit.
2009-05-08 oharboeuse assert instead of adding code that always runs
2009-05-08 oharboepull up verify_capture_ir one level in api stack
2009-05-08 oharboefirst jtag_check_value_mask usage. tested by using...
2009-05-07 oharboerefactor to be able to remove more in_handler stuff
2009-05-07 oharboeverified that an argument is unused
2009-05-07 oharboejtag API error handling refactoring.
2009-05-07 oharboeadded template for removing in_handler
2009-05-06 mluAdded (BUILD_JLINK==1) condition to us new tables...
2009-05-06 oharboeDick Hollenbeck <dick@softplc.com> comments & 7 clock...
2009-05-06 mluSmall changes that might improve stability.
2009-05-06 oharboetransition more directly to the end state + reuse more...
2009-05-06 oharboelog noise reduction
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeadd warnings about not using in_handler
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-02 zwelchUpdate autotools scripts to require automake 1.6. ...
2009-05-01 zwelchRemove superflous spaces from new JTAG table to fix...
2009-04-30 oharboezy1000 1.51
2009-04-30 zwelchMichael Bruck <mbruck@digenius.de>: sys/select.h must...
2009-04-29 zwelchSten <debian@sansys-electronic.com>: add support for...
2009-04-29 zwelchFix jlink usb_bulk_with_retries to return actual error...
2009-04-29 zwelchRemove vestigial last_tms variable from jlink driver.
2009-04-29 zwelchFix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-29 zwelchAdd missing header files to fix C99 compatibility.
2009-04-28 oharboemore docs on jtag_add_pathmove()
2009-04-28 oharboeDick Hollenbeck <dick@softplc.com> and Jeff Williams...
2009-04-28 mluCorrectedout buffer size and missing jlink_tap_init...
2009-04-28 oharboeZach Welch <zw@superlucidity.net> fix gw16012 with...
2009-04-28 oharboeeol-style native
2009-04-27 oharboeDick Hollenbeck <dick@softplc.com> Collect some macros...
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> patch for error...
2009-04-27 oharboeSome devices such as AVR will return 0xffffffff instead...
2009-04-26 oharboeZach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES...
2009-04-25 mluCorrected statement order
2009-04-25 mluFix ft2232 TX buffer overflow
2009-04-25 mluBreak ft2232_execute_quie into smaller functions, follo...
2009-04-24 oharboeadd jtag_debug_state_machine
2009-04-24 oharboeZach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES...
2009-04-24 oharboeZach Welch <zw@superlucidity.net> use memcpy
2009-04-24 duaneRemove warning
2009-04-23 oharboeunbreak zy1000
2009-04-22 oharboeZach Welch <zw@superlucidity.net> do not pad TMS
2009-04-22 oharboeZach Welch <zw@superlucidity.net> set speed in init
2009-04-22 oharboeZach Welch <zw@superlucidity.net> fix jlink reset
2009-04-22 oharboeZach Welch <zw@superlucidity.net> reorder enum tap_state
2009-04-22 kc8apfShrink JLink buffer sizes to specified 2KB courtesy...
2009-04-22 kc8apffix jtag run/idle state name courtesy of Jeff Williams...
2009-04-22 kc8apfrefactor jlink_execute_queue courtesy of Zach Welch...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> refactor
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix ft2232 usb io...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> add --enable-verbose...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> add --enable-verbose...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix jlink format...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> factor jlink usb_bul...
2009-04-21 ntfreak- vsllink update from SimonQian [simonqian@SimonQian...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> add static keywords...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix -Wformat-security...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> use static keyword...
2009-04-20 ntfreak- fix at91rm9200 warning. Thanks Zach Welch <zw@superlu...
2009-04-20 oharboeZach Welch <zw@superlucidity.net> fix ft2232/presto...
2009-04-19 oharboeNikolay Shadrin whoney at gmail.com, Zach Welch <zw...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-19 mifiPartially fix USBprog and JLink adapters on XScale...
2009-04-19 mifiAdded functionality to support jtag_khz for the jlink.
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix warnings in...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> use tap_state_t
next