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
f0825712
Commit
f0825712
authored
Feb 02, 2017
by
David Frey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Created branch for use with legato 16.07
parent
2b32b271
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
72 deletions
+0
-72
mangOH_Green.sdef
mangOH_Green.sdef
+0
-3
mangOH_Red.sdef
mangOH_Red.sdef
+0
-69
No files found.
mangOH_Green.sdef
View file @
f0825712
...
...
@@ -28,8 +28,6 @@ apps:
$LEGATO_ROOT/apps/platformServices/gpioService
$LEGATO_ROOT/apps/platformServices/atClient
$LEGATO_ROOT/apps/platformServices/atServer
$LEGATO_ROOT/apps/platformServices/spiService
$LEGATO_ROOT/apps/platformServices/devMode
$LEGATO_WIFI_ROOT/service/wifiService.adef
$LEGATO_WIFI_ROOT/apps/sample/wifiClientTest/wifiClientTest.adef
...
...
@@ -59,7 +57,6 @@ commands:
secstore = tools:/bin/secstore
pmtool = tools:/bin/pmtool
gnss = tools:/bin/gnss
uartMode = tools:/bin/uartMode
wifi = wifi:/bin/wifi
...
...
mangOH_Red.sdef
deleted
100644 → 0
View file @
2b32b271
//--------------------------------------------------------------------------------------------------
// MangOH system definition that includes essential modem and positioning services
// plus available MangOH apps
//
// Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
//--------------------------------------------------------------------------------------------------
apps:
{
// Platform services.
$LEGATO_ROOT/apps/platformServices/airVantage/avcService
$LEGATO_ROOT/apps/platformServices/audioService
$LEGATO_ROOT/apps/platformServices/cellNetService
$LEGATO_ROOT/apps/platformServices/dataConnectionService
$LEGATO_ROOT/apps/platformServices/fwupdateService
$LEGATO_ROOT/apps/platformServices/modemService
$LEGATO_ROOT/apps/platformServices/positioningService
$LEGATO_ROOT/apps/platformServices/powerMgr
$LEGATO_ROOT/apps/platformServices/secStore
$LEGATO_ROOT/apps/platformServices/smsInboxService
$LEGATO_ROOT/apps/platformServices/voiceCallService
$LEGATO_ROOT/apps/platformServices/gpioService
$LEGATO_ROOT/apps/platformServices/atClient
$LEGATO_ROOT/apps/platformServices/atServer
$LEGATO_ROOT/apps/platformServices/spiService
$LEGATO_ROOT/apps/platformServices/devMode
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderService/gpioExpanderServiceRed.adef
// TODO: MuxControl was written specifically for mangOH Green. Perhaps mangOH Red needs a
// similar facility to manage uart routing.
// $MANGOH_ROOT/apps/MuxControl/muxCtrlService/muxCtrlService.adef
// $MANGOH_ROOT/apps/MuxControl/tools/muxCtrlTools.adef
$MANGOH_ROOT/apps/MqttClient/mqttClient.adef
$MANGOH_ROOT/apps/DataRouter/dataRouter.adef
$MANGOH_ROOT/apps/DataRouter/drTool/drTool.adef
$MANGOH_ROOT/apps/SocialService/socialService.adef
// Command-line tools.
$LEGATO_ROOT/apps/tools/tools
}
commands:
{
cm = tools:/bin/cm
fwupdate = tools:/bin/fwupdate
secstore = tools:/bin/secstore
pmtool = tools:/bin/pmtool
gnss = tools:/bin/gnss
uartMode = tools:/bin/uartMode
// mux = muxCtrlTools:/bin/mux
dr = drTool:/bin/dr
twitter = socialService:/bin/twitter
}
bindings:
{
<root>.le_fwupdate -> fwupdateService.le_fwupdate
}
interfaceSearch:
{
interfaces/modemServices
interfaces/positioning
}
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