aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-07-10fix quoting problem when handling OpenOCD commands.oharboe
2008-07-10SEGFAULT fix for syntax error.oharboe
2008-07-10very slight cleanup of flash banks handling.oharboe
2008-07-09improve error messages a little bit.oharboe
2008-07-09- adding missing install entry for luminary-libftdi.cfg ntfreak
2008-07-09"flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe
2008-07-09- added luminary libftdi interface configntfreak
2008-07-09- only check normal resume, not debug resumentfreak
2008-07-09added flash_banks low level command.oharboe
2008-07-09- target_resume is now synchronous with 5sec timeoutntfreak
2008-07-08tcl regression fixes.oharboe
2008-07-08 * src/jim.c: remove bogus return value from if {[expr]} {xx} whenoharboe
2008-07-08- removed target_process_events as only used in handle_resume_command and eve...ntfreak
2008-07-08- fix pre_resume script not being calledntfreak
2008-07-08- apply correct formatting to openocd.cntfreak
2008-07-07reset event is synonym for post_reset event. oharboe
2008-07-07more tcl cleanup.oharboe
2008-07-07Duane Ellis <openocd@duaneellis.com>: This simple patch adds precision suppor...oharboe
2008-07-07- command_run_line will only search once for the command, and execute if foundntfreak
2008-07-07added pre/postlude fn's for when OpenOCD is sleeping.oharboe
2008-07-06- fix duplicate log entryntfreak
2008-07-06- fix typo in memory.tclntfreak
2008-07-06- fixed build issues with win32ntfreak
2008-07-06moving Tcl stuff around slightly.oharboe
2008-07-06fix a few compilation problems.oharboe
2008-07-06Charles Hardin <ckhardin@gmail.com> - Tcl Serveroharboe
2008-07-06Oopss. Forgot to list Duane Ellis <openocd@duaneellis.com> as the author of c...oharboe
2008-07-06src/helper/configuration.hoharboe
2008-07-05- added search for libdlntfreak
2008-07-04- added svn props for newly added filesntfreak
2008-07-04- added event scripts for str73x and str75x targetsntfreak
2008-07-04- added jtag_khz to target scriptsntfreak
2008-07-04- fixed line endings with commands.tclntfreak
2008-07-04tcl tinkering.oharboe
2008-07-04fix to peek command.oharboe
2008-07-04added echo command in tcl. Issues a LOG_USER() for the single argument.oharboe
2008-07-04typooharboe
2008-07-04tcl config script exampleoharboe
2008-07-04added support for Tcl config scripts on the command line(use .tcl extension).oharboe
2008-07-04utility fn.oharboe
2008-07-04ARM11 update. OpenOCD supports starting without being able to talk to the har...oharboe
2008-07-04Valentin Longchamp target script for mx31.cfgoharboe
2008-07-04Jim Tcl support addedoharboe
2008-07-02- allocate target_type_t structure for each target, fixes issue when multiple...ntfreak
2008-06-28wip.oharboe
2008-06-28wipoharboe
2008-06-27- added svn props for newly added filesntfreak
2008-06-27hooks to enable experimentation with scripting language support. Reduces patc...oharboe
2008-06-27export find_file functionoharboe
2008-06-27David Anders more target lib scripts contributed by oharboe