]> git.sur5r.net Git - openocd/history - src/jtag/tcl.c
Remove FSF address from GPL notices
[openocd] / src / jtag / tcl.c
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
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
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_HANDLER macro to define all commands
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-06 Zachary T WelchImprove jtag command argument parsing.
2009-10-27 David BrownellJTAG: "jtag newtap ..." cleanup
2009-10-23 David Brownelljtag: clean up TAP state name handling
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellUpdates for "reset_config":
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 dbrownellAdd a new JTAG "setup" event; use for better DaVinci...
2009-09-29 oharboeadded t/nsrst_assert_width commands
2009-09-26 dbrownellStreamline Capture-IR handling and integrity test.
2009-09-20 dbrownellDebug message updates:
2009-09-20 dbrownellMinor regression bugfix for the jtag_tap_handle_event...
2009-09-17 dbrownellAddress codereview comment from Steve Grubb <sgrubb...
2009-09-17 oharboesrst_gates_jtag option. at91sam9260 needs retesting...
2009-09-11 oharboetap post reset event added. Allows omap3530 to send...
2009-09-09 oharboe- Fix bug-in-waiting when adding more than one TAP...
2009-08-24 oharboeSteve Grubb <sgrubb@redhat.com> fix various and sundry...
2009-08-18 ntfreakJonas Horberg [jhorberg@sauer-danfoss.com]
2009-08-07 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-07-07 oharboefix return value for "reset" and "runtest" command...
2009-06-30 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-29 zwelchMove JTAG interface list to new files.
next