summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* - remove build warningsntfreak2008-02-254-7/+3
* - convert all files to unix line-endingdrath2008-02-256-1254/+1254
* Pavel Chromyoharboe2008-02-254-740/+790
* - Fix target library path problem w/Windowsoharboe2008-02-251-0/+21
* dos2unix fix.oharboe2008-02-251-243/+243
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-252-6/+9
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-243/+243
* move options handling to separate file to better support embedded implementat...oharboe2008-02-243-91/+124
* - added -c option that will execute an openocd commandoharboe2008-02-242-207/+208
* debug_level 3 now prints seconds since start of openocdoharboe2008-02-241-1/+4
* cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe2008-02-241-198/+198
* - added time commandoharboe2008-02-232-2/+34
* - added patch to remove count and time information from log_printfmifi2008-02-221-1/+11
* - fix bug when using full paths to config files. Thanks Ted Rothntfreak2008-02-201-3/+5
* - added patch which fixed big/small endian problems on non-x86 host CPUs.mifi2008-02-191-45/+32
* - add search paths via new arg -s (-search). Thanks Ted Rothntfreak2008-02-194-16/+85
* - Fixed bug in pathmove for XScalentfreak2008-02-192-1/+10
* - arg list now correctly released on error. Thanks Øyvind Harboentfreak2008-02-181-0/+1
* - fix broken JTAG error handlingntfreak2008-02-181-25/+26
* - Added a "User:" debug level. These are messages that are intended for the u...ntfreak2008-02-182-5/+19
* - combine similar functions in telnet_server.cntfreak2008-02-172-3/+2
* - cleanup and remove time() warningntfreak2008-02-162-28/+25
* - added patch to stop DEBUG messages to be forwarded to telnet/gdb.mifi2008-02-141-6/+15
* - added patch to Improving progress/error output for telnet & GDB monitormifi2008-02-133-34/+77
* - added patch "remove error handler as planned"mifi2008-01-204-4/+6
* - added faster gdb packet handling (thanks to oyvind harboe for the patch)ntfreak2008-01-101-4/+4
* - added patch for faster start of OpenOCDmifi2008-01-102-3/+16
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-291-21/+29
* - removed flash write_image - binary compare function has been moved to verif...ntfreak2007-12-201-9/+11
* - this patch allows OpenOCD running under eCos to access files via tftpmifi2007-12-192-38/+18
* - added patch for new flash functionality like:mifi2007-12-182-2/+11
* - only some cosmetic changes, convert \r\n to unixmifi2007-12-171-6/+6
* The changes allows the "script" command to be used from withinmifi2007-12-171-1/+1
* Corrected typo (to many brackets)mifi2007-12-141-2/+2
* Sorry, I have forgotten to add a description for the last version, wheremifi2007-12-141-0/+1
* git-svn-id: svn://svn.berlios.de/openocd/trunk@228 b42882b7-edfa-0310-969c-e2...mifi2007-12-142-2/+68
* - Fixing two compiler warningsmifi2007-12-101-1/+8
* Merged rev 215 changes from /branches/xscale-ixp-be into trunk:bodylove2007-12-051-3/+4
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-012-0/+24
* - update file size when writing to a fileiodrath2007-08-201-2/+8
* - fix build issues when not using autoconf/automake to buildntfreak2007-08-131-1/+3
* - changed mingw host detection to *-mingw instead of *-*-mingw to work with i...drath2007-08-101-0/+1
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-8/+8
* - motorola s19 file loader addedntfreak2007-07-311-1/+6
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-282-14/+16
* - added mingw elf patches from Vincent Palatinntfreak2007-06-162-0/+50
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-0/+42
* - add support for ELF images (thanks to Vincent Palatin for this patch)drath2007-05-311-0/+12
* - split fileio handling into fileio part and image handlingdrath2007-05-292-314/+17
* - further work on ETB decoding (not yet functional)drath2007-05-051-1/+6