Add documentation for "fill" command.

This commit is contained in:
Daniel Beer 2012-08-14 16:48:38 +12:00
parent 29dfb4da84
commit b9b2c7135f
1 changed files with 5 additions and 0 deletions

View File

@ -232,6 +232,11 @@ Specify "segment" and a memory address to erase an individual flash
segment.
.IP "\fBexit\fR"
Exit from MSPDebug.
.IP "\fBfill\fR \fIaddress\fR \fIlength\fR \fIb0\fR [\fIb1\fR \fIb2\fR ...]
Fill the memory region of size \fIlength\fR starting at \fIaddress\fR with
the pattern of bytes given (specified in hexadecimal). The pattern will be
repeated without padding as many times as necessary without exceeding the
bounds of the specified region.
.IP "\fBgdb\fR [\fIport\fR]"
Start a GDB remote stub, optionally specifying a TCP port to listen on.
If no port is given, the default port is 2000.