index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helper
/
startup.tcl
Age
Commit message (
Expand
)
Author
2009-10-14
doc updates to match "help" better
David Brownell
2009-10-08
add overridable Tcl "init_reset"
David Brownell
2009-10-06
Introduced jtag_init and "jtag arp_init" to allow target scripts more control...
oharboe
2009-09-23
Start handling the (second) SRST stage of reset better:
dbrownell
2009-09-21
Remove annoying end-of-line whitespace from most src/*
dbrownell
2009-09-18
Tweak TCL reset script ... mostly improving descriptions of
dbrownell
2009-09-14
error message upon recursive invocation of reset from reset event handlers
oharboe
2009-08-30
Dirk Behme <dirk.behme@googlemail.com> Fix typo in help text. It has to be 'p...
oharboe
2009-08-30
David Brownell <david-b@pacbell.net> start phasing out integers as target IDs
oharboe
2009-08-18
Jonas Horberg [jhorberg@sauer-danfoss.com]
ntfreak
2009-07-07
delete long retired commented out code (daemon_startup)
oharboe
2009-06-07
David Brownell <david-b@pacbell.net>:
zwelch
2009-05-18
less weird error messages for unknown commands. Check if command exists befor...
oharboe
2009-02-17
zy1000 1.49 snapshot
oharboe
2008-11-27
Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntax
oharboe
2008-11-10
execute reset init upon power restore / srst deassert
oharboe
2008-11-10
minor cleanup
oharboe
2008-11-05
fix telnet async messages. retired telnet_async command - no user serviceable...
oharboe
2008-11-04
cpu help command wip
oharboe
2008-10-31
Added telnet_async command to enable/disable asynchronous
oharboe
2008-10-27
Kees Jongenburger <kees.jongenburger@gmail.com> - fix typo
oharboe
2008-10-24
- fix native mingw build if gettimeofday not defined.
ntfreak
2008-10-24
gdb_report_data_abort now ignores all target read errors, including address s...
oharboe
2008-10-22
load and verify are now synonymous to load/verify_image
oharboe
2008-10-16
added help on production proc's
oharboe
2008-10-14
reset cleanup. Remove obsolete events that are not needed for compatibility.
oharboe
2008-10-13
Fixed gaffes in reset script handling + improved error
oharboe
2008-10-01
Duane Ellis: added missing invocation of reset-init
oharboe
2008-09-12
Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...
oharboe
2008-09-01
Duane Ellis: "target as an [tcl] object" feature.
oharboe
2008-08-25
STR912 uses RCLK if available
oharboe
2008-07-22
very slightly improved error message for not being able to find scripts
oharboe
2008-07-21
restart is a per-target action
oharboe
2008-07-21
Allows config scripts to override handling of 'R'(restart) GDB packet.
oharboe
2008-07-21
- jtag_khz/speed are now single parameter only. These are used
oharboe
2008-07-20
openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...
oharboe
2008-07-19
throw exception upon syntax error.
oharboe
2008-07-19
daemon_startup is now retired in favour of adding "init" and "reset halt/init...
oharboe
2008-07-17
Charles Hardin <ckhardin@gmail.com> move jim into helper
oharboe