summaryrefslogtreecommitdiff
path: root/src/openocd.c
Commit message (Expand)AuthorAgeFilesLines
...
* - added search paths before running tcl/commands.tcl. oharboe2008-07-101-4/+10
* SEGFAULT fix for syntax error.oharboe2008-07-101-3/+7
* improve error messages a little bit.oharboe2008-07-091-22/+7
* "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe2008-07-091-0/+13
* tcl regression fixes.oharboe2008-07-081-13/+13
* - apply correct formatting to openocd.cntfreak2008-07-081-206/+174
* more tcl cleanup.oharboe2008-07-071-4/+4
* added pre/postlude fn's for when OpenOCD is sleeping.oharboe2008-07-071-5/+0
* - fixed build issues with win32ntfreak2008-07-061-73/+22
* moving Tcl stuff around slightly.oharboe2008-07-061-33/+81
* fix a few compilation problems.oharboe2008-07-061-1/+6
* Charles Hardin <ckhardin@gmail.com> - Tcl Serveroharboe2008-07-061-0/+2
* src/helper/configuration.hoharboe2008-07-061-0/+295
* added echo command in tcl. Issues a LOG_USER() for the single argument.oharboe2008-07-041-0/+12
* tcl config script exampleoharboe2008-07-041-1/+3
* Jim Tcl support addedoharboe2008-07-041-4/+173
* hooks to enable experimentation with scripting language support. Reduces patc...oharboe2008-06-271-0/+6
* Edgar Grimberg plugged a leak found w/Valgrind.oharboe2008-05-071-0/+2
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-131-11/+21
* added target->type->examine(). Eventually this will allow for bringing up tel...oharboe2008-04-111-0/+8
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-091-35/+72
* avoid patch trouble by isolating troublesome line...oharboe2008-04-061-0/+12
* hooks for multithreading. Disable nagleoharboe2008-03-261-0/+11
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-9/+9
* - removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi2008-03-011-0/+1
* Pavel Chromy: add missing newlines.oharboe2008-02-291-2/+2
* lingering patch from Pavel Chromy.oharboe2008-02-291-5/+2
* - convert all files to unix line-endingdrath2008-02-251-157/+157
* Pavel Chromyoharboe2008-02-251-156/+156
* - added a test document as a starting pointmifi2008-02-231-1/+1
* - cosmetic changes to print out version without line number/timemifi2008-02-221-2/+5
* - added synchronous reset patch, Thanks Øyvind Harboentfreak2008-02-071-1/+6
* - rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak2008-01-091-1/+1
* - Enabled URL keyword expansion for enhanced version bodylove2007-12-101-1/+1
* Changed openocd version info creation to be more useful.bodylove2007-12-101-1/+2
* Patch by Michael Schwingen thatdrath2007-09-051-1/+1
* - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath2007-08-251-2/+3
* - correctly initialize start address for XScale trace buffer decodes in fill-...drath2007-08-211-1/+1
* - renamed "xscale dump_trace_buffer" to "xscale dump_trace" and added code fo...drath2007-08-171-1/+1
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-161-1/+1
* - corrected automake scriptdrath2007-08-141-1/+1
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-1/+1
* - bumped version informationdrath2007-08-101-1/+1
* - cleaned up cycle counting in ETM analysisdrath2007-07-311-1/+1
* - add missing configure.in change from last checkindrath2007-07-311-1/+1
* - documentation fixes (thanks to Uwe Hermann)drath2007-07-261-1/+1
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-1/+1
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-1/+9
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-281-1/+1
* - added support for pseudo image type "mem", currently only used for etm anal...drath2007-06-151-1/+1