BigW Consortium Gitlab

Commit 1298ed5e by Bertrand Roussel

Update to WiFi as a Legato module

Change-Id: Ida0ee646d836813cf9d2993e01f4a649ae8115e8
parent b571f74b
......@@ -21,6 +21,12 @@ apps:
$LEGATO_ROOT/apps/platformServices/voiceCallService
$LEGATO_ROOT/apps/platformServices/gpioService
$LEGATO_WIFI_ROOT/service/wifiService.adef
$LEGATO_WIFI_ROOT/apps/sample/wifiClientTest/wifiClientTest.adef
$LEGATO_WIFI_ROOT/apps/sample/wifiApTest/wifiApTest.adef
$LEGATO_WIFI_ROOT/apps/sample/wifiWebAp/wifiWebAp.adef
$LEGATO_WIFI_ROOT/apps/tools/wifi/wifi.adef
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderService/gpioExpanderService.adef
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderDemo/gpioExpanderDemo.adef
......@@ -31,12 +37,6 @@ apps:
$MANGOH_ROOT/apps/DataRouter/dataRouter.adef
$MANGOH_ROOT/apps/ArduinoBridge/arduinoBridge.adef
$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
}
......
# Root directory for MangOH code
export MANGOH_ROOT = $(LEGATO_ROOT)/../mangOH
export MANGOH_WIFI_ROOT = $(MANGOH_ROOT)/apps/WiFi
# this variable goes from environment -> cmake -> Doxygen.
# It can be used in Legato Doxygen code to conditionally add MangOH links etc.
# \if EXTERNAL_DOXYGEN_DEFINE
# ....
# \endif
export EXTERNAL_DOXYGEN_DEFINE = EXTERNAL_DOXYGEN_DEFINE
export EXTERNAL_DOXYGEN_ROOT = $(MANGOH_ROOT)/apps/WiFi
######### 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