openocd: fix SPDX tag format for files .c
[fw/openocd] / src / jtag / tcl.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/jtag: replace the GPL-2.0-or-later license tag
2022-01-22 Adrien Grasseinjtag: Add an option to ignore the bypass bit
2021-11-13 Antonio Borneojtag: align adapter speed code to new structure
2021-11-13 Antonio Borneojtag: move prototype of adapter init/quit and speed...
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: manually fix Yoda conditions
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-07-02 Antonio Borneojtag: rename CamelCase symbols
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2]
2021-05-29 Antonio Borneohelp text: remove trailing space
2021-05-01 Antonio Borneojtag: simplify the calls to Jim_SetResultFormatted()
2021-04-18 Antonio Borneohelper/command: make script_debug() static
2021-04-18 Antonio Borneohelper/command: register full-name commands in jim
2020-11-04 Tomas Vanekjtag/tcl: fix memory leak in error return
2020-09-05 Antonio Borneojtag: avoid checking for non NULL pointer to free it
2020-09-05 Samuel ObuchFix debug prints when loading to flash
2020-07-08 Mikhail Rasputinjtag/tcl: fix a double free of jim object
2020-06-06 Antonio Borneojtag/tcl: fix memory leak in command 'irscan'
2020-05-24 Antonio Borneohelper/command: strip replicated command name in log
2020-05-09 Antonio Borneocoding style: add parenthesis around the argument of...
2020-03-07 Tomas Vanekhelper/binarybuffer: fix clang static analyzer warnings
2020-02-09 Marek Vasutjtag: Fix copy-paste error in 'irscan' help
2020-01-02 Antonio Borneojtag: replace command "jtag_reset" with "adapter [de...
2019-06-13 Antonio Borneojtag: fix error on TCL command "return" in jtag event...
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-04-10 Leonard Crestezjtag: tcl: Add cget -idcode
2019-02-07 Antonio Borneocommand: fix the mode for command "jtag configure"
2018-03-20 Tomas Vanektransport: add transport_is_hla()
2016-07-19 Andreas FärberFix usage of timeval_ms()
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Andreas Fritiofsonjim-nvp: Make Jim_GetOpt_String const-correct
2015-04-14 Paul Fertserjtag/tcl: fix incorrect memcpy in jim_newtap_expected_id
2015-03-25 Paul Fertserdrivers/cmsis-dap: port to common SWD framework
2014-08-22 Paul Fertserjtag: always configure enabled tap parameter appropriately
2014-08-11 Angus Grattonnewdap: Ignore -irlen/-irmask/etc newdap params on...
2014-02-24 Paul Fertsertcl/drscan: handle invalid syntax with a conditional...
2014-01-09 Spencer Olivercmsis-dap: add initial cmsis-dap support
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-10-07 Andreas Fritiofsonjtag/tcl: Avoid casting away const
2013-10-07 Andreas Fritiofsonjtag/tcl: Remove no-op free
2013-10-07 Andreas Fritiofsonjtag/tcl: Fix double free in jtag newtap argument parsing
2013-07-01 Evan HunterAdd support for 64 bit parameter to irscan
2013-06-05 Spencer Oliverupdate files to correct FSF address
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
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 Welchjtag: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-21 Zachary T Welchallow jtag interfaces to lack commands
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
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-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchuse struct jtag_tap_event_action
2009-11-13 Zachary T Welchjtag_interface_t -> struct jtag_interface
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
next