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.