BigW Consortium Gitlab

Commit 71f67997 by Ashish Syal

Update to the sdef to allow for battery service

parent 7fbf2f15
......@@ -35,3 +35,9 @@
[submodule "apps/Heartbeat"]
path = apps/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
......@@ -2,7 +2,7 @@ export MANGOH_ROOT = $(shell pwd)
MKSYS_ARGS_COMMON = -s ${MANGOH_ROOT}/apps/GpioExpander/gpioExpanderService
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
......
Subproject commit a4e1056b756ea8ef63941b5d3a7f0c917a4fa823
......@@ -14,7 +14,7 @@ apps:
$MANGOH_ROOT/apps/DataRouter/dataRouter
$MANGOH_ROOT/apps/DataRouter/drTool/drTool
$MANGOH_ROOT/apps/SocialService/socialService
$MANGOH_ROOT/apps/BatteryService/batteryService
$MANGOH_ROOT/apps/RedSensorToCloud/redSensorToCloud
// The heartbeat app is disabled on mangOH Red because the logging messages
......@@ -56,4 +56,12 @@ kernelModules:
// Only on mangOH Red DV3
$MANGOH_ROOT/linux_kernel_modules/bmi160/3-bmi160
$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
}
Subproject commit 7ace92fdf34d51c58def5883ffd31dca4eef7b1f
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment