jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / jtag / tcl.c
2024-02-11 Antonio Borneojtag: fix jtag configure command containing events 25/8125/2
2024-01-13 Antonio Borneojtag: rewrite jim_jtag_configure() as COMMAND_HANDLER 58/8058/4
2023-12-30 Henrik Nordströmjtag: add -ir-bypass option to newtap 41/8041/7
2023-05-27 Antonio Borneojtag: rewrite jim_jtag_tap_enabler() as COMMAND_HANDLER 54/7554/3
2023-05-27 Antonio Borneojtag: rewrite commands 'jtag newtap' and 'swd newdap... 31/7431/4
2023-05-13 Paul Fertserjtag: tcl: show error message when attempting manual... 54/7654/3
2023-05-13 Paul Fertserjtag: tcl: change drscan usage to show at least one... 53/7653/3
2023-05-13 Antonio Borneojtag: rewrite command 'pathmove' as COMMAND_HANDLER 56/7556/2
2023-05-13 Antonio Borneojtag: rewrite command 'drscan' as COMMAND_HANDLER 55/7555/2
2023-03-25 Antonio Borneojtag: rewrite command 'flush_count' as COMMAND_HANDLER 97/7497/2
2023-03-25 Antonio Borneojtag: rewrite command 'jtag arp_init-reset' as COMMAND_... 96/7496/2
2023-03-25 Antonio Borneojtag: rewrite command 'jtag arp_init' as COMMAND_HANDLER 95/7495/2
2023-03-25 Antonio Borneojtag: rewrite command 'jtag names' as COMMAND_HANDLER 94/7494/2
2023-01-15 Antonio Borneojtag: parse command options in 'swd newdap' 27/7427/2
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c 53/7153/3
2022-07-23 Antonio Borneoopenocd: src/jtag: replace the GPL-2.0-or-later license tag 69/7069/2
2022-01-22 Adrien Grasseinjtag: Add an option to ignore the bypass bit 02/6802/3
2021-11-13 Antonio Borneojtag: align adapter speed code to new structure 44/6644/2
2021-11-13 Antonio Borneojtag: move prototype of adapter init/quit and speed... 43/6643/2
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2] 51/6351/3
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-07-20 Antonio Borneoopenocd: manually fix Yoda conditions 56/6356/2
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition 54/6354/3
2021-07-02 Antonio Borneojtag: rename CamelCase symbols 01/6301/4
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2] 84/6184/4
2021-05-29 Antonio Borneohelp text: remove trailing space 22/6222/2
2021-05-01 Antonio Borneojtag: simplify the calls to Jim_SetResultFormatted() 90/6190/2
2021-04-18 Antonio Borneohelper/command: make script_debug() static 76/5676/9
2021-04-18 Antonio Borneohelper/command: register full-name commands in jim 71/5671/9
2020-11-04 Tomas Vanekjtag/tcl: fix memory leak in error return 06/5906/2
2020-09-05 Antonio Borneojtag: avoid checking for non NULL pointer to free it 10/5810/3
2020-09-05 Samuel ObuchFix debug prints when loading to flash 00/5800/4
2020-07-08 Mikhail Rasputinjtag/tcl: fix a double free of jim object 24/5724/4
2020-06-06 Antonio Borneojtag/tcl: fix memory leak in command 'irscan' 92/5692/2
2020-05-24 Antonio Borneohelper/command: strip replicated command name in log 60/5660/2
2020-05-09 Antonio Borneocoding style: add parenthesis around the argument of... 18/5618/2
2020-03-07 Tomas Vanekhelper/binarybuffer: fix clang static analyzer warnings 83/5383/3
2020-02-09 Marek Vasutjtag: Fix copy-paste error in 'irscan' help 46/5446/2
2020-01-02 Antonio Borneojtag: replace command "jtag_reset" with "adapter [de... 86/5286/3
2019-06-13 Antonio Borneojtag: fix error on TCL command "return" in jtag event... 99/5199/2
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma... 81/5081/2
2019-04-10 Leonard Crestezjtag: tcl: Add cget -idcode 33/5033/4
2019-02-07 Antonio Borneocommand: fix the mode for command "jtag configure" 86/4886/2
2018-03-20 Tomas Vanektransport: add transport_is_hla() 69/4469/9
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
2016-02-29 Andreas Fritiofsonjim-nvp: Make Jim_GetOpt_String const-correct 78/3178/2
2015-04-14 Paul Fertserjtag/tcl: fix incorrect memcpy in jim_newtap_expected_id 62/2562/4
2015-03-25 Paul Fertserdrivers/cmsis-dap: port to common SWD framework 56/2356/9
2014-08-22 Paul Fertserjtag: always configure enabled tap parameter appropriately 61/2261/3
2014-08-11 Angus Grattonnewdap: Ignore -irlen/-irmask/etc newdap params on... 26/2226/3
2014-02-24 Paul Fertsertcl/drscan: handle invalid syntax with a conditional... 27/1927/2
2014-01-09 Spencer Olivercmsis-dap: add initial cmsis-dap support 42/1542/19
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting 68/1668/3
2013-10-07 Andreas Fritiofsonjtag/tcl: Avoid casting away const 67/1667/2
2013-10-07 Andreas Fritiofsonjtag/tcl: Remove no-op free 66/1666/2
2013-10-07 Andreas Fritiofsonjtag/tcl: Fix double free in jtag newtap argument parsing 65/1665/2
2013-07-01 Evan HunterAdd support for 64 bit parameter to irscan 31/831/5
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2012-04-10 Simon Qiantopic: add reset functions for SWD
2012-02-26 Spencer Oliverjtag: fix cmd scan_chain expected_ids bug
2012-02-06 Spencer Oliverbuild: cleanup src/jtag directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-03 Mathias KMake jim functions public accessible.
2011-10-29 Øyvind Harboeclang: fix warning by adding assert that shows that...
2011-10-23 Øyvind Harboeclang: fix malloc() warning with assert
2011-08-09 Rodrigo L. Rosafix tapenabler return code
2011-02-25 Øyvind Harboejtag: add wait_srst_deassert command
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2010-12-25 David Brownellinitial SWD transport (SWD infrastructure #2)
2010-10-29 Øyvind Harboejim tests: use installed
2010-08-12 Thomas Koellerjtag: fix handling of 'tap enable' error
2010-08-02 Øyvind Harboejtag: add jtag_flush_queue_sleep debug command
2010-05-05 Øyvind Harboecommand context: fix errors when running certain comman...
2010-04-04 David Brownellbuildfix
2010-03-27 David Brownelljtag/tcl.c cleanup -- split out "adapter.c"
2010-03-21 Øyvind Harboejtag: make out_value const
2010-03-15 David Brownellmove "reset_config" out of JTAG command group
2010-03-15 David Brownellrename jtag_nsrst_assert_width as adapter_nsrst_assert_...
2010-03-15 David Brownellrename jtag_nsrst_delay as adapter_nsrst_delay
2010-03-15 David Brownellrename jtag_khz as adapter_khz
2010-03-14 David Brownellrename jtag_interface_{init,quit}()
2010-03-11 David Brownellsplit "interface" commands from "jtag" ones
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-01-18 Øyvind Harboecommands: allow scan_chain command to be executed durin...
2010-01-11 Øyvind Harboetarget: return JIM_OK instead of ERROR_OK
2010-01-10 David Brownelljtag/tcl help/usage fixups
2009-12-16 David BrownellJTAG: shrink "scan_chain" output
2009-12-14 David Brownelljtag: add '-ignore-version' option
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-02 Zachary T Welchjtag: factor init into 'jtag init'
2009-12-01 Zachary T Welchjtag: avoid using interp global variable
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-25 Zachary T Welchuse ARRAY_SIZE macro
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)