summaryrefslogtreecommitdiffstats
path: root/plugin
AgeCommit message (Collapse)AuthorFilesLines
2019-05-14Git submodule migration to separated librariesicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.1halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.18.99.58.99.48.99.38.99.28.99.18.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.37.99.27.99.1halibutFrederic Marec7-72/+52
Bug-AGL: SPEC-2139 Change-Id: I6f1227f7b293b6a3dc8d527e18cd482955783021 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2018-12-19Add unicens input plugin for md microphoneJonathan Aillet5-0/+517
Add unicens input plugin for multi-directionnal microphone. Update the unciens hal to load this plugin. Change-Id: I933ed6ff3a709d0c11bf86e64c83559a38386e98 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-12-19Rename unicens plugin as output unicens pluginJonathan Aillet17-36/+58
Move all files according plugin name changes. Update cmake files. Update unicens configuration file. Change-Id: I468430dfbc885ec0bfa03a179a9dd4f14de3f1d0 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-12-18hal-unicens: minor cleanup of plugin codeTobias Jahnke1-2/+2
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-18hal-unicens: cleanup of plugin implementationTobias Jahnke1-20/+15
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-18hal-unicens: code cosmetics, remove unused codeTobias Jahnke1-185/+101
Bug-AGL: SPEC-1505 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-18hal-unicens: removed unused sections, updated jsonTobias Jahnke1-3/+3
Bug-AGL: SPEC-1505 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-18hal-unicens: introduced mutexes, update configTobias Jahnke1-45/+66
Bug-AGL: SPEC-1505 - increase default volume - introduced mutexes to avoid conc. access - enable again message transmission which was disabled for debugging Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-184a-hal-unicens: updated json and removed conc acc.Tobias Jahnke1-7/+20
- updated also app templates - removed concurrent access for debugging - removed interfacing for agl-service unicens for debugging Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-184a-hal-unicens: change log outputTobias Jahnke1-9/+9
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-184a-hal-unicens: define different json filesTobias Jahnke1-3/+3
Add different json files for OS81118 and OS81210. Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-184a-hal-unicens: Support Fiberdyne AmpTobias Jahnke1-13/+11
Bug-AGL: SPEC-1758 Enables transmission of control messages to agl-service-unicens. Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-184a-hal-unicens: prepare support for Fiberdyne AmpTobias Jahnke10-62/+137
Bug-AGL: SPEC-1758 - updated VolumeLib to support ctrl messages - added master volume setup for amplifier node - known issue: message transmission is commented out due to wrap_json issue Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-184a-hal-unicens: fixes json parsing issueTobias Jahnke1-1/+41
Bug-AGL: SPEC-1505 Json parsing error avoids that new nodes are recognized and volume handing is initialized. Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2018-12-18Add basic source and configuration filesTobias Jahnke16-0/+1570
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>