document new flash syntax
[openocd.git] / src / jtag /
2009-11-18 Zachary T Welchfix zy1000 command handler
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-18 Zachary T Welchsplit startup.tcl file across modules
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 Øyvind Harboejtag_registers: Avalon bridge flushing tweaks
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-17 Øyvind Harboezy1000: fix trivial syntax error introduced by latest...
2009-11-17 David BrownellJTAG: fix autoprobe failure.
2009-11-16 David BrownellJTAG: no LOG_WARNING() for taps without IDCODE
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 Zachary T Welchremove TAP_SCAN_BYTES macro
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 Zachary T Welchcleanup jtag minidrivers
2009-11-15 Zachary T Welcharm-jtag-ew,jlink: switch to COMMAND_HANDLER
2009-11-15 Zachary T Welchrlink: fix overzealous sed
2009-11-14 Ferdinand Postemacompile with cygwin (32-bit)
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 Welchremove rlink structure typedefs
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchjtag_command_t -> struct jtag_command
2009-11-13 Zachary T Welchjtag_command_container_t -> union jtag_command_container
2009-11-13 Zachary T Welchsleep_command_t -> struct sleep_command
2009-11-13 Zachary T Welchend_state_command_t -> struct end_state_command
2009-11-13 Zachary T Welchreset_command_t -> struct reset_command
2009-11-13 Zachary T Welchstableclocks_command_t -> struct stableclocks_command
2009-11-13 Zachary T Welchruntest_command_t -> struct runtest_command
2009-11-13 Zachary T Welchpathmove_command_t -> struct pathmove_command
2009-11-13 Zachary T Welchstatemove_command_t -> struct statemove_command
2009-11-13 Zachary T Welchcmd_queue_page_t -> struct cmd_queue_page
2009-11-13 Zachary T Welchscan_command_t -> struct scan_command
2009-11-13 Zachary T Welchmore vsllink typedef cleanup
2009-11-13 Zachary T Welchvsllink_jtag_t -> struct vsllink
2009-11-13 Zachary T Welchpresto_t -> struct presto
2009-11-13 Zachary T Welchft2232_device_t -> struct ft2232_device
2009-11-13 Zachary T Welchjlink_jtag_t -> struct jlink
2009-11-13 Zachary T Welchcable_t -> struct cable
2009-11-13 Zachary T Welchpending_scan_result_t -> struct pending_scan_result
2009-11-13 Zachary T Welcharmjtagew_jtag_t -> struct armjtagew
2009-11-13 Zachary T Welchuse struct jtag_tap_event_action
2009-11-13 Zachary T Welchjtag_event_callback_t -> struct jtag_event_callback
2009-11-13 Zachary T Welchjtag_interface_t -> struct jtag_interface
2009-11-13 Zachary T Welchbitbang_interface_t -> struct bitbang_interface
2009-11-13 Zachary T Welchbitq_interface_t -> struct biq_interface
2009-11-13 Zachary T Welchencapsulate bitq_state structure
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-12 Jonas Horbergparport: add support for the jtag_khz command.
2009-11-11 Zachary T Welchfix 'jtag interface' behavior
2009-11-10 Zachary T Welchjtag: remove useless declarations
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-11-09 Zachary T Welchsrc/jtag: remove 'extern' and wrap headers.
2009-11-07 Zachary T WelchFix vsllink bulk out endpoint parsing.
2009-11-06 Zachary T WelchImprove jtag command argument parsing.
2009-11-05 David Brownellft2232: cleanup
2009-11-05 Krzysztof KajsturaJTAG: support KT-LINK adapter
2009-11-02 Dimitar DimitrovFT2232: increase read retry counts
2009-10-27 Oleg SeiljusSignalyzer: H2 and H4 support
2009-10-27 David Brownellft2232: less noise with _DEBUG_JTAG_IO_
2009-10-27 David BrownellJTAG: "jtag newtap ..." cleanup
2009-10-26 David BrownellJTAG: simple autoprobing
2009-10-25 David BrownellJTAG: jtag_tap_init() bugfixes
2009-10-23 David Brownelljtag: clean up TAP state name handling
2009-10-23 David BrownellSVF: clean up, mostly for TAP state name handling
2009-10-21 David BrownellXSVF: use svf_add_statemove()
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-20 David Brownelljtag_add_statemove() always uses TLR to get to RESET
2009-10-19 oyvindSwitch from svn to git version string handling.
2009-10-15 David Brownellportability updates
2009-10-13 David Brownellcosmetic cleanup in TMS tables
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-10 David Brownellprintf format warning fixes
2009-10-09 David Brownelladd documentation about reset customization
2009-10-09 Øyvind HarboeMerge commit 'origin/master'
2009-10-09 David Brownellminor JTAG init messaging tweaks
2009-10-08 David Brownellprevent abort via polling during jtag_reset
2009-10-08 David BrownellStop ignoring most scan chain validation errors
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellForce sane SRST and TRST initialization
2009-10-07 dbrownellBetter fix for TAPs violating the JTAG spec for IR...
2009-10-07 dbrownellRemove much #ifdeffery around _DEBUG_JTAG_IO_ usage.
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellUpdates for "reset_config":
2009-10-07 oharboeDo not check ir capture if there is no IDCODE
2009-10-07 oharboe1.55 snapshot
2009-10-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-06 oharboeIntroduced jtag_init and "jtag arp_init" to allow targe...
2009-10-05 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-05 dbrownellImprove jtag_validate_ircapture() diagnostics.
2009-10-05 dbrownellAdd a new JTAG "setup" event; use for better DaVinci...
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)