Version 0.15
This commit is contained in:
parent
836a0925ee
commit
b50b7a84bd
11
ChangeLog
11
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.
|
||||
|
|
2
main.c
2
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 <dlbeer@gmail.com>\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 "
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue