httpd wip
git-svn-id: svn://svn.berlios.de/openocd/trunk@1269 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
|
@ -296,7 +296,7 @@ int handle_request(struct MHD_Connection * connection, const char * url)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
printf("Tcl OK\n");
|
LOG_DEBUG("Tcl OK");
|
||||||
/* FIX!!! how to handle mime types??? */
|
/* FIX!!! how to handle mime types??? */
|
||||||
const char *result;
|
const char *result;
|
||||||
int reslen;
|
int reslen;
|
||||||
|
|
After Width: | Height: | Size: 309 B |
After Width: | Height: | Size: 307 B |
After Width: | Height: | Size: 364 B |
After Width: | Height: | Size: 310 B |
After Width: | Height: | Size: 349 B |
After Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 454 B |
After Width: | Height: | Size: 960 B |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 351 B |
After Width: | Height: | Size: 281 B |
After Width: | Height: | Size: 265 B |
After Width: | Height: | Size: 352 B |
After Width: | Height: | Size: 305 B |
After Width: | Height: | Size: 169 B |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 390 B |
After Width: | Height: | Size: 357 B |
|
@ -19,6 +19,6 @@ https://gnunet.org/mantis/view.php?id=1440
|
||||||
../openocd/configure --enable-httpd --enable-dummy --enable-ioutil
|
../openocd/configure --enable-httpd --enable-dummy --enable-ioutil
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
openocd -c "interface dummy" -f target/at91eb40a.cfg
|
openocd -f httpd/httpd.tcl -c "interface dummy" -f target/at91eb40a.cfg
|
||||||
|
|
||||||
4. Point browser to: http://localhost:8888
|
4. Point browser to: http://localhost:8888
|
||||||
|
|