diff options
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 |
commit | fdae51287cf55a039f3401ed92151dbf518e4e7f (patch) | |
tree | 9a3bd5c3701da090b444b70770c941bdcce47058 /doc/manual | |
parent | 015bf559444edd9e7c524e951aad183fdaab9156 (diff) | |
download | riscv-openocd-fdae51287cf55a039f3401ed92151dbf518e4e7f.zip riscv-openocd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.gz riscv-openocd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.bz2 |
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/manual')
-rw-r--r-- | doc/manual/server.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/manual/server.txt b/doc/manual/server.txt index f75f1d1..f6a0670 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/ - - - - */ |