Add comments and tiny improvements to STM32 flash loader algorithm
[openocd/openocdswd.git] / src / server / httpd / readme.txt
blob7bc80e66b2bf8a97fd8b1d0f3546381c9320933a
1 work in progress... stay tuned....
4 1. To build .tcl pages. This will convert menu.xml and menu.xsl into
5 lots of .html pages w/embedded tcl, which are then inverted into
6 tcl with embedded html.
8 sh build.sh
10 xalan.jar can be gotten from apache.org.
13 2. libmicrohttpd is a bit tricky to build under Cygwin:
15 https://gnunet.org/mantis/view.php?id=1440
17 3. To test:
19 ../openocd/configure --enable-httpd --enable-dummy  --enable-ioutil
20 make
21 make install
22 openocd  -f httpd/httpd.tcl -c "interface dummy" -f target/at91eb40a.cfg
24 4. Point browser to: http://localhost:8888