Add FTDI SWD driver
[openocd.git] / src / target / arm11_dbgtap.c
2014-03-30 Andreas FritiofsonDon't cast return value of [cm]alloc 69/2069/2
2013-10-31 Andreas FritiofsonRemove unnecessary (void *) 69/1669/3
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2011-08-08 Øyvind Harboearm11: disable broken optimization for setting current...
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2010-07-20 Øyvind Harboearm11 error propagation fixes
2010-06-23 Øyvind Harboearm11: fix gaffe in no-ack transfers
2010-06-15 Øyvind Harboearm11_dbgtap: -Wshadow warning fixes
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-02-22 Øyvind Harboearm11: allow minidrivers to implement inner loop of...
2010-02-10 Øyvind Harboearm11: fix another infinite loop bug
2009-12-12 David BrownellARM11: avoid pointless status returns
2009-12-11 David BrownellARM11: minor cleanup, mostly ITR comments
2009-12-05 David BrownellARM11: basic watchpoint support
2009-12-05 David BrownellARM11: tweak TAP ops and debugging
2009-12-04 David BrownellARM DPM: share debug reason logic
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 David BrownellARM11: store a clean copy of DSCR
2009-12-03 David BrownellARM11: remove arm11->target
2009-12-03 David BrownellARM DPM: tweak initialization
2009-11-29 David BrownellARM11: fix warning on cygwin
2009-11-28 David BrownellARM11: fix warning on amd64
2009-11-28 David BrownellARM11: fix dbgtap JTAG_DEBUG
2009-11-24 David BrownellARM11: implement provider for new DPM interface
2009-11-22 David BrownellARM11: remove unused state and exports
2009-11-22 Øyvind Harboearm11: do not use dynamic arrays
2009-11-22 David BrownellARM11: remove needless string format #ifdeffery
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.h"
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-14 David BrownellARM11: revert etmr/etmw commands
2009-11-14 David BrownellARM11: switch to new "arm" base type
2009-11-13 Zachary T Welcharm11_sc7_action_t -> struct arm11_sc7_action
2009-11-13 Zachary T Welcharm11_common_t -> struct arm11_common
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-10 Michael Bruckarm11: add etmr/etmw registers to access ETM via DBGTAP...
2009-11-08 Zachary T WelchAdd private header for ARM11 internals.
2009-10-13 Øyvind HarboeFix warning.
2009-10-12 Øyvind HarboeMore error propagation fixes.
2009-10-12 Øyvind HarboeFix warning and improve error message upon burst transf...
2009-10-12 Øyvind HarboeFix bogus 'transfer errors' with arm11 'memwrite burst...
2009-10-09 Øyvind HarboeARM11 error checking
2009-09-11 oharboedo not use dynamically sized stack arrays, not compatib...
2009-08-28 oharboeDavid Brownell <david-b@pacbell.net> fix warnings
2009-08-28 oharboeadded arm11 timeout error messages
2009-08-16 oharboeadded note w/reference to discussion on whether or...
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-09 zwelchReplace 'jtag.c' with 'core.c' in code comments.
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
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-05-18 oharboeMichael Bruck <mbruck@digenius.de> ARM11 cleanup stale...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-09 oharboeMichael Bruck <mbruck@digenius.de> ARM11 C99 updates
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboestop using in_handler
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemark usage of in_handler that can be converted into...
2009-04-29 oharboecomments and debug code
2009-04-28 oharboeMichael Bruck <mbruck@digenius.de> macros for error...
2009-04-27 oharboemore error handling
2009-04-27 oharboea little bit more error handling in ARM11
2009-04-22 oharboeMichael Bruck <mbruck@digenius.de> ARM11 various update...
2009-04-18 mifiThe following patches was applied:
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2008-12-13 kc8apfClean up references to old tap_state names
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-08-19 oharboeremoved a couple of exit()'s from error handling.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-11 oharboe- fixed jtag_add_reset(). It no longer causes jtag_exec...
2008-03-06 oharboeMichael Bruck:
2008-03-04 oharboeMichael Bruck: fix warnings.
2008-03-04 oharboeMichael Bruck:
2008-02-29 oharboeUwe Hermann:
2008-02-29 oharboeremove warnings.
2008-02-29 oharboeMichael Bruck:
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck

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)