summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-11-11 08:15:49 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-11-15 09:18:21 +0100
commitfdae51287cf55a039f3401ed92151dbf518e4e7f (patch)
tree9a3bd5c3701da090b444b70770c941bdcce47058 /doc
parent015bf559444edd9e7c524e951aad183fdaab9156 (diff)
downloadopenocd_libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.gz
openocd_libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.bz2
openocd_libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.xz
openocd_libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.zip
httpd: retire this server
this never panned out and there are enough mistakes in the code that probably nobody used this. Use the tcl server and implement a standalone http app instead works fine. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/server.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/manual/server.txt b/doc/manual/server.txt
index f75f1d1d..f6a06700 100644
--- a/doc/manual/server.txt
+++ b/doc/manual/server.txt
@@ -309,17 +309,3 @@ This section needs to be expanded.
*/
-/** @page serverhttp OpenOCD HTTP Server API
-
-
-Smoketest:
-
-configure --enable-httpd --enable-dummy --enable-ioutil
-
-openocd -s /usr/local/share/openocd -f httpd/httpd.tcl -f interface/dummy.cfg -f target/lpc2148.cfg
-
-Navigate to: http://localhost:8888/
-
-
-
- */