Fix compilation of target_request.h when it is included first.
[openocd.git] / src / jtag /
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
2009-04-18 mifiThe following patches was applied:
2009-04-02 oharboefix keyword expansion
2009-04-02 oharboezy1000 1.50 snapshot. fix problem with empty file names.
2009-03-19 oharboeThomas Kindler <mail+ocd@t-kindler.de> typos
2009-03-17 ntfreak- remove build warnings
2009-03-11 ntfreak- add support for standalone rlink
2009-03-11 duaneAdded -endstate to irscan and drscan to support beagleb...
2009-03-08 duanePatch from Dimitar Dimitrov adding support for Olimex...
2009-03-07 duaneAccept/create both A and Non-A ft2232 based descriptions
2009-03-01 oharboeDaniel Gimpelevich <daniel@gimpelevich.san-francisco...
2009-03-01 oharboeNicolas Pitre nico at cam.org add ft2232 layout for...
2009-02-17 oharboezy1000 1.49 snapshot
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-02-10 kc8apfA few more usages of TRUE and FALSE to remove
2009-02-09 ntfreak- fix native win32 build issues
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2009-01-23 kc8apfxvsf player fixes by Dick Hollenbeck <dick@softplc...
2009-01-23 kc8apfvsllink support for stable clocks by Simon Qian <simonq...
2009-01-20 kc8apfFix 'make maintainer-clean' courtesy of Zach Welch...
2009-01-19 kc8apfSVF player courtesy of Simon Qian <simonqian@SimonQian...
2009-01-16 ntfreak- add missing bitq and rlink files to distribution
2009-01-14 oharboearm11 wip
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)