From f23c230e9a16390e7b2aab6ae6cf2534afa3a10a Mon Sep 17 00:00:00 2001 From: Daniel Beer Date: Mon, 7 Feb 2011 11:55:24 +1300 Subject: [PATCH] Version 0.14 --- AUTHORS | 2 +- ChangeLog | 8 ++++++++ main.c | 4 ++-- mspdebug.man | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8295eec..4e264d6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -MSPDebug is mostly written by Daniel Beer . Other +MSPDebug is mostly written by Daniel Beer . Other people who have made significant contributions are listed here. Doug Forman : diff --git a/ChangeLog b/ChangeLog index 3dce62a..c5c4c04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Version 0.14 - 7 Feb 2011 + * Corrected email address in AUTHORS file. + * Support for new chips: MSP430F2272, MSP430F2122. + * Support for different erase types with flash_bsl driver. + * Fixed build problems on OS/X and OpenBSD. + * Bug fix: incorrect simulation of SUB/SUBC/CMP opcodes. + * Bug fix: faulty response to gdb "read registers" command. + Version 0.13 - 9 Nov 2010 * Bug fix: incorrect handling of Intel HEX segment offsets. * Support for new chips: MSP430F1121, MSP430F2131, MSP430F2617, diff --git a/main.c b/main.c index 486a4c7..5dc3ca2 100644 --- a/main.c +++ b/main.c @@ -283,8 +283,8 @@ static const struct driver driver_table[] = { }; static const char *version_text = -"MSPDebug version 0.13 - debugging tool for MSP430 MCUs\n" -"Copyright (C) 2009, 2010 Daniel Beer \n" +"MSPDebug version 0.14 - debugging tool for MSP430 MCUs\n" +"Copyright (C) 2009-2011 Daniel Beer \n" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR " "PURPOSE.\n"; diff --git a/mspdebug.man b/mspdebug.man index 84081e8..e0d509a 100644 --- a/mspdebug.man +++ b/mspdebug.man @@ -1,4 +1,4 @@ -.TH mspdebug 1 "9 Nov 2010" "Version 0.13" +.TH mspdebug 1 "7 Feb 2011" "Version 0.14" .SH NAME MSPDebug - debugging tool for MSP430 MCUs .SH SYNOPSIS @@ -444,7 +444,7 @@ defaults to false, but can be set true on start-up using the \fB-q\fR command-line option. .SH BUGS If you find any bugs, you should report them to the author at -daniel@tortek.co.nz. It would help if you could include a transcript +dlbeer@gmail.com. It would help if you could include a transcript of an MSPDebug session illustrating the program, as well as any relevant binaries or other files. Below, known bugs in the current version of MSPDebug are described. @@ -453,7 +453,7 @@ When using the GDB remote stub in simulation and an IO read request occurs, any request to interrupt from GDB will not be acknowledged until the IO request is either completed or aborted. .SH COPYRIGHT -Copyright (C) 2009, 2010 Daniel Beer +Copyright (C) 2009-2011 Daniel Beer MSPDebug is free software, distributed under the terms of the GNU General Public license (version 2 or later). See the file COPYING