| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Duane Ellis <openocd@duaneellis.com> more interface files. | oharboe | 2008-07-18 | 2 | -1/+6 |
* | Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs. | oharboe | 2008-07-18 | 7 | -592/+563 |
* | added missing "reset+load" sequence. | oharboe | 2008-07-18 | 1 | -0/+3 |
* | Charles Hardin <ckhardin@gmail.com> move jim into helper | oharboe | 2008-07-17 | 8 | -17/+20 |
* | Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g... | oharboe | 2008-07-17 | 2 | -26/+64 |
* | Collect output from openocd commands into openocd_output local variable | oharboe | 2008-07-17 | 3 | -60/+36 |
* | Charles Hardin ckhardin at gmail.com | oharboe | 2008-07-17 | 1 | -15/+5 |
* | Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe | oharboe | 2008-07-17 | 8 | -330/+177 |
* | - reverted resume_target to old behaviour | ntfreak | 2008-07-17 | 1 | -19/+0 |
* | Charles Hardin ckhardin at gmail.com bin2char does not need to be installed ... | oharboe | 2008-07-17 | 1 | -3/+5 |
* | Fixes to \ and / handling for OpenOCD | oharboe | 2008-07-16 | 3 | -32/+26 |
* | flash_banks now follow OpenOCD scripting API rules | oharboe | 2008-07-16 | 2 | -1/+6 |
* | print out jim error message stack trace in expected order(look at any C++ or ... | oharboe | 2008-07-16 | 1 | -1/+1 |
* | do not print jim tcl error message trace for ERROR_COMMAND_CLOSE_CONNECTION | oharboe | 2008-07-16 | 1 | -16/+15 |
* | print syntax for command upon syntax error. | oharboe | 2008-07-16 | 1 | -0/+13 |
* | better error messages for target event scripts. | oharboe | 2008-07-16 | 4 | -40/+20 |
* | feeble beginnings for tcl api rules. | oharboe | 2008-07-15 | 1 | -0/+44 |
* | - stm32 flash driver correctly handles early silicon | ntfreak | 2008-07-15 | 1 | -29/+35 |
* | Charles Hardin <ckhardin@gmail.com> | oharboe | 2008-07-14 | 3 | -13/+34 |
* | - remove unused objcopy from configure.in | ntfreak | 2008-07-13 | 4 | -33/+28 |
* | - added svn props for newly added files | ntfreak | 2008-07-13 | 1 | -30/+30 |
* | Charles Hardin <ckhardin@gmail.com> - hopefully final word on startup.tcl => ... | oharboe | 2008-07-13 | 3 | -14/+43 |
* | Duane Ellis <openocd@duaneellis.com> fix to tcl puts | oharboe | 2008-07-13 | 1 | -1/+4 |
* | - fix issue when building in separate build dir | ntfreak | 2008-07-12 | 1 | -3/+3 |
* | - remove requirement for file2c.tcl | ntfreak | 2008-07-12 | 6 | -223/+111 |
* | testing/*.tcl sample & test code | oharboe | 2008-07-12 | 2 | -0/+70 |
* | testing/*.tcl sample & test code | oharboe | 2008-07-12 | 2 | -1/+16 |
* | help is now implemented in startup.tcl/help | oharboe | 2008-07-11 | 3 | -83/+5 |
* | - configure check added for tclsh | ntfreak | 2008-07-11 | 2 | -2/+10 |
* | search help text too | oharboe | 2008-07-11 | 1 | -1/+1 |
* | Charles Hardin ckhardin at gmail.com | oharboe | 2008-07-11 | 3 | -31/+49 |
* | tcl_help prettier output. | oharboe | 2008-07-11 | 1 | -2/+25 |
* | 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 |