BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
1298ed5e
Commit
1298ed5e
authored
May 20, 2016
by
Bertrand Roussel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to WiFi as a Legato module
Change-Id: Ida0ee646d836813cf9d2993e01f4a649ae8115e8
parent
b571f74b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
22 deletions
+6
-22
mangoh.sdef
mangoh.sdef
+6
-6
targetDefs.mangoh
targetDefs.mangoh
+0
-16
No files found.
mangoh.sdef
View file @
1298ed5e
...
@@ -21,6 +21,12 @@ apps:
...
@@ -21,6 +21,12 @@ apps:
$LEGATO_ROOT/apps/platformServices/voiceCallService
$LEGATO_ROOT/apps/platformServices/voiceCallService
$LEGATO_ROOT/apps/platformServices/gpioService
$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/gpioExpanderService/gpioExpanderService.adef
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderDemo/gpioExpanderDemo.adef
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderDemo/gpioExpanderDemo.adef
...
@@ -31,12 +37,6 @@ apps:
...
@@ -31,12 +37,6 @@ apps:
$MANGOH_ROOT/apps/DataRouter/dataRouter.adef
$MANGOH_ROOT/apps/DataRouter/dataRouter.adef
$MANGOH_ROOT/apps/ArduinoBridge/arduinoBridge.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.
// Command-line tools.
$LEGATO_ROOT/apps/tools/tools
$LEGATO_ROOT/apps/tools/tools
}
}
...
...
targetDefs.mangoh
View file @
1298ed5e
# Root directory for MangOH code
# Root directory for MangOH code
export MANGOH_ROOT = $(LEGATO_ROOT)/../mangOH
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
# Override the default sdef file to use the MangOH one
export SDEF_TO_USE = $(MANGOH_ROOT)/mangoh.sdef
export SDEF_TO_USE = $(MANGOH_ROOT)/mangoh.sdef
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment