BigW Consortium Gitlab

Commit eede69e7 by Peter Sandelin

trac:3247 - [MANGO REPO] Wifi Sample App: Local Router Configuration App

Patch 4: -rebase Patch 3: -Jenkins CTO comment about review comment Patch 2: -Added define for PA choice. Patch 1: -Added wifiWebAp to list of apps to build for MangOH Change-Id: Ifb8c5667371dedcb49875c21184d353a77ee0043
parent ba65efa0
......@@ -29,6 +29,8 @@ apps:
$MANGOH_WIFI_ROOT/service/wifiService.adef
$MANGOH_WIFI_ROOT/apps/sample/wifiClientTest/wifiClientTest.adef
$MANGOH_WIFI_ROOT/apps/sample/wifiApTest/wifiApTest.adef
$MANGOH_WIFI_ROOT/apps/sample/wifiWebAp/wifiWebAp.adef
$MANGOH_WIFI_ROOT/apps/tools/wifi/wifi.adef
// Command-line tools.
$LEGATO_ROOT/apps/tools/tools
......@@ -39,4 +41,5 @@ commands:
cm = tools:/bin/cm
fwupdate = tools:/bin/fwupdate
secstore = tools:/bin/secstore
wifi = wifi:/bin/wifi
}
......@@ -9,5 +9,12 @@ export MANGOH_WIFI_ROOT = $(MANGOH_ROOT)/apps/WiFi
# \endif
export MANGOH_WIFI_DOXYGEN_DEFINE = MANGOH_WIFI_DOXYGEN_DEFINE
######### Platform Adaptor values
# values are the names of the subdirectories in /WiFi/service/platformAdaptor/$(MANGOH_WIFI_PA)
# currently available :
# ti - running hardware
# ti_simu - running a simulated Access Point. (Wifi Client to remains to be simulated)
export MANGOH_WIFI_PA = ti
# Override the default sdef file to use the MangOH one
export SDEF_TO_USE = $(MANGOH_ROOT)/mangoh.sdef
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment