This series provides a number of minor fixes that need to be done to improve the quality of the pending 0.2.0 package release.
1/11 Improve BUGS file working and layout. 2/11 Make bug reporting output at program start-ups use fewer new lines: 3/11 Fix logger.pl script to avoid spurious empty line in some cases. 4/11 Provide some useful information in README file, rather than punting. 5/11 Add installation instructions provided by FSF, rather than punting. 6/11 Improve standard INSTALL document with OpenOCD-specific introduction: 7/11 Fix doxygen 'undocumented parameter' warnings in membuf.h. 8/11 Fix @file documentation blocks in new interfaces source files. 9/11 Fix doxygen warnings in new at91sam3 source file; normalize style. 10/11 Fix doxygen warning in jtag.h caused by a changed parameter name. 11/11 Fix search and replace casualty in flash.h doxygen block. --- Summary of Patches 1-11: BUGS | 42 ++++-- INSTALL | 306 +++++++++++++++++++++++++++++++++++++++++++++++++- README | 24 +++ src/flash/at91sam3.c | 83 ++++++------- src/flash/flash.h | 2 src/helper/membuf.h | 3 src/jtag/interfaces.c | 10 - src/jtag/interfaces.h | 4 src/jtag/jtag.h | 2 src/openocd.c | 5 tools/logger.pl | 2 11 files changed, 406 insertions(+), 77 deletions(-) _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
