aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-07-17Collect output from openocd commands into openocd_output local variableoharboe3-60/+36
2008-07-17Charles Hardin ckhardin at gmail.com oharboe1-15/+5
2008-07-17Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe7-330/+171
2008-07-17- reverted resume_target to old behaviourntfreak1-19/+0
2008-07-17Charles Hardin ckhardin at gmail.com bin2char does not need to be installed ...oharboe1-3/+5
2008-07-16Fixes to \ and / handling for OpenOCDoharboe3-32/+26
2008-07-16flash_banks now follow OpenOCD scripting API rulesoharboe2-1/+6
2008-07-16print out jim error message stack trace in expected order(look at any C++ or ...oharboe1-1/+1
2008-07-16do not print jim tcl error message trace for ERROR_COMMAND_CLOSE_CONNECTIONoharboe1-16/+15
2008-07-16print syntax for command upon syntax error.oharboe1-0/+13
2008-07-16better error messages for target event scripts.oharboe4-40/+20
2008-07-15- stm32 flash driver correctly handles early siliconntfreak1-29/+35
2008-07-14Charles Hardin <ckhardin@gmail.com>oharboe3-13/+34
2008-07-13- remove unused objcopy from configure.inntfreak3-20/+28
2008-07-13- added svn props for newly added filesntfreak1-30/+30
2008-07-13Charles Hardin <ckhardin@gmail.com> - hopefully final word on startup.tcl => ...oharboe3-14/+43
2008-07-13Duane Ellis <openocd@duaneellis.com> fix to tcl putsoharboe1-1/+4
2008-07-12- fix issue when building in separate build dirntfreak1-3/+3
2008-07-12- remove requirement for file2c.tclntfreak3-139/+20
2008-07-12testing/*.tcl sample & test codeoharboe1-0/+5
2008-07-11help is now implemented in startup.tcl/helpoharboe3-83/+5
2008-07-11- configure check added for tclshntfreak1-2/+4
2008-07-11search help text toooharboe1-1/+1
2008-07-11Charles Hardin ckhardin at gmail.com oharboe3-31/+49
2008-07-11tcl_help prettier output.oharboe1-2/+25
2008-07-11work in progress to improve helpoharboe5-18/+71
2008-07-11- retired variable stuff. oharboe10-410/+108
2008-07-11.cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe5-78/+25
2008-07-11- added svn props for newly added filesntfreak1-69/+69
2008-07-11working notes.oharboe1-1/+27
2008-07-11startup.tcl (former commands.tcl) is now embedded into OpenOCD executable.oharboe4-67/+203
2008-07-10Charles Hardin <ckhardin@gmail.com>oharboe3-15/+211
2008-07-10- added search paths before running tcl/commands.tcl. oharboe3-29/+41
2008-07-10fix quoting problem when handling OpenOCD commands.oharboe1-1/+7
2008-07-10SEGFAULT fix for syntax error.oharboe1-3/+7
2008-07-10very slight cleanup of flash banks handling.oharboe2-25/+28
2008-07-09improve error messages a little bit.oharboe2-26/+16
2008-07-09- adding missing install entry for luminary-libftdi.cfg ntfreak1-2/+2
2008-07-09"flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe4-42/+66
2008-07-09- added luminary libftdi interface configntfreak2-1/+7
2008-07-09- only check normal resume, not debug resumentfreak2-11/+13
2008-07-09added flash_banks low level command.oharboe1-0/+42
2008-07-09- target_resume is now synchronous with 5sec timeoutntfreak1-1/+23
2008-07-08tcl regression fixes.oharboe2-14/+14
2008-07-08 * src/jim.c: remove bogus return value from if {[expr]} {xx} whenoharboe1-1/+4
2008-07-08- removed target_process_events as only used in handle_resume_command and eve...ntfreak1-9/+0
2008-07-08- fix pre_resume script not being calledntfreak3-14/+7
2008-07-08- apply correct formatting to openocd.cntfreak1-206/+174
2008-07-07reset event is synonym for post_reset event. oharboe1-2/+9
2008-07-07more tcl cleanup.oharboe2-9/+4