| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Dick Hollenbeck <dick@softplc.com> better comments | oharboe | 2008-12-19 | 1 | -9/+13 |
* | - fix rlink build under native win32 (mingw) | ntfreak | 2008-12-19 | 1 | -1/+6 |
* | Dick Hollenbeck <dick@softplc.com> convert macros to inline fn's. | oharboe | 2008-12-19 | 1 | -31/+62 |
* | houskeeping | oharboe | 2008-12-17 | 1 | -0/+121 |
* | sync up to latest jim tcl | oharboe | 2008-12-16 | 2 | -175/+240 |
* | fix broken -c/f options where it would silently terminate for scripts that di... | oharboe | 2008-12-16 | 1 | -19/+18 |
* | - add missing svn props from r1243 commit | ntfreak | 2008-12-15 | 1 | -590/+590 |
* | sync up to tap_xxx rename + add with-ioutil for standalone openocd implemetna... | oharboe | 2008-12-15 | 2 | -0/+597 |
* | - add ability for openocd to communicate to gdb using pipes (stdin/stdout). | ntfreak | 2008-12-15 | 3 | -8/+41 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 12 | -76/+66 |
* | - fix illegal memory access in unregister_command function | ntfreak | 2008-12-10 | 1 | -11/+19 |
* | "Theodore A. Roth" <taroth@gmail.com> fixes to distcheck | oharboe | 2008-12-01 | 1 | -1/+2 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -0/+2 |
* | Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntax | oharboe | 2008-11-27 | 1 | -44/+0 |
* | friendlier error messages | oharboe | 2008-11-26 | 1 | -3/+6 |
* | Fixes (more or less) random SEGFAULT upon invoking script_command(). | oharboe | 2008-11-11 | 1 | -2/+11 |
* | execute reset init upon power restore / srst deassert | oharboe | 2008-11-10 | 1 | -0/+20 |
* | minor cleanup | oharboe | 2008-11-10 | 1 | -16/+3 |
* | fix telnet async messages. retired telnet_async command - no user serviceable... | oharboe | 2008-11-05 | 1 | -15/+0 |
* | cpu help command wip | oharboe | 2008-11-04 | 1 | -1/+40 |
* | Rick Altherr <kc8apf@kc8apf.net> - fix warnings | oharboe | 2008-11-03 | 3 | -4/+4 |
* | Added telnet_async command to enable/disable asynchronous | oharboe | 2008-10-31 | 3 | -3/+34 |
* | Kees Jongenburger <kees.jongenburger@gmail.com> - fix typo | oharboe | 2008-10-27 | 1 | -1/+1 |
* | now compiles under Cygwin and eCos again. | oharboe | 2008-10-27 | 1 | -0/+5 |
* | - fix native mingw build if gettimeofday not defined. | ntfreak | 2008-10-24 | 2 | -82/+74 |
* | gdb_report_data_abort now ignores all target read errors, including address s... | oharboe | 2008-10-24 | 1 | -8/+8 |
* | load and verify are now synonymous to load/verify_image | oharboe | 2008-10-22 | 1 | -0/+9 |
* | Laurentiu Cocanu - more help text | oharboe | 2008-10-22 | 1 | -1/+1 |
* | fix warnings when building for eCos | oharboe | 2008-10-22 | 1 | -0/+2 |
* | try to get struct timezone def right w.r.t. config.h. Now compiles under Cygw... | oharboe | 2008-10-17 | 1 | -9/+13 |
* | sleep command now prints out target debugmsgs w/anything like usable performance | oharboe | 2008-10-16 | 2 | -5/+10 |
* | added help on production proc's | oharboe | 2008-10-16 | 1 | -0/+20 |
* | added capture command to capture log output. Useful when wanting to capture l... | oharboe | 2008-10-16 | 1 | -0/+27 |
* | reset cleanup. Remove obsolete events that are not needed for compatibility. | oharboe | 2008-10-14 | 1 | -7/+3 |
* | Fixed gaffes in reset script handling + improved error | oharboe | 2008-10-13 | 1 | -40/+40 |
* | Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks... | oharboe | 2008-10-13 | 2 | -4/+2 |
* | Duane Ellis: addresses protocol problems with GDB. | oharboe | 2008-10-11 | 1 | -0/+1 |
* | added busy sleep (for testing purposes) | oharboe | 2008-10-09 | 3 | -63/+93 |
* | file not found SEGFAULT fix | oharboe | 2008-10-08 | 1 | -1/+3 |
* | Duane Ellis: added missing invocation of reset-init | oharboe | 2008-10-01 | 1 | -1/+2 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 18 | -34/+41 |
* | - Fixed regression introduced in 890 when "fixing warnings" for target_call_t... | oharboe | 2008-09-12 | 1 | -33/+33 |
* | Duane Ellis: target_process_reset is now implemented in tcl. This allows bett... | oharboe | 2008-09-12 | 1 | -0/+87 |
* | typo fixed. | oharboe | 2008-09-08 | 1 | -1/+1 |
* | keep_alive now invokes target_call_timer_callbacks_now | oharboe | 2008-09-08 | 1 | -7/+14 |
* | Duane Ellis, added clock command. | oharboe | 2008-09-08 | 1 | -1/+109 |
* | Duane Ellis has made highly non-trivial changes to both the target handling a... | oharboe | 2008-09-01 | 1 | -0/+3 |
* | Duane Ellis: "target as an [tcl] object" feature. | oharboe | 2008-09-01 | 4 | -28/+104 |
* | STR912 uses RCLK if available | oharboe | 2008-08-25 | 1 | -1/+11 |
* | sync with Jim Tcl repository. | oharboe | 2008-08-25 | 2 | -7/+17 |