Modified AUTHORS entry to record flash-bsl changes.
This commit is contained in:
parent
367b945263
commit
984b1a3b57
3
AUTHORS
3
AUTHORS
|
@ -35,3 +35,6 @@ Stephen Kench <stephen@pmssystems.com>
|
||||||
|
|
||||||
Sören Höckner <soeren.hoeckner@gmx.de>:
|
Sören Höckner <soeren.hoeckner@gmx.de>:
|
||||||
* Testing and debugging of flash memory word-alignment bug.
|
* Testing and debugging of flash memory word-alignment bug.
|
||||||
|
|
||||||
|
Andrew Armenia <andrew@asquaredlabs.com>:
|
||||||
|
* flash-bsl driver.
|
||||||
|
|
2
main.c
2
main.c
|
@ -128,7 +128,7 @@ struct cmdline_args {
|
||||||
int no_reset;
|
int no_reset;
|
||||||
int no_rc;
|
int no_rc;
|
||||||
int vcc_mv;
|
int vcc_mv;
|
||||||
int long_password;
|
int long_password;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct driver {
|
struct driver {
|
||||||
|
|
|
@ -114,7 +114,7 @@ this would allow firmware updates to FET430UIF devices.
|
||||||
USB connection is not supported for this driver.
|
USB connection is not supported for this driver.
|
||||||
.IP "\fBflash-bsl\fR"
|
.IP "\fBflash-bsl\fR"
|
||||||
Connect to the built-in bootloader in MSP430 devices with flash bootloader
|
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,
|
this driver must mass-erase the device in order to gain access. Read,
|
||||||
write, and erase operations are supported.
|
write, and erase operations are supported.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue