split nand.c into nand/{core,fileio,tcl}.c
[openocd.git] / src / jtag /
2009-12-04 Zachary T Welchseparate Jim from jtag/core.c
2009-12-04 Zachary T Welchallow 'jtag init' to be run in any mode
2009-12-04 Øyvind Harboezy1000: FPGA revC wip
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 "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 "jtag.h" to <jtag/jtag.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 "log.h" to <helper/log.h>
2009-12-03 Zachary T Welchchange #include "command.h" to <helper/command.h>
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.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
2009-12-02 Zachary T Welchjtag: factor init into 'jtag init'
2009-12-01 Øyvind Harboezy1000: keep up with latest changes to command handling
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchjtag: avoid using interp global variable
2009-11-30 Øyvind Harboezy1000: keep up with changes to command structure
2009-11-28 Zachary T Welchsplit jim_newtap_cmd into pieces
2009-11-28 Zachary T Welchimprove jtag_tap_configure
2009-11-28 Zachary T Welchimprove jtag_tap_handle_event indentation
2009-11-28 Zachary T Welchbegin moving JTAG jim handlers/helpers
2009-11-28 Zachary T Welchsplit jim_jtag_command into multiple handlers
2009-11-27 Øyvind Harboezy1000: keep up with new command registration stuff
2009-11-27 Zachary T Welchupdate minidummy interface driver command handling
2009-11-27 Øyvind Harboeminidummy: fix compilation error
2009-11-25 Zachary T Welchuse ARRAY_SIZE macro
2009-11-25 Zachary T Welchimprove command handling examples
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchremove register_callbacks from jtag interface
2009-11-25 Zachary T Welchvsllink: use register_commands()
2009-11-25 Zachary T Welchjtag: use register_commands()
2009-11-25 Zachary T Welchpresto: use register_commands()
2009-11-25 Zachary T Welchparport: use register_commands()
2009-11-25 Zachary T Welchjlink: use register_commands()
2009-11-25 Zachary T Welchgw16012: use register_commands()
2009-11-25 Zachary T Welchft2232: use register_commands()
2009-11-25 Zachary T Welchat91rm9200: use register_commands()
2009-11-25 Zachary T Welcharm-jtag-ew: use register_commands()
2009-11-25 Zachary T Welchamt_jtagaccel: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-25 Zachary T Welchimprove startup tcl scripts
2009-11-24 Zachary T Welchjlink: rewrite to use jtag_usb_open
2009-11-24 Zachary T Welchjlink: remove superfluous indentation
2009-11-24 Zachary T Welchrlink: use jtag_usb_open helper
2009-11-24 Zachary T Welchrlink: eliminate spurious indentation
2009-11-24 Zachary T Welchvsllink: rewrite to use jtag_usb_open
2009-11-24 Zachary T Welchusbprog: use jtag_usb_open
2009-11-24 Zachary T Welcharm-jtag-ew: use jtag_usb_open
2009-11-24 Zachary T Welchadd jtag/usb_common.[ch] files
2009-11-22 Øyvind Harboezy1000: fix breakage in command parsing code for power...
2009-11-21 Zachary T Welchjtag: remove useless forward declarations
2009-11-21 Zachary T Welchallow jtag interfaces to lack commands
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
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)