summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* export find_file functionoharboe2008-06-272-10/+25
* David Anders more target lib scripts contributed by oharboe2008-06-274-1/+63
* committing to reduce patch size for Tcl experiments. Not in use currently.oharboe2008-06-272-0/+12793
* David Anders: fixes an issue with large block nand flash address where the be...oharboe2008-06-271-1/+4
* Fixed bogus error message and plugged memory leak for the case when there was...oharboe2008-06-251-1/+3
* - fix reset_halt issue with certain arm cores - address not set in embedded i...ntfreak2008-06-251-9/+14
* added pre/post_reset scripts based on Pieter Conradie's ideas.oharboe2008-06-252-12/+32
* - fix compile errors when _DEBUG_INSTRUCTION_EXECUTION_ is definedntfreak2008-06-243-3/+3
* Pavel Chromy:oharboe2008-06-181-7/+7
* Pavel Chromy:oharboe2008-06-181-76/+120
* Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_...oharboe2008-06-181-0/+4
* Spen spotted a bug in warning for missing srst_pulls_trstoharboe2008-06-181-3/+3
* - added missing install entries for eir-sam7se512 targetntfreak2008-06-161-1/+1
* - added target and event script for the eir-sam7se512 targetmifi2008-06-162-0/+111
* fallback for no implementation of multi word CFI write. Successful codepath n...oharboe2008-06-161-7/+11
* GDB timeout fix. If a script takes a long time and does not produce any outpu...oharboe2008-06-161-0/+2
* - removed duplicate cortex_m3_register_commandsntfreak2008-06-162-5/+0
* - probe incorrect for high density stm32 flashntfreak2008-06-111-2/+1
* - error message cleanup in jlink driverntfreak2008-06-101-9/+8
* - stm32 erase will use mass_erase if all banks selectedntfreak2008-06-062-37/+55
* Nicolas Pitre: Feroceon fixesoharboe2008-06-063-28/+105