aboutsummaryrefslogtreecommitdiff
path: root/src/helper/startup.tcl
AgeCommit message (Expand)AuthorFilesLines
2009-11-28remove unknown handlerZachary T Welch1-2/+2
2009-11-28improve command handler wrapper scriptZachary T Welch1-0/+24
2009-11-24improve usage and help command outputZachary T Welch1-34/+0
2009-11-24allow scripts to update usage informationZachary T Welch1-3/+4
2009-11-24rewrite 'unknown' command dispatching in CZachary T Welch1-17/+0
2009-11-24improve startup tcl scriptsZachary T Welch1-4/+0
2009-11-20add add_help_text command handlerZachary T Welch1-15/+1
2009-11-20improve 'help' commandZachary T Welch1-18/+0
2009-11-20factor help script command into partsZachary T Welch1-28/+34
2009-11-18split startup.tcl file across modulesZachary T Welch1-230/+1
2009-11-16ARM: "armv4_5" command prefix becomes "arm"David Brownell1-0/+9
2009-11-11wrap help commandZachary T Welch1-9/+17
2009-10-14doc updates to match "help" betterDavid Brownell1-52/+5
2009-10-08add overridable Tcl "init_reset"David Brownell1-8/+22
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe1-0/+10
2009-09-23Start handling the (second) SRST stage of reset better:dbrownell1-6/+11
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-20/+20
2009-09-18Tweak TCL reset script ... mostly improving descriptions ofdbrownell1-12/+27
2009-09-14error message upon recursive invocation of reset from reset event handlersoharboe1-0/+22
2009-08-30Dirk Behme <dirk.behme@googlemail.com> Fix typo in help text. It has to be 'p...oharboe1-1/+1
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe1-1/+1
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak1-9/+0
2009-07-07delete long retired commented out code (daemon_startup)oharboe1-4/+0
2009-06-07David Brownell <david-b@pacbell.net>:zwelch1-5/+23
2009-05-18less weird error messages for unknown commands. Check if command exists befor...oharboe1-3/+4
2009-02-17zy1000 1.49 snapshotoharboe1-0/+8
2008-11-27Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe1-44/+0
2008-11-10execute reset init upon power restore / srst deassertoharboe1-0/+20
2008-11-10minor cleanupoharboe1-16/+3
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe1-15/+0
2008-11-04cpu help command wipoharboe1-1/+40
2008-10-31Added telnet_async command to enable/disable asynchronousoharboe1-0/+16
2008-10-27Kees Jongenburger <kees.jongenburger@gmail.com> - fix typooharboe1-1/+1
2008-10-24- fix native mingw build if gettimeofday not defined.ntfreak1-75/+69
2008-10-24gdb_report_data_abort now ignores all target read errors, including address s...oharboe1-8/+8
2008-10-22load and verify are now synonymous to load/verify_imageoharboe1-0/+9
2008-10-16added help on production proc'soharboe1-0/+20
2008-10-14reset cleanup. Remove obsolete events that are not needed for compatibility.oharboe1-7/+3
2008-10-13Fixed gaffes in reset script handling + improved erroroharboe1-40/+40
2008-10-01Duane Ellis: added missing invocation of reset-initoharboe1-1/+2
2008-09-12Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe1-0/+87
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-8/+30
2008-08-25STR912 uses RCLK if availableoharboe1-1/+11
2008-07-22very slightly improved error message for not being able to find scriptsoharboe1-1/+1
2008-07-21restart is a per-target actionoharboe1-2/+6
2008-07-21Allows config scripts to override handling of 'R'(restart) GDB packet.oharboe1-0/+5
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe1-16/+4
2008-07-20openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe1-11/+11
2008-07-19throw exception upon syntax error.oharboe1-1/+1
2008-07-19daemon_startup is now retired in favour of adding "init" and "reset halt/init...oharboe1-0/+4