zy1000: -Wshadow warning fix
[openocd.git] / src / jtag / zy1000 / zy1000.c
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
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-18 oharboeless warnings
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-17 oharboedummy driver now works under eCos
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-09 zwelchAdd get and set accessors for jtag_speed:
2009-06-08 oharboeupdate zy1000 to latest minidriver work

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)