summaryrefslogtreecommitdiff
path: root/src/target/target/readme.txt
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-09 07:31:24 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-09 07:31:24 +0000
commit23939e4fc3400aa6f781ac364d9fd8c2cf66449a (patch)
tree42d9f512cb70205d17719d87d1a1128867e2b238 /src/target/target/readme.txt
parent2585fc34200938fb3fa55a450ea37f68012aafa7 (diff)
downloadopenocd+libswd-23939e4fc3400aa6f781ac364d9fd8c2cf66449a.tar.gz
openocd+libswd-23939e4fc3400aa6f781ac364d9fd8c2cf66449a.tar.bz2
openocd+libswd-23939e4fc3400aa6f781ac364d9fd8c2cf66449a.tar.xz
openocd+libswd-23939e4fc3400aa6f781ac364d9fd8c2cf66449a.zip
- add missing svn props
git-svn-id: svn://svn.berlios.de/openocd/trunk@554 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/target/readme.txt')
-rw-r--r--src/target/target/readme.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/target/target/readme.txt b/src/target/target/readme.txt
index b8bf5dcf..19a7d3a2 100644
--- a/src/target/target/readme.txt
+++ b/src/target/target/readme.txt
@@ -1,18 +1,18 @@
-Prerequisites:
-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:
-
-1. The configuration script should be defined such as , for example, the following sequences are working:
- reset
- flash info <bank>
-and
- reset
- flash erase_address <start> <len>
-
-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
-assumed that all write-protect mechanisms should be disabled.
+Prerequisites:
+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:
+
+1. The configuration script should be defined such as , for example, the following sequences are working:
+ reset
+ flash info <bank>
+and
+ reset
+ flash erase_address <start> <len>
+
+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
+assumed that all write-protect mechanisms should be disabled.