From b50b7a84bdf0c65bd60e26ece602301c10608086 Mon Sep 17 00:00:00 2001 From: Daniel Beer Date: Tue, 5 Apr 2011 08:22:54 +1200 Subject: [PATCH] Version 0.15 --- ChangeLog | 11 +++++++++++ main.c | 2 +- mspdebug.man | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c5c4c04..52e4057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Version 0.15 - 5 Apr 2011 + * Support for new chips: MSP430G2452, MSP430F5525, + MSP430F47173, MSP430F5526. + * Added --force-reset option. + * Added "alias" command. + * IO peripheral simulator (interrupts, hardware multiplier, + GPIO, Timer_A, Watchdog Timer+). + * Configurable block size for FET memory transfers. + * Fix build problems on Cygwin and OpenBSD. + * Various corrections to manual page. + Version 0.14 - 7 Feb 2011 * Corrected email address in AUTHORS file. * Support for new chips: MSP430F2272, MSP430F2122. diff --git a/main.c b/main.c index b2953b7..22c7ecd 100644 --- a/main.c +++ b/main.c @@ -68,7 +68,7 @@ static const struct device_class *const driver_table[] = { }; static const char *version_text = -"MSPDebug version 0.14 - debugging tool for MSP430 MCUs\n" +"MSPDebug version 0.15 - 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 " diff --git a/mspdebug.man b/mspdebug.man index 4581527..de22dc3 100644 --- a/mspdebug.man +++ b/mspdebug.man @@ -1,4 +1,4 @@ -.TH mspdebug 1 "7 Feb 2011" "Version 0.14" +.TH mspdebug 1 "5 Apr 2011" "Version 0.15" .SH NAME MSPDebug - debugging tool for MSP430 MCUs .SH SYNOPSIS