summaryrefslogtreecommitdiff
path: root/src/server/httpd/targets.tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-22 15:24:35 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-22 15:24:35 +0000
commit6e1184dcffaf807476ab312404c1bc0a32c38c36 (patch)
tree93b7f55be4225c27fca5373e0d703fa33b27e639 /src/server/httpd/targets.tcl
parente7485b930a62af8f420cbd82ec7d9ab53173b3c8 (diff)
downloadopenocd+libswd-6e1184dcffaf807476ab312404c1bc0a32c38c36.tar.gz
openocd+libswd-6e1184dcffaf807476ab312404c1bc0a32c38c36.tar.bz2
openocd+libswd-6e1184dcffaf807476ab312404c1bc0a32c38c36.tar.xz
openocd+libswd-6e1184dcffaf807476ab312404c1bc0a32c38c36.zip
httpd wip
git-svn-id: svn://svn.berlios.de/openocd/trunk@1271 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/server/httpd/targets.tcl')
-rw-r--r--src/server/httpd/targets.tcl10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/server/httpd/targets.tcl b/src/server/httpd/targets.tcl
index 3df16367..f56746f8 100644
--- a/src/server/httpd/targets.tcl
+++ b/src/server/httpd/targets.tcl
@@ -105,13 +105,13 @@ append buffer {
<td style="background-color:#ffffff;padding-left:30px;padding-right:30px;width=535px;height:100%;" colspan="6">
A target needs an openocd.cfg file. This config file sets up
- the CPU, flash and reset init script. Either ZY1000 ships with an
+ the CPU, flash and reset init script. Either OpenOCD ships with an
openocd.cfg file for your target or you need to take an existing
config file and modify it for your needs.
<p>
The reset init script is crucial. It will set up e.g. MMU, chip
select registers, etc. after a reset. The init.cfg (reset init script)
- is embedded into the openocd.cfg file in the sampls Zylin provides.
+ is embedded into the openocd.cfg file in the sampls OpenOCD provides.
<p>
Writing an openocd.cfg from scratch is a non-trivial exercise, but
fortunally it only has to be done once for a target and afterwards it
@@ -260,8 +260,6 @@ append buffer {
-
-
@@ -392,13 +390,13 @@ append buffer {
<td style="background-color:#ffffff;padding-left:30px;padding-right:30px;width=535px;height:100%;" colspan="6">
A target needs an openocd.cfg file. This config file sets up
- the CPU, flash and reset init script. Either ZY1000 ships with an
+ the CPU, flash and reset init script. Either OpenOCD ships with an
openocd.cfg file for your target or you need to take an existing
config file and modify it for your needs.
<p>
The reset init script is crucial. It will set up e.g. MMU, chip
select registers, etc. after a reset. The init.cfg (reset init script)
- is embedded into the openocd.cfg file in the sampls Zylin provides.
+ is embedded into the openocd.cfg file in the sampls OpenOCD provides.
<p>
Writing an openocd.cfg from scratch is a non-trivial exercise, but
fortunally it only has to be done once for a target and afterwards it