mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
added device discovery
git-svn-id: svn://svn.berlios.de/openocd/trunk@1141 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
#include <cyg/athttpd/handler.h>
|
||||
#include <cyg/athttpd/cgi.h>
|
||||
#include <cyg/athttpd/forms.h>
|
||||
#include <cyg/discover/discover.h>
|
||||
#include <cyg/hal/hal_diag.h>
|
||||
#include <cyg/kernel/kapi.h>
|
||||
#include <cyg/io/serialio.h>
|
||||
@@ -80,6 +81,7 @@
|
||||
#include <ifaddrs.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#define MAX_IFS 64
|
||||
@@ -1334,6 +1336,8 @@ static void zylinjtag_startNetwork()
|
||||
webRunning = true;
|
||||
|
||||
diag_printf("Web server running\n");
|
||||
|
||||
discover_launch();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user