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
71f67997
Commit
71f67997
authored
Oct 18, 2017
by
Ashish Syal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to the sdef to allow for battery service
parent
7fbf2f15
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
2 deletions
+18
-2
.gitmodules
.gitmodules
+6
-0
Makefile
Makefile
+1
-1
BatteryService
apps/BatteryService
+1
-0
mangOH_Red.sdef
mangOH_Red.sdef
+9
-1
BatteryClient
samples/BatteryClient
+1
-0
No files found.
.gitmodules
View file @
71f67997
...
@@ -35,3 +35,9 @@
...
@@ -35,3 +35,9 @@
[submodule "apps/Heartbeat"]
[submodule "apps/Heartbeat"]
path = apps/Heartbeat
path = apps/Heartbeat
url = https://github.com/mangOH/Heartbeat
url = https://github.com/mangOH/Heartbeat
[submodule "apps/BatteryService"]
path = apps/BatteryService
url = https://github.com/mangOH/BatteryService
[submodule "samples/BatteryClient"]
path = samples/BatteryClient
url = https://github.com/mangOH/BatteryClient
Makefile
View file @
71f67997
...
@@ -2,7 +2,7 @@ export MANGOH_ROOT = $(shell pwd)
...
@@ -2,7 +2,7 @@ export MANGOH_ROOT = $(shell pwd)
MKSYS_ARGS_COMMON
=
-s
${
MANGOH_ROOT
}
/apps/GpioExpander/gpioExpanderService
MKSYS_ARGS_COMMON
=
-s
${
MANGOH_ROOT
}
/apps/GpioExpander/gpioExpanderService
MKSYS_ARGS_GREEN
=
MKSYS_ARGS_GREEN
=
MKSYS_ARGS_RED
=
-s
${
MANGOH_ROOT
}
/apps/RedSensorToCloud
MKSYS_ARGS_RED
=
-s
${
MANGOH_ROOT
}
/apps/RedSensorToCloud
-i
${
MANGOH_ROOT
}
/apps/BatteryService
.PHONY
:
all
.PHONY
:
all
...
...
BatteryService
@
a4e1056b
Subproject commit a4e1056b756ea8ef63941b5d3a7f0c917a4fa823
mangOH_Red.sdef
View file @
71f67997
...
@@ -14,7 +14,7 @@ apps:
...
@@ -14,7 +14,7 @@ apps:
$MANGOH_ROOT/apps/DataRouter/dataRouter
$MANGOH_ROOT/apps/DataRouter/dataRouter
$MANGOH_ROOT/apps/DataRouter/drTool/drTool
$MANGOH_ROOT/apps/DataRouter/drTool/drTool
$MANGOH_ROOT/apps/SocialService/socialService
$MANGOH_ROOT/apps/SocialService/socialService
$MANGOH_ROOT/apps/BatteryService/batteryService
$MANGOH_ROOT/apps/RedSensorToCloud/redSensorToCloud
$MANGOH_ROOT/apps/RedSensorToCloud/redSensorToCloud
// The heartbeat app is disabled on mangOH Red because the logging messages
// The heartbeat app is disabled on mangOH Red because the logging messages
...
@@ -56,4 +56,12 @@ kernelModules:
...
@@ -56,4 +56,12 @@ kernelModules:
// Only on mangOH Red DV3
// Only on mangOH Red DV3
$MANGOH_ROOT/linux_kernel_modules/bmi160/3-bmi160
$MANGOH_ROOT/linux_kernel_modules/bmi160/3-bmi160
$MANGOH_ROOT/linux_kernel_modules/bmi160/4-bmi160-i2c
$MANGOH_ROOT/linux_kernel_modules/bmi160/4-bmi160-i2c
// Only on mangOH Red DV4
$MANGOH_ROOT/linux_kernel_modules/ltc294x/0-ltc294x.mdef
// Required for BQ24296
$MANGOH_ROOT/linux_kernel_modules/bq24296/0-bq24296.mdef
}
}
BatteryClient
@
7ace92fd
Subproject commit 7ace92fdf34d51c58def5883ffd31dca4eef7b1f
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