From 984b1a3b57b1cf048aa35653606368fcd7f4a132 Mon Sep 17 00:00:00 2001 From: Daniel Beer Date: Thu, 23 Sep 2010 13:40:53 +1200 Subject: [PATCH] Modified AUTHORS entry to record flash-bsl changes. --- AUTHORS | 3 +++ main.c | 2 +- mspdebug.man | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 83ecb9f..a24624a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -35,3 +35,6 @@ Stephen Kench Sören Höckner : * Testing and debugging of flash memory word-alignment bug. + +Andrew Armenia : + * flash-bsl driver. diff --git a/main.c b/main.c index 4adafc4..82f3592 100644 --- a/main.c +++ b/main.c @@ -128,7 +128,7 @@ struct cmdline_args { int no_reset; int no_rc; int vcc_mv; - int long_password; + int long_password; }; struct driver { diff --git a/mspdebug.man b/mspdebug.man index 3756a13..a947610 100644 --- a/mspdebug.man +++ b/mspdebug.man @@ -114,7 +114,7 @@ this would allow firmware updates to FET430UIF devices. USB connection is not supported for this driver. .IP "\fBflash-bsl\fR" Connect to the built-in bootloader in MSP430 devices with flash bootloader -memory. (Devices with ROM bootloaders require another driver.) Currently, +memory. Devices with ROM bootloaders require another driver. Currently, this driver must mass-erase the device in order to gain access. Read, write, and erase operations are supported.