aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2008-06-27committing to reduce patch size for Tcl experiments. Not in use currently.oharboe
2008-06-27David Anders: fixes an issue with large block nand flash address where the be...oharboe
2008-06-25Fixed bogus error message and plugged memory leak for the case when there was...oharboe
2008-06-25- fix reset_halt issue with certain arm cores - address not set in embedded i...ntfreak
2008-06-25added pre/post_reset scripts based on Pieter Conradie's ideas.oharboe
2008-06-24- fix compile errors when _DEBUG_INSTRUCTION_EXECUTION_ is definedntfreak
2008-06-18Pavel Chromy:oharboe
2008-06-18Pavel Chromy:oharboe
2008-06-18Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_...oharboe
2008-06-18Spen spotted a bug in warning for missing srst_pulls_trstoharboe
2008-06-16- added missing install entries for eir-sam7se512 targetntfreak
2008-06-16- added target and event script for the eir-sam7se512 targetmifi