summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* added echo command in tcl. Issues a LOG_USER() for the single argument.oharboe2008-07-042-1/+25
* typooharboe2008-07-041-3/+0
* tcl config script exampleoharboe2008-07-043-2/+56
* added support for Tcl config scripts on the command line(use .tcl extension).oharboe2008-07-043-6/+16
* utility fn.oharboe2008-07-042-0/+16
* ARM11 update. OpenOCD supports starting without being able to talk to the har...oharboe2008-07-042-0/+9
* Valentin Longchamp target script for mx31.cfgoharboe2008-07-042-1/+17
* Jim Tcl support addedoharboe2008-07-043-5/+182
* - allocate target_type_t structure for each target, fixes issue when multiple...ntfreak2008-07-021-1/+3
* wip.oharboe2008-06-281-5/+28
* wipoharboe2008-06-281-0/+25
* - added svn props for newly added filesntfreak2008-06-275-12854/+12854
* hooks to enable experimentation with scripting language support. Reduces patc...oharboe2008-06-273-36/+82