]> git.sur5r.net Git - openocd/shortlog
openocd
2009-07-14 zwelchRemove '-in-development' version tag: 0.2.0-in-developm... v0.2.0
2009-07-14 zwelchImprove the release script before 0.2.0:
2009-07-14 zwelchSplit Windows README instructions into new file, with...
2009-07-14 zwelchMake the parport-ppdev option enabled by default. ...
2009-07-13 ntfreakGary Carlson <gcarlson@carlson-minot.com>
2009-07-12 oharboeXiaofan Chen <xiaofanc@gmail.com> document my experiment
2009-07-12 oharboeXiaofan Chen <xiaofanc@gmail.com> retire obsolete patch...
2009-07-12 oharboeMagnus Lundin Thc cortex_m3_poll function does not...
2009-07-12 oharboePeter Denison <openwrt@marshadder.org> workaround for...
2009-07-12 oharboeDavid Brownell <david-b@pacbell.net> Mention how parall...
2009-07-11 duaneSimple warning fix
2009-07-10 oharboewrote up workaround for xscale/debug_handler.bin bug
2009-07-10 oharboenoted XScale (or USBProg) problem
2009-07-10 oharboeDavid Brownell <david-b@pacbell.net> split EK board...
2009-07-08 zwelchAdd style rule to avoid combining assignment and logica...
2009-07-08 zwelchAdd section to provide some documentation for cross...
2009-07-08 zwelchAdd microscopic style guide at the end of the PATCH...
2009-07-08 zwelchAdd comments to top-level files to "excuse" their Doxyg...
2009-07-08 oharboeFix SEGFAULTs and broken error handling for flash progr...
2009-07-08 oharboefix formatting of xscale bug entry(learning every day)
2009-07-08 oharboeXscale installation regression entered
2009-07-08 oharboetypo in comment
2009-07-08 oharboesome TODO notes on aduc702x which clearly needs more...
2009-07-08 oharboei.MX27 reset problems fixed & update remaining reset...
2009-07-08 oharboesharpen reset_config for imx27 - use both trst & srst...
2009-07-07 oharboesrst pulls trst according to Freescale docs for i.mx27
2009-07-07 oharboeZach Welch: move bugs into the right section
2009-07-07 oharboeUse reference to mailing list for known arm926ejs bugs...
2009-07-07 oharboefixed a small typo in howto create doxygen docs
2009-07-07 oharboefix return value for "reset" and "runtest" command...
2009-07-07 oharboedelete long retired commented out code (daemon_startup)
2009-07-07 oharboemore arm926ejs bugs
2009-07-07 oharboeadded known arm926ejs regressions
2009-07-06 oharboeDavid Brownell <david-b@pacbell.net> Update docs to...
2009-07-06 ntfreak- change sleep to usleep - fixes issue under win32...
2009-07-06 ntfreak- fix build when using a cross compiler - do not try...
2009-07-06 oharboemore debug output for translation of arm mode number...
2009-07-06 oharboea bit more debug output for translation of invalid...
2009-07-06 oharboeFix certain arm926ejs targets(e.g. i.MX27) which report...
2009-07-06 oharboeFix regression in "step" command introduced in 2190
2009-07-06 oharboerevert svn 1679 - fixes cp15 read/write timeout. Single...
2009-07-06 zwelchUpdate Release Script documentation to reflect current...
2009-07-06 zwelchThe late birth of the NEWS file also caused me to revis...
2009-07-06 zwelchAdd NEWS file for the 0.2.0 release.
2009-07-06 zwelchAdd script to automate most of the release process.
2009-07-06 zwelchFerdinand Postema <ferdinand@postema.eu>:
2009-07-06 zwelchGary Carlson <gcarlson@carlson-minot.com>:
2009-07-06 oharboe10ms timeout check on cp15 read/write
2009-07-06 oharboesimplify debug_reason check
2009-07-06 zwelchFix maintainer-clean target in doc directory.
2009-07-06 oharboebitrot: fix numerous syntax errors
2009-07-06 oharboeadded known problem w/line number's being off in syntax...
2009-07-06 oharboetry to use tabs instead of spaces
2009-07-06 oharboehuman readable error message upon invalid arguments
2009-07-06 oharboezy1000 now listens for port 1234. Upon accepting connec...
2009-07-04 zwelchMajor update to release process documentation:
2009-07-03 oharboemore files to svn:ignore
2009-07-02 oharboeXiaofan Chen <xiaofanc@gmail.com> With this patch,...
2009-07-02 zwelchAdd AUTHORS.ChangeLog file suitable to be passed to...
2009-07-02 zwelchAdd AUTHORS for 0.2.0 release.
2009-07-02 zwelchRemove --enable-release option; if guess-rev.sh is...
2009-07-02 zwelchRemove vim editor commands from TCL files.
2009-07-02 zwelchFix FTD2XX build for CygWin.
2009-07-02 zwelchCommit first draft of release process documentation.
2009-07-02 oharboeadd svn:ignore to INSTALL file (it's generated)
2009-07-02 oharboezy1000 1.53 snapshot
2009-07-02 oharboeDavid Brownell <david-b@pacbell.net> Fix two texinfo...
2009-07-02 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-02 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-02 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-01 zwelchMinor fixes to Developer Manual pages.
2009-07-01 zwelchAdd missing copyright header to target_type.h.
2009-07-01 zwelchAdd missing copyright header and fix @page direction...
2009-07-01 zwelchUpdate TODO list to relect 0.2.0 release.
2009-07-01 zwelchAdd comments to README about compiler and library depen...
2009-07-01 ntfreak- add stm32 connectivity line tapid to stm32.cfg
2009-07-01 ntfreak- correct stm32 connectivity line programming as per...
2009-06-30 zwelchRemove at91sam3.h from flash.c; use extern like other...
2009-06-30 zwelchExtend 'make dist' to produce both .tar.bz2 and .zip...
2009-06-30 zwelchProvide some useful information in README file, rather...
2009-06-30 zwelchSwitch automake handling to use --gnu mode, not --foreign.
2009-06-30 ntfreak- remove cygwin build warnings in at91sam3.c
2009-06-30 zwelchAdd svn:eol-style native property to TCL files that...
2009-06-30 zwelchRemove executable bits from at91sam3 configuration...
2009-06-30 oharboefreddie_chopin@op.pl fix handling of workarea
2009-06-30 zwelchAdd svn:eol-style properties missed in last commit.
2009-06-30 zwelchMarcel Jost <marcel.jost@bfh.ch>:
2009-06-30 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-30 zwelchImprove BUGS file wording and layout.
2009-06-30 zwelchFix doxygen 'undocumented parameter' warnings in membuf.h.
2009-06-30 zwelchFix search and replace casualty in flash.h doxygen...
2009-06-30 zwelchFix doxygen warning in jtag.h caused by a changed param...
2009-06-30 zwelchFix doxygen warnings in new at91sam3 source file; norma...
2009-06-30 zwelchFix @file documentation blocks in new interfaces source...
2009-06-30 zwelchMake bug reporting output at program start-ups use...
2009-06-30 zwelchFix logger.pl script to avoid spurious empty line in...
2009-06-29 oharboeKevin Bortis <stm32@bortis.ch> fix worksize
2009-06-29 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-29 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-29 zwelchDavid Brownell <david-b@pacbell.net>:
next