]> git.sur5r.net Git - openocd/blobdiff - src/server/httpd/readme.txt
Stop debug session if halt fails
[openocd] / src / server / httpd / readme.txt
index 91ed625c1345d79bf2e211b5fcea5e0177af84b9..bade32cbac307f26ec83f1d1dc216dfc1c0fbe32 100644 (file)
@@ -1,24 +1,24 @@
-work in progress... stay tuned....\r
-\r
-\r
-1. To build .tcl pages. This will convert menu.xml and menu.xsl into\r
-lots of .html pages w/embedded tcl, which are then inverted into\r
-tcl with embedded html.\r
-\r
-sh build.sh\r
-\r
-xalan.jar can be gotten from apache.org. \r
-\r
-\r
-2. libmicrohttpd is a bit tricky to build under Cygwin:\r
-\r
-https://gnunet.org/mantis/view.php?id=1440\r
-\r
-3. To test:\r
-\r
-../openocd/configure --enable-httpd --enable-dummy  --enable-ioutil\r
-make\r
-make install\r
-openocd -c "interface dummy" -f target/at91eb40a.cfg\r
-\r
-4. Point browser to: http://localhost:8888\r
+work in progress... stay tuned....
+
+
+1. To build .tcl pages. This will convert menu.xml and menu.xsl into
+lots of .html pages w/embedded tcl, which are then inverted into
+tcl with embedded html.
+
+sh build.sh
+
+xalan.jar can be gotten from apache.org. 
+
+
+2. libmicrohttpd is a bit tricky to build under Cygwin:
+
+https://gnunet.org/mantis/view.php?id=1440
+
+3. To test:
+
+../openocd/configure --enable-httpd --enable-dummy  --enable-ioutil
+make
+make install
+openocd  -f httpd/httpd.tcl -c "interface dummy" -f target/at91eb40a.cfg
+
+4. Point browser to: http://localhost:8888