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
65b4f95d
Commit
65b4f95d
authored
Feb 16, 2018
by
David Clark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added DataPushTest application
parent
ef7237cf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
49 additions
and
4 deletions
+49
-4
Component.cdef
apps/DataPushTest/avPublisherComponent/Component.cdef
+17
-0
avPublisher.c
apps/DataPushTest/avPublisherComponent/avPublisher.c
+0
-0
dataPushTest.adef
apps/DataPushTest/dataPushTest.adef
+26
-0
mangOH_Red.sdef
mangOH_Red.sdef
+5
-4
mangOH_Red_9x07.sdef
mangOH_Red_9x07.sdef
+1
-0
No files found.
apps/DataPushTest/avPublisherComponent/Component.cdef
0 → 100644
View file @
65b4f95d
cflags:
{
-std=c99
}
requires:
{
api:
{
airVantage/le_avdata.api
}
}
sources:
{
avPublisher.c
}
apps/DataPushTest/avPublisherComponent/avPublisher.c
0 → 100644
View file @
65b4f95d
This diff is collapsed.
Click to expand it.
apps/DataPushTest/dataPushTest.adef
0 → 100644
View file @
65b4f95d
sandboxed: true
start: manual
version: 0.1
executables:
{
dataPushTest = (avPublisherComponent)
}
processes:
{
run:
{
( dataPushTest )
}
envVars:
{
LE_LOG_LEVEL = DEBUG
}
}
bindings:
{
dataPushTest.avPublisherComponent.le_avdata -> avcService.le_avdata
}
mangOH_Red.sdef
View file @
65b4f95d
...
...
@@ -18,6 +18,7 @@ apps:
$MANGOH_ROOT/apps/DataRouter/drTool/drTool
$MANGOH_ROOT/apps/SocialService/socialService
$MANGOH_ROOT/apps/RedSensorToCloud/redSensorToCloud
$MANGOH_ROOT/apps/DataPushTest/dataPushTest
// Disabled until Release 15 is released due to bug in power supply kernel support
// $MANGOH_ROOT/apps/BatteryService/batteryService
...
...
@@ -27,7 +28,7 @@ apps:
// console port.
// $MANGOH_ROOT/apps/Heartbeat/heartbeatRed
$LEGATO_ROOT/apps/tools/devMode
//
$LEGATO_ROOT/apps/tools/devMode
}
commands:
...
...
@@ -75,9 +76,9 @@ kernelModules:
// Don't enable mt7697 drivers until a kernel is publicly available which supports the correct
// cfg80211 and mac80211 modules
//
$MANGOH_ROOT/linux_kernel_modules/mt7697q/1-mt7697q
//
$MANGOH_ROOT/linux_kernel_modules/mt7697serial/1-mt7697serial
//
$MANGOH_ROOT/linux_kernel_modules/mt7697wifi/2-mt7697wifi_core
$MANGOH_ROOT/linux_kernel_modules/mt7697q/1-mt7697q
$MANGOH_ROOT/linux_kernel_modules/mt7697serial/1-mt7697serial
$MANGOH_ROOT/linux_kernel_modules/mt7697wifi/2-mt7697wifi_core
// spisvc creates a spidev device which will appear as /dev/spidev0.0 once the spidev module is
// loaded.
...
...
mangOH_Red_9x07.sdef
View file @
65b4f95d
...
...
@@ -19,6 +19,7 @@ apps:
$MANGOH_ROOT/apps/SocialService/socialService
$MANGOH_ROOT/apps/LedService/ledService
$MANGOH_ROOT/apps/RedSensorToCloud/redSensorToCloud
$MANGOH_ROOT/apps/DataPushTest/dataPushTest
// Disabled until Release 15 is released due to bug in power supply kernel support
// $MANGOH_ROOT/apps/BatteryService/batteryService
...
...
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