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
fe54cc9c
Commit
fe54cc9c
authored
May 12, 2019
by
Forest Godfrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create SDEF for just the applications.
parent
8a109cb8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
104 additions
and
0 deletions
+104
-0
mangOH.sdef.upstream
mangOH.sdef.upstream
+0
-0
mangOH_applications.sdef
mangOH_applications.sdef
+104
-0
No files found.
mangOH.sdef
→
mangOH.sdef
.upstream
View file @
fe54cc9c
File moved
mangOH_applications.sdef
0 → 100644
View file @
fe54cc9c
//--------------------------------------------------------------------------------------------------
// Universal mangOH system definition that extends the wifi sdef from Legato. This SDEF aims to
// support all mangOH boards and all WP modules.
//
// Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
//--------------------------------------------------------------------------------------------------
#include "$LEGATO_ROOT/modules/WiFi/wifi.sdef"
#include "sinc/targets/${LEGATO_TARGET}.sinc"
apps:
{
$LEGATO_ROOT/apps/sample/dataHub/dataHub
$LEGATO_ROOT/apps/tools/devMode
#if ${MANGOH_BOARD} = green
${CURDIR}/apps/GpioExpander/gpioExpanderService/gpioExpanderServiceGreen
${CURDIR}/apps/MuxControl/muxCtrlService/muxCtrlService
${CURDIR}/apps/MuxControl/tools/muxCtrlTools
${CURDIR}/apps/DataRouter/dataRouter
${CURDIR}/apps/DataRouter/drTool/drTool
${CURDIR}/apps/ArduinoBridge/arduinoBridge
${CURDIR}/apps/Heartbeat/heartbeatGreen
${CURDIR}/apps/MqttClient/mqttClient
#elif ${MANGOH_BOARD} = red
${CURDIR}/apps/LedService/ledService
${CURDIR}/apps/RedSensorToCloud/redSensorToCloud
${CURDIR}/apps/BatteryService/battery
#elif ${MANGOH_BOARD} = yellow
${CURDIR}/apps/YellowSensorToCloud/yellowSensor
${CURDIR}/apps/Bme680EnvironmentalSensor/bme680EnvironmentalSensor
${CURDIR}/apps/DataHub-Buzzer/buzzer
${CURDIR}/apps/YellowOnBoardActuators/actuator
${CURDIR}/apps/BatteryService/battery
${CURDIR}/apps/OpenWeatherMapAmbientTemperature/openWeatherMapAmbientTemperature
#endif // MANGOH_BOARD
}
commands:
{
dhub = dataHub:/bin/dhub
#if ${MANGOH_BOARD} = green
mux = muxCtrlTools:/bin/mux
dr = drTool:/bin/dr
#elif ${MANGOH_BOARD} = red
#elif ${MANGOH_BOARD} = yellow
#endif // MANGOH_BOARD
}
interfaceSearch:
{
${CURDIR}/interfaces
$LEGATO_ROOT/apps/sample/dataHub
#if ${MANGOH_BOARD} = green
${CURDIR}/apps/MuxControl
${CURDIR}/apps/DataRouter
${CURDIR}/apps/MqttClient
#elif ${MANGOH_BOARD} = red
${CURDIR}/apps/BatteryService
#elif ${MANGOH_BOARD} = yellow
${CURDIR}/apps/BatteryService
${CURDIR}/apps/Bme680EnvironmentalSensor
#endif // MANGOH_BOARD
}
componentSearch:
{
${CURDIR}/components
#if ${MANGOH_BOARD} = red
${CURDIR}/apps/RedSensorToCloud
#elif ${MANGOH_BOARD} = green
${CURDIR}/apps/GpioExpander/gpioExpanderService
#elif ${MANGOH_BOARD} = yellow
${CURDIR}/apps/YellowSensorToCloud/interfaces
$LEGATO_ROOT/apps/sample/dataHub/components
#endif
}
kernelModules:
{
}
// Uncomment to include support for the CAN IoT card
// #include "sinc/can_iot_card.sinc"
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