summaryrefslogtreecommitdiff
path: root/tcl/target/readme.txt
diff options
context:
space:
mode:
authordbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-21 18:48:22 +0000
committerdbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-21 18:48:22 +0000
commit71af49ca7fb11b0bd0c1ba9578826f49288b68ef (patch)
tree9ba8dd705f83aa44879bc7b5817ce40317f1fc28 /tcl/target/readme.txt
parent86a7d813a165fda2816b8152342219b6c4ae2fc4 (diff)
downloadopenocd+libswd-71af49ca7fb11b0bd0c1ba9578826f49288b68ef.tar.gz
openocd+libswd-71af49ca7fb11b0bd0c1ba9578826f49288b68ef.tar.bz2
openocd+libswd-71af49ca7fb11b0bd0c1ba9578826f49288b68ef.tar.xz
openocd+libswd-71af49ca7fb11b0bd0c1ba9578826f49288b68ef.zip
Remove annoying end-of-line whitespace from tcl/* files
git-svn-id: svn://svn.berlios.de/openocd/trunk@2743 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl/target/readme.txt')
-rw-r--r--tcl/target/readme.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/tcl/target/readme.txt b/tcl/target/readme.txt
index ca23c64b..39f8d124 100644
--- a/tcl/target/readme.txt
+++ b/tcl/target/readme.txt
@@ -1,5 +1,5 @@
Prerequisites:
-The users of OpenOCD as well as computer programs interacting with OpenOCD are expecting that certain commands
+The users of OpenOCD as well as computer programs interacting with OpenOCD are expecting that certain commands
do the same thing across all the targets.
Rules to follow when writing scripts:
@@ -8,20 +8,20 @@ Rules to follow when writing scripts:
reset
flash info <bank>
and
- reset
+ reset
flash erase_address <start> <len>
and
reset init
load
-
-In most cases this can be accomplished by specifying the default startup mode as reset_init (target command
+
+In most cases this can be accomplished by specifying the default startup mode as reset_init (target command
in the configuration file).
-
-2. If the target is correctly configured, flash must be writable without any other helper commands. It is
+
+2. If the target is correctly configured, flash must be writable without any other helper commands. It is
assumed that all write-protect mechanisms should be disabled.
3. The configuration scripts should be defined such as the binary that was written to flash verifies
-(turn off remapping, checksums, etc...)
+(turn off remapping, checksums, etc...)
flash write_image [file] <parameters>
verify_image [file] <parameters>