| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for handling release versions | kc8apf | 2009-01-20 | 1 | -1/+1 |
* | - remove unused includes, fixes build issues under FreeBSD | ntfreak | 2009-01-19 | 1 | -8/+0 |
* | SVF player courtesy of Simon Qian <simonqian@SimonQian.com> | kc8apf | 2009-01-19 | 1 | -0/+2 |
* | moved ioutil init to the right spot: before config scripts | oharboe | 2009-01-09 | 1 | -7/+7 |
* | check syntax for init/version | oharboe | 2008-12-17 | 1 | -0/+7 |
* | work in progress to hook up libmicrohttpd + tcl integration | oharboe | 2008-12-16 | 1 | -0/+13 |
* | sync up to tap_xxx rename + add with-ioutil for standalone openocd implemetna... | oharboe | 2008-12-15 | 1 | -0/+9 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -10/+2 |
* | fix telnet async messages. retired telnet_async command - no user serviceable... | oharboe | 2008-11-05 | 1 | -16/+26 |
* | unsik Kim <donari75@gmail.com> - mflash support | oharboe | 2008-10-16 | 1 | -3/+17 |
* | - fix tcl_port typo in docs | ntfreak | 2008-10-15 | 1 | -16/+3 |
* | Richard Missenden exit now works during startup script | oharboe | 2008-10-08 | 1 | -6/+15 |
* | reduce patch problems by moving $xxx expansion into seperate fn | oharboe | 2008-10-07 | 1 | -12/+30 |
* | - renamed x7926 driver to aduc702x to match other flash drivers | ntfreak | 2008-09-24 | 1 | -6/+0 |
* | put instructions on how to report bugs onto the users radar | oharboe | 2008-09-21 | 1 | -0/+5 |
* | - fix target_examine declaration | ntfreak | 2008-08-06 | 1 | -1/+1 |
* | GDB monitor commands now also get halted state upon e.g. "reset halt". | oharboe | 2008-08-05 | 1 | -0/+20 |
* | Better handling of OpenOCD command invocation result/context. | oharboe | 2008-07-24 | 1 | -1/+3 |
* | daemon_startup is now retired in favour of adding "init" and "reset halt/init... | oharboe | 2008-07-19 | 1 | -20/+0 |
* | Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs. | oharboe | 2008-07-18 | 1 | -551/+3 |
* | Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g... | oharboe | 2008-07-17 | 1 | -24/+64 |
* | Collect output from openocd commands into openocd_output local variable | oharboe | 2008-07-17 | 1 | -53/+0 |
* | 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 | 1 | -52/+0 |
* | Fixes to \ and / handling for OpenOCD | oharboe | 2008-07-16 | 1 | -30/+1 |
* | do not print jim tcl error message trace for ERROR_COMMAND_CLOSE_CONNECTION | oharboe | 2008-07-16 | 1 | -16/+15 |
* | better error messages for target event scripts. | oharboe | 2008-07-16 | 1 | -0/+3 |
* | Charles Hardin <ckhardin@gmail.com> | oharboe | 2008-07-14 | 1 | -11/+32 |
* | - remove unused objcopy from configure.in | ntfreak | 2008-07-13 | 1 | -15/+2 |
* | Charles Hardin <ckhardin@gmail.com> - hopefully final word on startup.tcl => ... | oharboe | 2008-07-13 | 1 | -5/+5 |
* | Duane Ellis <openocd@duaneellis.com> fix to tcl puts | oharboe | 2008-07-13 | 1 | -1/+4 |
* | - remove requirement for file2c.tcl | ntfreak | 2008-07-12 | 1 | -7/+15 |
* | work in progress to improve help | oharboe | 2008-07-11 | 1 | -12/+18 |
* | - retired variable stuff. | oharboe | 2008-07-11 | 1 | -29/+21 |
* | startup.tcl (former commands.tcl) is now embedded into OpenOCD executable. | oharboe | 2008-07-11 | 1 | -2/+5 |
* | Charles Hardin <ckhardin@gmail.com> | oharboe | 2008-07-10 | 1 | -4/+177 |
* | - added search paths before running tcl/commands.tcl. | oharboe | 2008-07-10 | 1 | -4/+10 |
* | SEGFAULT fix for syntax error. | oharboe | 2008-07-10 | 1 | -3/+7 |
* | improve error messages a little bit. | oharboe | 2008-07-09 | 1 | -22/+7 |
* | "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro... | oharboe | 2008-07-09 | 1 | -0/+13 |
* | tcl regression fixes. | oharboe | 2008-07-08 | 1 | -13/+13 |
* | - apply correct formatting to openocd.c | ntfreak | 2008-07-08 | 1 | -206/+174 |
* | more tcl cleanup. | oharboe | 2008-07-07 | 1 | -4/+4 |
* | added pre/postlude fn's for when OpenOCD is sleeping. | oharboe | 2008-07-07 | 1 | -5/+0 |
* | - fixed build issues with win32 | ntfreak | 2008-07-06 | 1 | -73/+22 |
* | moving Tcl stuff around slightly. | oharboe | 2008-07-06 | 1 | -33/+81 |
* | fix a few compilation problems. | oharboe | 2008-07-06 | 1 | -1/+6 |
* | Charles Hardin <ckhardin@gmail.com> - Tcl Server | oharboe | 2008-07-06 | 1 | -0/+2 |
* | src/helper/configuration.h | oharboe | 2008-07-06 | 1 | -0/+295 |
* | added echo command in tcl. Issues a LOG_USER() for the single argument. | oharboe | 2008-07-04 | 1 | -0/+12 |