]> git.sur5r.net Git - openocd/history - src/openocd.c
Change version labels to work better with GIT
[openocd] / src / openocd.c
2009-10-07 dbrownellChange version labels to work better with GIT
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-30 zwelchMake bug reporting output at program start-ups use...
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-05-30 zwelchEncapsulate the global "jtag" jtag_interface pointer:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-10 zwelchReverse revision 1691: all of its functionality has...
2009-05-10 zwelchRevive tclapi.c from r1650:
2009-05-03 oharboefix embedded builds
2009-05-02 oharboeDick Hollenbeck <dick@softplc.com> moved stuff into...
2009-05-01 zwelchAdd static keywords to main application helper functions.
2009-05-01 zwelchDick Hollenbeck <dick@softplc.com>: move OPENOCD_VERSIO...
2009-01-20 kc8apfFixes for handling release versions
2009-01-19 ntfreak- remove unused includes, fixes build issues under...
2009-01-19 kc8apfSVF player courtesy of Simon Qian <simonqian@SimonQian...
2009-01-09 oharboemoved ioutil init to the right spot: before config...
2008-12-17 oharboecheck syntax for init/version
2008-12-16 oharboework in progress to hook up libmicrohttpd + tcl integration
2008-12-15 oharboesync up to tap_xxx rename + add with-ioutil for standal...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-10-16 oharboeunsik Kim <donari75@gmail.com> - mflash support
2008-10-15 ntfreak- fix tcl_port typo in docs
2008-10-08 oharboeRichard Missenden exit now works during startup script
2008-10-07 oharboereduce patch problems by moving $xxx expansion into...
2008-09-24 ntfreak- renamed x7926 driver to aduc702x to match other flash...
2008-09-21 oharboeput instructions on how to report bugs onto the users...
2008-08-06 ntfreak- fix target_examine declaration
2008-08-05 oharboeGDB monitor commands now also get halted state upon...
2008-07-24 oharboeBetter handling of OpenOCD command invocation result...
2008-07-19 oharboedaemon_startup is now retired in favour of adding ...
2008-07-18 oharboeCharles Hardin <ckhardin@gmail.com> move tcl stuff...
2008-07-17 oharboeCharles Hardin ckhardin at gmail.com Instead of stash...
2008-07-17 oharboeCollect output from openocd commands into openocd_outpu...
2008-07-17 oharboeCharles Hardin ckhardin at gmail.com
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> and Øyvind Harboe
2008-07-16 oharboeFixes to \ and / handling for OpenOCD
2008-07-16 oharboedo not print jim tcl error message trace for ERROR_COMM...
2008-07-16 oharboebetter error messages for target event scripts.
2008-07-14 oharboeCharles Hardin <ckhardin@gmail.com>
2008-07-13 ntfreak- remove unused objcopy from configure.in
2008-07-13 oharboeCharles Hardin <ckhardin@gmail.com> - hopefully final...
2008-07-13 oharboeDuane Ellis <openocd@duaneellis.com> fix to tcl puts
2008-07-12 ntfreak- remove requirement for file2c.tcl
2008-07-11 oharboework in progress to improve help
2008-07-11 oharboe- retired variable stuff.
2008-07-11 oharboestartup.tcl (former commands.tcl) is now embedded into...
2008-07-10 oharboeCharles Hardin <ckhardin@gmail.com>
2008-07-10 oharboe- added search paths before running tcl/commands.tcl.
2008-07-10 oharboeSEGFAULT fix for syntax error.
2008-07-09 oharboeimprove error messages a little bit.
2008-07-09 oharboe"flash banks" is now implemented in Tcl on top of ...
2008-07-08 oharboetcl regression fixes.
2008-07-08 ntfreak- apply correct formatting to openocd.c
2008-07-07 oharboemore tcl cleanup.
2008-07-07 oharboeadded pre/postlude fn's for when OpenOCD is sleeping.
2008-07-06 ntfreak- fixed build issues with win32
2008-07-06 oharboemoving Tcl stuff around slightly.
2008-07-06 oharboefix a few compilation problems.
2008-07-06 oharboeCharles Hardin <ckhardin@gmail.com> - Tcl Server
2008-07-06 oharboesrc/helper/configuration.h
2008-07-04 oharboeadded echo command in tcl. Issues a LOG_USER() for...
2008-07-04 oharboetcl config script example
2008-07-04 oharboeJim Tcl support added
2008-06-27 oharboehooks to enable experimentation with scripting language...
2008-05-07 oharboeEdgar Grimberg plugged a leak found w/Valgrind.
2008-04-13 oharboeallows launching OpenOCD w/telnet+gdb server w/the
2008-04-11 oharboeadded target->type->examine(). Eventually this will...
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-06 oharboeavoid patch trouble by isolating troublesome line...
2008-03-26 oharboehooks for multithreading. Disable nagle
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-01 mifi- removed warnings "xxxxx" might be used uninitialized...
2008-02-29 oharboePavel Chromy: add missing newlines.
2008-02-29 oharboelingering patch from Pavel Chromy.
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy
2008-02-23 mifi- added a test document as a starting point
2008-02-22 mifi- cosmetic changes to print out version without line...
2008-02-07 ntfreak- added synchronous reset patch, Thanks Øyvind Harboe
2008-01-09 ntfreak- rename flash_init and flash_erase to flash_init_drive...
2007-12-10 bodylove- Enabled URL keyword expansion for enhanced version
2007-12-10 bodyloveChanged openocd version info creation to be more useful.
2007-09-05 drathPatch by Michael Schwingen that
2007-08-25 drath- added support for setting JTAG frequency on ASIX...
2007-08-21 drath- correctly initialize start address for XScale trace...
2007-08-17 drath- renamed "xscale dump_trace_buffer" to "xscale dump_tr...
2007-08-16 drath- update jtag_speed setting when changing it during...
2007-08-14 drath- corrected automake script
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-10 drath- bumped version information
2007-07-31 drath- cleaned up cycle counting in ETM analysis
2007-07-31 drath- add missing configure.in change from last checkin
2007-07-26 drath- documentation fixes (thanks to Uwe Hermann)
2007-07-25 drath- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...
next