JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and some...
[openocd.git] / src / jtag / jtag.c
2009-06-04 oharboeJTAG_TRST_ASSERTED event cleanup. More clear where...
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-03 oharboeuse assert() for obscure check on illegal arguments...
2009-06-03 zwelchMove JTAG command handling implementation into its...
2009-06-03 zwelchFinish JTAG header file modularization; command factori...
2009-06-03 zwelchRemove interface.h from public JTAG header, include...
2009-06-03 zwelchMove the JTAG cable interface API implementation
2009-06-03 zwelchAdd missed accessor for checking the current TMS table.
2009-06-03 zwelchSplit and simplify handle_tms_sequence_command for...
2009-06-03 zwelchMake tap_state_by_name available in new JTAG interface...
2009-06-02 zwelchFinish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from...
2009-06-02 zwelchAdd header file for JTAG minidriver:
2009-06-02 zwelchMove interface_jtag_add_scan_check_alloc implementation...
2009-06-02 zwelchContinue clean-up of JTAG driver interface:
2009-06-02 zwelchMore JTAG interface driver cleanup:
2009-06-02 zwelchMore JTAG interface driver cleanup:
2009-06-02 zwelchMore JTAG interface driver cleanup:
2009-06-02 zwelchClean up jtag command queue handling:
2009-06-02 zwelchStart clean-up of JTAG driver interface:
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-06-01 zwelchEncapsulate JTAG minidriver functions, plan for new...
2009-06-01 oharboeadded jtag_add_statemove() helper fn(actual fn written...
2009-05-30 zwelchEncapsulate the global "jtag" jtag_interface pointer:
2009-05-30 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-23 zwelchSubmitted by Magnus Lundin <lundin@mlu.mine.nu>:
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-20 oharboeSpencer Oliver <spen@spen-soft.co.uk> use 7 tms out...
2009-05-20 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-20 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-20 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-20 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-20 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-20 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-20 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-20 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-20 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-20 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-19 oharboeadded tms_sequence command to allow switching between...
2009-05-18 kc8apfEnable non-7-cycle state table for FT2232 and JLink
2009-05-18 kc8apfFix fallout from r1818
2009-05-18 kc8apfChange last_comand_pointer to last_command_pointer...
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 kc8apfAdd jtag_queue_command() by Michael Bruck <mbruck@digen...
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 kc8apfAdd jtag_queue_command() by Michael Bruck <mbruck@digen...
2009-05-18 kc8apfAdd jtag_queue_command() by Michael Bruck <mbruck@digen...
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 oharboeadded verify_jtag command
2009-05-12 oharboeirscan now also works correctly in addition to not...
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 zwelchAudit and eliminate redundant #include directives from...
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 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 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-01 zwelchRemove superflous spaces from new JTAG table to fix...
2009-04-29 zwelchAdd missing header files to fix C99 compatibility.
2009-04-28 oharboeDick Hollenbeck <dick@softplc.com> and Jeff Williams...
2009-04-27 oharboeSome devices such as AVR will return 0xffffffff instead...
2009-04-24 oharboeadd jtag_debug_state_machine
2009-04-22 kc8apffix jtag run/idle state name courtesy of Jeff Williams...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> use static keyword...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
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)