Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 213c892

Browse files
committed
Version 0.20
1 parent b9b2c71 commit 213c892

4 files changed

Lines changed: 44 additions & 16 deletions

File tree

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 0.20 - 14 Aug 2012
2+
* Support for new chips: MSP430F6736, MSP430F2252, MSP430G2403,
3+
MSP430F6435.
4+
* Support for building under Cygwin.
5+
* Support for watchpoints using MSP430.DLL (tilib) driver.
6+
* Support for GoodFET (memory access/programming only).
7+
* Various bug fixes, including many disassembly fixes and an
8+
issue causing FRAM reset-vector corruption.
9+
* Basic C++ demangling support.
10+
* New commands: "fill" and "verify".
11+
* Erase requests are now ignored when using FRAM chips.
12+
113
Version 0.19 - 3 Mar 2012
214
* Support for MSP430-JTAG-ISO on platforms other than Linux, via
315
both serial drivers and raw USB access.

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Features
1212

1313
* Userspace only: no kernel modifications required.
1414
* Works with RF2500, eZ430, FET430UIF (V2 and V3), Launchpad, Chronos,
15-
Olimex MSP430-JTAG-TINY and MSP430-JTAG-ISO programmers. Also
16-
supports the TI flash bootloader.
15+
GoodFET, Olimex MSP430-JTAG-TINY and MSP430-JTAG-ISO programmers.
16+
Also supports the TI flash bootloader.
1717
* Can act as a GDB remote stub (replacement for msp430-gdbproxy)
1818
and/or a GDB client.
1919
* Can single-step, program, run to breakpoint and inspect memory on

mspdebug.man

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
.TH mspdebug 1 "3 Mar 2012" "Version 0.19"
1+
.TH mspdebug 1 "14 Aug 2012" "Version 0.20"
22
.SH NAME
33
MSPDebug - debugging tool for MSP430 MCUs
44
.SH SYNOPSIS
55
\fBmspdebug\fR [options] \fIdriver\fR [\fIcommand\fR ...]
66
.SH DESCRIPTION
77
MSPDebug is a command-line tool designed for debugging and programming
88
the MSP430 family of MCUs. It supports the eZ430-F2013, eZ430-RF2500,
9-
Launchpad, Chronos, FET430UIF, Olimex MSP430-JTAG-TINY and
9+
Launchpad, Chronos, FET430UIF, GoodFET, Olimex MSP430-JTAG-TINY and
1010
MSP430-JTAG-ISO programming tools, as well as a simulation mode.
1111

1212
When started with appropriate options, MSPDebug will attempt to
@@ -501,27 +501,43 @@ byte.
501501
The following chips are supported when using FET-compatible drivers:
502502
.PP
503503
.RS 0
504-
CC430F5133 MSP430F169 MSP430F2370 MSP430F47197 MSP430F5528
504+
CC430F5133 MSP430F2252 MSP430F5342
505505
.RS 0
506-
CC430F5137 MSP430F2012 MSP430F247 MSP430F4784 MSP430F5529
506+
CC430F5137 MSP430F2272 MSP430F5418
507507
.RS 0
508-
CC430F6137 MSP430F2013 MSP430F249 MSP430F5418 MSP430FG4618
508+
CC430F6137 MSP430F2274 MSP430F5437
509509
.RS 0
510-
MSP430AFE253 MSP430F2121 MSP430F2616 MSP430F5437 MSP430FR5739
510+
MSP430AFE253 MSP430F235 MSP430F5437A
511511
.RS 0
512-
MSP430F1121 MSP430F2122 MSP430F2617 MSP430F5437A MSP430G2231
512+
MSP430F1121 MSP430F2370 MSP430F5438
513513
.RS 0
514-
MSP430F1232 MSP430F2131 MSP430F2618 MSP430F5438 MSP430G2252
514+
MSP430F1232 MSP430F2418 MSP430F5438A
515515
.RS 0
516-
MSP430F147 MSP430F2132 MSP430F413 MSP430F5438A MSP430G2452
516+
MSP430F147 MSP430F247 MSP430F5510
517517
.RS 0
518-
MSP430F148 MSP430F2234 MSP430F427 MSP430F5510 MSP430G2553
518+
MSP430F148 MSP430F249 MSP430F5525
519519
.RS 0
520-
MSP430F149 MSP430F2272 MSP430F4270 MSP430F5525
520+
MSP430F149 MSP430F2616 MSP430F5526
521521
.RS 0
522-
MSP430F1611 MSP430F2274 MSP430F449 MSP430F5526
522+
MSP430F1611 MSP430F2617 MSP430F5527
523523
.RS 0
524-
MSP430F1612 MSP430F235 MSP430F47173 MSP430F5527
524+
MSP430F1612 MSP430F2618 MSP430F5528
525+
.RS 0
526+
MSP430F169 MSP430F413 MSP430F5529
527+
.RS 0
528+
MSP430F2012/G2231 MSP430F427 MSP430F6435
529+
.RS 0
530+
MSP430F2013 MSP430F4270 MSP430F6736
531+
.RS 0
532+
MSP430F2121 MSP430F449 MSP430FG4618
533+
.RS 0
534+
MSP430F2122 MSP430F47173 MSP430FR5739
535+
.RS 0
536+
MSP430F2131 MSP430F47197 MSP430G2252
537+
.RS 0
538+
MSP430F2132 MSP430F4784 MSP430G2452
539+
.RS 0
540+
MSP430F2234 MSP430F5329 MSP430G2553/G2403
525541
.SH BINARY FORMATS
526542
The following binary/symbol formats are supported by MSPDebug:
527543

ui/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static const struct device_class *const driver_table[] = {
7474
};
7575

7676
static const char *version_text =
77-
"MSPDebug version 0.19 - debugging tool for MSP430 MCUs\n"
77+
"MSPDebug version 0.20 - debugging tool for MSP430 MCUs\n"
7878
"Copyright (C) 2009-2012 Daniel Beer <[email protected]>\n"
7979
"This is free software; see the source for copying conditions. There is NO\n"
8080
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR "

0 commit comments

Comments
 (0)