summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - remove requirement for file2c.tclntfreak2008-07-123-139/+20
* testing/*.tcl sample & test codeoharboe2008-07-121-0/+5
* help is now implemented in startup.tcl/helpoharboe2008-07-113-83/+5
* - configure check added for tclshntfreak2008-07-111-2/+4
* search help text toooharboe2008-07-111-1/+1
* Charles Hardin ckhardin at gmail.com oharboe2008-07-113-31/+49
* tcl_help prettier output.oharboe2008-07-111-2/+25
* work in progress to improve helpoharboe2008-07-115-18/+71
* - retired variable stuff. oharboe2008-07-1110-410/+108
* .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe2008-07-115-78/+25
* - added svn props for newly added filesntfreak2008-07-111-69/+69
* working notes.oharboe2008-07-111-1/+27
* startup.tcl (former commands.tcl) is now embedded into OpenOCD executable.oharboe2008-07-114-67/+203
* Charles Hardin <ckhardin@gmail.com>oharboe2008-07-103-15/+211
* - added search paths before running tcl/commands.tcl. oharboe2008-07-103-29/+41
* fix quoting problem when handling OpenOCD commands.oharboe2008-07-101-1/+7
* SEGFAULT fix for syntax error.oharboe2008-07-101-3/+7
* very slight cleanup of flash banks handling.oharboe2008-07-102-25/+28
* improve error messages a little bit.oharboe2008-07-092-26/+16
* - adding missing install entry for luminary-libftdi.cfg ntfreak2008-07-091-2/+2
* "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe2008-07-094-42/+66
* - added luminary libftdi interface configntfreak2008-07-092-1/+7
* - only check normal resume, not debug resumentfreak2008-07-092-11/+13
* added flash_banks low level command.oharboe2008-07-091-0/+42
* - target_resume is now synchronous with 5sec timeoutntfreak2008-07-091-1/+23
* tcl regression fixes.oharboe2008-07-082-14/+14
* * src/jim.c: remove bogus return value from if {[expr]} {xx} whenoharboe2008-07-081-1/+4
* - removed target_process_events as only used in handle_resume_command and eve...ntfreak2008-07-081-9/+0
* - fix pre_resume script not being calledntfreak2008-07-083-14/+7
* - apply correct formatting to openocd.cntfreak2008-07-081-206/+174
* reset event is synonym for post_reset event. oharboe2008-07-071-2/+9
* more tcl cleanup.oharboe2008-07-072-9/+4
* Duane Ellis <openocd@duaneellis.com>: This simple patch adds precision suppor...oharboe2008-07-071-7/+45
* - command_run_line will only search once for the command, and execute if foundntfreak2008-07-072-26/+20
* added pre/postlude fn's for when OpenOCD is sleeping.oharboe2008-07-073-24/+14
* - fix duplicate log entryntfreak2008-07-061-1/+6
* - fix typo in memory.tclntfreak2008-07-061-1/+1
* - fixed build issues with win32ntfreak2008-07-0612-414/+318
* moving Tcl stuff around slightly.oharboe2008-07-064-39/+95
* fix a few compilation problems.oharboe2008-07-066-3/+58
* Charles Hardin <ckhardin@gmail.com> - Tcl Serveroharboe2008-07-064-0/+234
* Oopss. Forgot to list Duane Ellis <openocd@duaneellis.com> as the author of c...oharboe2008-07-061-0/+1
* src/helper/configuration.hoharboe2008-07-0627-157/+2004
* - added search for libdlntfreak2008-07-051-1/+3
* - added svn props for newly added filesntfreak2008-07-041-48/+48
* - added event scripts for str73x and str75x targetsntfreak2008-07-046-8/+10
* - added jtag_khz to target scriptsntfreak2008-07-049-3/+34
* - fixed line endings with commands.tclntfreak2008-07-042-71/+71
* tcl tinkering.oharboe2008-07-042-1/+9
* fix to peek command.oharboe2008-07-041-1/+1