BigW Consortium Gitlab

Commit 0b6e3c54 by David Frey

Undo accidental submodule rollback and commit of incorrect mangOH_Red.sdef

parent 1f157557
Subproject commit 76f7560f98cb96b7e3f05797cfbdee0ed3f42c6b
Subproject commit 699e500ad32aaad5799a8b7e7b4244f67a13407a
Subproject commit e4ae027c9f447f84723f3fc1c872875166840cfa
Subproject commit e8395ae650c66c1ce044b7da7ea77a1e5e366171
Subproject commit 84b40089f470cd0574ca72bf1943c3bcb6f2842d
Subproject commit 96ca0364ccaf4c5ff8c7d6feaeb984c6958a6cf1
Subproject commit 6966f104db935ff771dcce229647255f0bb01fa2
Subproject commit 5b471995d594827c55cb7939b7e048b207080d68
Subproject commit 3c5de16d8c8390eb56b4961273877da43773f888
Subproject commit 6b24c67721832748c25d9a62751690afe52ed6fc
Subproject commit 24f0dc8aa1e2c19a6ac272d65be8a2e3085472e6
Subproject commit e71865bdd0cf367c99cdbaf62328ae230122ff27
Subproject commit 60da5e1c03b694ce9b45ccd61f67a4bfa3f0fee2
Subproject commit 18a0b13c4a5dc0096eefe029ed0c56974ec5e8e1
Subproject commit 7f669131d16ce30e05ef8406651a7a0965a6b8a4
Subproject commit d9bc976e11679435d53734538b96cdd69c84856a
Subproject commit 103c5a071d7ad191b3bd7faa84de4a72aeeec700
Subproject commit 7c01aa8a0abf11ab8112bc0ebc85bb79776c45c6
//--------------------------------------------------------------------------------------------------
// mangOH Red system definition that extends the wifi sdef from Legato.
// mangOH Green system definition that extends the wifi sdef from Legato.
//
// Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
//--------------------------------------------------------------------------------------------------
......@@ -8,60 +8,45 @@
apps:
{
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderService/gpioExpanderServiceRed
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderService/gpioExpanderServiceGreen
$MANGOH_ROOT/apps/MuxControl/muxCtrlService/muxCtrlService
$MANGOH_ROOT/apps/MuxControl/tools/muxCtrlTools
$MANGOH_ROOT/apps/MqttClient/mqttClient
// Data Router is disabled because the published version doesn't build against Legato 17.05
// $MANGOH_ROOT/apps/DataRouter/dataRouter
// $MANGOH_ROOT/apps/DataRouter/drTool/drTool
$MANGOH_ROOT/apps/DataRouter/dataRouter
$MANGOH_ROOT/apps/DataRouter/drTool/drTool
$MANGOH_ROOT/apps/ArduinoBridge/arduinoBridge
$MANGOH_ROOT/apps/SocialService/socialService
$MANGOH_ROOT/apps/RedSensorToCloud/redSensorToCloud
$MANGOH_ROOT/apps/Heartbeat/heartbeatRed
$MANGOH_ROOT/apps/Heartbeat/heartbeatGreen
$LEGATO_ROOT/apps/tools/devMode
}
commands:
{
// dr = drTool:/bin/dr
mux = muxCtrlTools:/bin/mux
dr = drTool:/bin/dr
twitter = socialService:/bin/twitter
}
buildVars:
interfaceSearch:
{
LEGATO_KERNELROOT = /home/david/kernel
$MANGOH_ROOT/apps/MqttClient
$MANGOH_ROOT/apps/DataRouter
$MANGOH_ROOT/apps/MuxControl
$MANGOH_ROOT/apps/SocialService/interfaces
}
kernelModules:
{
$MANGOH_ROOT/linux_kernel_modules/mangoh/9-mangoh_red_dv3
// $MANGOH_ROOT/linux_kernel_modules/mangoh/9-mangoh_red_dv2
$MANGOH_ROOT/linux_kernel_modules/cp2130/0-cp2130
// Required for bmp280 & bmi160
$MANGOH_ROOT/linux_kernel_modules/iio/0-iio
$MANGOH_ROOT/linux_kernel_modules/iio/1-iio-kfifo-buf
// Required for bmi160
$MANGOH_ROOT/linux_kernel_modules/iio/2-iio-triggered-buffer
$MANGOH_ROOT/linux_kernel_modules/bmp280/2-bmp280
$MANGOH_ROOT/linux_kernel_modules/bmp280/3-bmp280-i2c
// Only on mangOH Red DV2
// $MANGOH_ROOT/linux_kernel_modules/lsm6ds3/0-lsm6ds3
// $MANGOH_ROOT/linux_kernel_modules/lsm6ds3/1-lsm6ds3-i2c
// Only on mangOH Red DV3
$MANGOH_ROOT/linux_kernel_modules/bmi160/3-bmi160
$MANGOH_ROOT/linux_kernel_modules/bmi160/4-bmi160-i2c
$MANGOH_ROOT/linux_kernel_modules/mangoh/9-mangoh_green_dv4
//$MANGOH_ROOT/linux_kernel_modules/fb/1-fb
//$MANGOH_ROOT/linux_kernel_modules/fbtft/2-fbtft
//$MANGOH_ROOT/linux_kernel_modules/fbtft/3-fb_ili9341
//$MANGOH_ROOT/linux_kernel_modules/fbtft/4-fbtft_device
$MANGOH_ROOT/linux_kernel_modules/lsm6ds3/0-lsm6ds3
$MANGOH_ROOT/linux_kernel_modules/lsm6ds3/1-lsm6ds3-i2c
$MANGOH_ROOT/linux_kernel_modules/mt7697q/1-mt7697q
$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.
$LEGATO_ROOT/drivers/spisvc/spisvc
}
Subproject commit 76962746606a8360c2030476ab8e25d072743a99
Subproject commit 74a620c30e78d56f0e38d1d752cd829df963a112
Subproject commit d8b9d40379bbc3ebdd12cb6a3e812283f6589253
Subproject commit 024ec5e45b5771a83c763a1d8125f6eaf83d02a8
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