build: add common.mk
[openocd.git] / src / jtag / drivers /
2010-11-18 Spencer Oliverbuild: add common.mk
2010-10-25 Michal Deminbuspirate: change handling of communication speed setti...
2010-10-25 Michal Deminbuspirate: Serial port was not correctly closed.
2010-10-10 David Brownelladd JLINK protocol doc ref
2010-10-01 Luca BrunoUpdate ep93xx and at91rm9200 drivers
2010-08-27 David Brownellbitq: unshadow pause()
2010-08-14 Catalin PatuleaFix typo in usb_blaster_vid_pid error message
2010-08-13 Piotr Esden-TempskiAdded support for the Lisa/L jtag LEDs.
2010-08-13 Piotr Esden-TempskiAdded support for Lisa/L builtin JTAG interface.
2010-07-23 Michal DeminBuspirate: fix shadow
2010-07-19 David Brownellmore careful luminary init
2010-07-18 David Brownellcomments for Luminary ICDI layout
2010-07-09 David Brownelltransport selection tweaks
2010-07-09 Spencer Olivertransport: fix bug/typo in transport_register cmd
2010-07-02 David Brownellinitial "transport" framework
2010-07-02 Spencer Oliverft2232: revert ft2232_read_scan changes
2010-07-01 Spencer Oliverft2232: bugfix from previous commit
2010-07-01 Marc Pignatft2232: simplify ft2232_read_scan
2010-07-01 Marc Pignatft2232: cleanup ft2232_write
2010-06-19 Andreas Fritiofsonarm-jtag-ew: -Wshadow fix
2010-06-17 Freddie Chopinmingw32: -Wshadow fixes in arm-jtag-ew.c
2010-06-17 Freddie Chopinmingw32: -Wshadow fixes in rlink.c
2010-06-17 Freddie Chopinrlink: -Wshadows fixes
2010-06-17 Antonio Borneojlink: fix -Wshadow warning
2010-06-17 Antonio Borneovsllink: fix -Wshadow warning
2010-06-07 Øyvind Harboejtag: rename JTAG_MOVESTATE to JTAG_TLR_RESET
2010-03-24 David BrownellFT2232 Messaaging fix
2010-03-22 Øyvind Harboebitq: fix warning now that out_value is const
2010-03-22 David Brownellft2232 init mess cleanup
2010-03-19 David BrownellFT2232 comment tweaks
2010-03-16 Øyvind Harboebitbang: add jtag_add_tms_seq support
2010-03-15 David Brownellrename jtag_khz as adapter_khz
2010-03-15 Spencer OliverFT2232: bulidfix
2010-03-14 David BrownellFT2232: lookup and save layout just once
2010-03-11 David Brownellversaloon cleanup patch
2010-03-11 simon qianNew JTAG driver for Versaloon
2010-03-11 Michal DeminAdd support for Bus Pirate as a JTAG adapter.
2010-03-10 Spencer OliverJLINK: user info message cleanup
2010-03-08 Øyvind Harboejtag: simplify jtag_add_plain_ir/dr_scan
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-03-01 Øyvind Harboejtag: the post TAP state is now passed to the drivers
2010-02-28 Spencer OliverFT2232: add missing enum when using ftd2xx library
2010-02-28 Mariano AlviraAdd board/redbee-usb.cfg
2010-02-28 Mariano Alviraadd board/redbee-econotag.cfg and JTAG support
2010-02-27 David Brownellft2232: implement TMS sequence command
2010-02-27 David Brownellinterface: define TMS sequence command
2010-02-25 Mariano Alviraft2232: add a mechanism to specify channel in layout...
2010-02-22 David Brownellft2232 table init cleanup
2010-02-20 David BrownellFreeBSD buildfix
2010-02-04 David BrownellJLink: reference protocol documentation
2010-01-18 David Brownellvsllink -- add comment
2010-01-18 simon qianread target voltage first in vsllink
2010-01-10 David BrownellPresto: doxygen fix
2010-01-10 David Brownelljtag: presto, parport help/usage updates
2010-01-10 David Brownelljtag/gw16012 usage/help updates
2010-01-05 David Brownellbuildfix with -DNDEBUG
2010-01-05 Spencer Oliverparport: output port as hex rather than dec
2010-01-03 David BrownellFT2232: fix doc typo
2010-01-03 David BrownellJTAG/drivers: ft2232 docs
2010-01-03 David BrownellJTAG/Drivers: Amontec JTAG accelerator fixes
2010-01-03 David BrownellJTAG: Amontec JTAG accelerater "rtck" is back
2010-01-03 David BrownellJTAG/drivers: cleanup jtag_interface structs
2010-01-03 David BrownellJTAG/drivers: amt_jtagaccel fixes + cleanup
2009-12-28 David BrownellFix Luminary FT2232 layout docs/configs
2009-12-26 Catalin PatuleaDriver for USB-JTAG, Altera USB-Blaster and compatibles
2009-12-26 Antonio BorneoPARPORT code cleanup:
2009-12-11 Spencer Oliverbuild: fix cygwin build warnings
2009-12-08 Rafael Campos Las... Fix compilation error with gcc 4.4.1
2009-12-08 Øyvind Harboeminidriver: fix inline capability of minidriver
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-03 Zachary T Welchremove tertiary include paths
2009-12-03 Zachary T Welchchange #include "../hello.h" to "hello.h"
2009-12-03 Zachary T Welchchange #include "minidriver.h" to <jtag/minidriver.h>
2009-12-03 Zachary T Welchchange #include "interface.h" to <jtag/interface.h>
2009-12-03 Zachary T Welchchange #include "commands.h" to <jtag/commands.h>
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchchange #include "command.h" to <helper/command.h>
2009-12-03 Zachary T Welchallow #include directives to use module name
2009-12-03 Zachary T Welchremove #if HAVE_JTAG_INTERFACE_H from minidriver.h
2009-12-03 Zachary T Welchmove jtag drivers to src/jtag/drivers

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)