Fix usage of timeval_ms()
[openocd.git] / src / jtag / zy1000 / zy1000.c
2016-07-19 Andreas FärberFix usage of timeval_ms() 99/3499/2
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2014-01-20 Andreas FritiofsonRetire jtag_add_dr_out 01/1801/2
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2012-04-18 Bill Traynorzy1000: fixed link to Zylin ZY1000 JTAG Probe
2012-03-13 Øyvind Harboeecosboard: delete bit-rotted eCos code
2012-02-06 Spencer Oliverbuild: cleanup src/jtag/drivers directory
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-12-13 Øyvind Harboezy1000: fix crash in JTAG over TCP/IP
2011-04-30 Jonas Hörbergadapter speed: require init script setting and centrali...
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2011-03-21 Øyvind Harboezy1000: fix bug in ir scan handling
2011-03-21 Øyvind Harboezy1000: removed JTAG master TCP/IP server
2011-03-18 Øyvind Harboezy1000: add code to check that SRST asserts
2011-03-15 Øyvind Harboezy1000: switch to pthread
2011-03-15 Øyvind Harboezy1000: fix JTAG over TCP/IP performance problem
2011-03-15 Øyvind Harboezy1000: fix incorrect usage of jtag_sleep()
2011-03-15 Øyvind Harboezy1000: reduce memory usage for fw upgrade fn
2010-12-08 Øyvind Harboejtag: getting the JTAG speed can fail
2010-09-26 Øyvind Harboezy1000: fix non-JTAG master build
2010-09-20 Øyvind Harboezy1000: add support for Linux host
2010-08-02 Øyvind Harboezy1000: use correct base clock when calculating speed...
2010-08-02 Øyvind Harboezy1000: print out khz correctly in response to setting...
2010-07-18 Øyvind Harboedebug-feature: jtagtcpip, improve jtag performance
2010-07-16 Øyvind Harboefix warnings
2010-07-16 Øyvind Harboedebug-feature: jtagtcpip, reduce performance impact...
2010-07-16 Øyvind Harboedebug feature: jtagtcpip, improve performance
2010-07-16 Øyvind Harboedebug feature: jtagtcpip, improved performance
2010-06-17 Øyvind Harboezy1000: fix arm11 optimisation
2010-06-15 Øyvind Harboezy1000: -Wshadow warning fix
2010-06-08 Øyvind Harboezy1000: fix optimisation gaffe
2010-06-08 Øyvind Harboezy1000: added watchdog server
2010-05-18 Øyvind Harboezy1000: fix false positive warning about unitialized...
2010-05-05 Øyvind Harboezy1000: fix tcl command to read power dropout status
2010-05-05 Øyvind Harboezy1000: fix keep_alive() bug
2010-05-04 Øyvind Harboezy1000: wait for srst to deassert
2010-03-25 Øyvind Harboezy1000: dev tool
2010-03-25 Øyvind Harboezy1000: allow it to build on linux host for testing...
2010-03-22 Øyvind Harboezy1000: fix optimisaion bug in dcc writes
2010-03-19 Øyvind Harboezy1000: clean up jtag_add_xx_scan fn's
2010-03-19 Øyvind Harboezy1000: fix bug in end state of DCC writes
2010-03-19 Øyvind Harboejtag: remove jtag_get_end_state()'s that should be...
2010-03-17 Øyvind Harboezy1000: tweak the DCC inner loop a tiny bit
2010-03-08 Øyvind Harboezy1000: embedded ice dcc tweak
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 Harboezy1000: faster jtag_add_ir_scan()
2010-03-01 Øyvind Harboezy1000: arm11 load is now faster
2010-03-01 Øyvind Harboezy1000: add jtag_add_tms_seq support
2010-02-27 David Brownellinterface: define TMS sequence command
2010-02-22 Øyvind Harboearm11: improve performance using minidriver hook
2010-02-22 Øyvind Harboearm11: allow minidrivers to implement inner loop of...
2010-02-22 Øyvind Harboezy1000: jtag_add_dr_scan() performance improvement
2010-01-19 Øyvind Harboezy1000: flush jtag buffer before changing speed
2010-01-11 Øyvind Harboezy1000: reset bugfix
2010-01-10 David BrownellZY1000 help/usage fixups
2009-12-30 Øyvind Harboezy1000: firmware upgrade fixes for revc
2009-12-10 Øyvind Harboezy1000: revc FPGA now works
2009-12-08 Øyvind Harboezy1000: some background info on the zy1000 file.
2009-12-03 Zachary T Welchchange #include "embeddedice.h" to <target/embeddedice.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-01 Øyvind Harboezy1000: keep up with latest changes to command handling
2009-11-30 Øyvind Harboezy1000: keep up with changes to command structure
2009-11-27 Øyvind Harboezy1000: keep up with new command registration stuff
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-22 Øyvind Harboezy1000: fix breakage in command parsing code for power...
2009-11-18 Zachary T Welchfix zy1000 command handler
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-17 Øyvind Harboezy1000: add version command to print FPGA version and...
2009-11-17 Øyvind Harboezy1000: fix bug when running on non-arm CPU
2009-11-16 Zachary T Welchcleanup jtag minidrivers
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchjtag_interface_t -> struct jtag_interface
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-10-20 Øyvind HarboeRemoved unused interface_jtag_set_end_state and wrote...
2009-10-20 Øyvind HarboeMore svn to git version string fixes.
2009-10-19 oyvindSwitch from svn to git version string handling.
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 oharboe1.55 snapshot
2009-09-18 oharboeremove unused externs
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-07-14 oharboe1.54 snapshot
2009-07-06 oharboerevert svn 1679 - fixes cp15 read/write timeout. Single...
2009-07-02 oharboezy1000 1.53 snapshot
2009-06-26 oharboezy1000 rev C work
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
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)