| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | work in progress to improve help | oharboe | 2008-07-11 | 5 | -18/+71 |
* | - retired variable stuff. | oharboe | 2008-07-11 | 10 | -410/+108 |
* | .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro... | oharboe | 2008-07-11 | 5 | -78/+25 |
* | - added svn props for newly added files | ntfreak | 2008-07-11 | 1 | -69/+69 |
* | working notes. | oharboe | 2008-07-11 | 1 | -1/+27 |
* | startup.tcl (former commands.tcl) is now embedded into OpenOCD executable. | oharboe | 2008-07-11 | 4 | -67/+203 |
* | Charles Hardin <ckhardin@gmail.com> | oharboe | 2008-07-10 | 3 | -15/+211 |
* | - added search paths before running tcl/commands.tcl. | oharboe | 2008-07-10 | 3 | -29/+41 |
* | fix quoting problem when handling OpenOCD commands. | oharboe | 2008-07-10 | 1 | -1/+7 |
* | SEGFAULT fix for syntax error. | oharboe | 2008-07-10 | 1 | -3/+7 |
* | very slight cleanup of flash banks handling. | oharboe | 2008-07-10 | 2 | -25/+28 |
* | improve error messages a little bit. | oharboe | 2008-07-09 | 2 | -26/+16 |
* | - adding missing install entry for luminary-libftdi.cfg | ntfreak | 2008-07-09 | 1 | -2/+2 |
* | "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro... | oharboe | 2008-07-09 | 4 | -42/+66 |
* | - added luminary libftdi interface config | ntfreak | 2008-07-09 | 2 | -1/+7 |
* | - only check normal resume, not debug resume | ntfreak | 2008-07-09 | 2 | -11/+13 |
* | added flash_banks low level command. | oharboe | 2008-07-09 | 1 | -0/+42 |
* | - target_resume is now synchronous with 5sec timeout | ntfreak | 2008-07-09 | 1 | -1/+23 |
* | tcl regression fixes. | oharboe | 2008-07-08 | 2 | -14/+14 |
* | * src/jim.c: remove bogus return value from if {[expr]} {xx} when | oharboe | 2008-07-08 | 1 | -1/+4 |
* | - removed target_process_events as only used in handle_resume_command and eve... | ntfreak | 2008-07-08 | 1 | -9/+0 |
* | - fix pre_resume script not being called | ntfreak | 2008-07-08 | 3 | -14/+7 |
* | - apply correct formatting to openocd.c | ntfreak | 2008-07-08 | 1 | -206/+174 |
* | reset event is synonym for post_reset event. | oharboe | 2008-07-07 | 1 | -2/+9 |
* | more tcl cleanup. | oharboe | 2008-07-07 | 2 | -9/+4 |
* | Duane Ellis <openocd@duaneellis.com>: This simple patch adds precision suppor... | oharboe | 2008-07-07 | 1 | -7/+45 |
* | - command_run_line will only search once for the command, and execute if found | ntfreak | 2008-07-07 | 2 | -26/+20 |
* | added pre/postlude fn's for when OpenOCD is sleeping. | oharboe | 2008-07-07 | 3 | -24/+14 |
* | - fix duplicate log entry | ntfreak | 2008-07-06 | 1 | -1/+6 |
* | - fix typo in memory.tcl | ntfreak | 2008-07-06 | 1 | -1/+1 |
* | - fixed build issues with win32 | ntfreak | 2008-07-06 | 12 | -414/+318 |
* | moving Tcl stuff around slightly. | oharboe | 2008-07-06 | 4 | -39/+95 |
* | fix a few compilation problems. | oharboe | 2008-07-06 | 6 | -3/+58 |
* | Charles Hardin <ckhardin@gmail.com> - Tcl Server | oharboe | 2008-07-06 | 4 | -0/+234 |
* | Oopss. Forgot to list Duane Ellis <openocd@duaneellis.com> as the author of c... | oharboe | 2008-07-06 | 1 | -0/+1 |
* | src/helper/configuration.h | oharboe | 2008-07-06 | 27 | -157/+2004 |
* | - added search for libdl | ntfreak | 2008-07-05 | 1 | -1/+3 |
* | - added svn props for newly added files | ntfreak | 2008-07-04 | 1 | -48/+48 |
* | - added event scripts for str73x and str75x targets | ntfreak | 2008-07-04 | 6 | -8/+10 |
* | - added jtag_khz to target scripts | ntfreak | 2008-07-04 | 9 | -3/+34 |
* | - fixed line endings with commands.tcl | ntfreak | 2008-07-04 | 2 | -71/+71 |
* | tcl tinkering. | oharboe | 2008-07-04 | 2 | -1/+9 |
* | fix to peek command. | oharboe | 2008-07-04 | 1 | -1/+1 |
* | added echo command in tcl. Issues a LOG_USER() for the single argument. | oharboe | 2008-07-04 | 2 | -1/+25 |
* | typo | oharboe | 2008-07-04 | 1 | -3/+0 |
* | tcl config script example | oharboe | 2008-07-04 | 3 | -2/+56 |
* | added support for Tcl config scripts on the command line(use .tcl extension). | oharboe | 2008-07-04 | 3 | -6/+16 |
* | utility fn. | oharboe | 2008-07-04 | 2 | -0/+16 |
* | ARM11 update. OpenOCD supports starting without being able to talk to the har... | oharboe | 2008-07-04 | 2 | -0/+9 |
* | Valentin Longchamp target script for mx31.cfg | oharboe | 2008-07-04 | 2 | -1/+17 |