summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-29bump submodule conf.d/app-templatesStephane Desneux1-0/+0
Change-Id: I1de776af3e7f4721dec5e08dca5dcd0df51adf54 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-08-28Updated README repository URL to reflect renamingRomain Forlot1-2/+3
Change-Id: I12d9ff968863b4cb92197ba48845a148e17463da Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-28Update README instructions.Romain Forlot1-66/+102
Change-Id: I7388c56f56382d1edfd8b79f6a1b40d610dfc333 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-28Change default value for playback PCM was muted at initFulup Ar Foll3-6/+10
2017-08-27Fix Alsacore ctlget in form ctl={id:xxx}Fulup Ar Foll6-9/+69
2017-08-27Readme update for controllerFulup Ar Foll4-2/+35
2017-08-25Fixed infoget in alsa-core.htmlFulup Ar Foll1-2/+2
2017-08-25Align Intel HAL with JabraFulup Ar Foll3-42/+67
2017-08-25Fix Initial Volume for JabraFulup Ar Foll24-1664/+1122
2017-08-24Updated Readme and info zone for monitoringFulup Ar Foll5-21/+53
2017-08-23Fix Regretion on AlsaCore Ctl-getFulup Ar Foll3-3/+32
2017-08-23Update with monitoringFulup Ar Foll6-12/+12
2017-08-23Alsa-AddCtl.c: fix compilation using alsa-lib 1.1.2Stephane Desneux1-4/+27
SNDRV_CTL_TLVD_DECLARE_DB_MINMAX and associated macros are not defined in alsa-lib 1.1.2. This patch backports the definitions from alsa-lib 1.1.3 This commit also fixes some warnings/errors on uninitialized variables Change-Id: Ib6f573e77189b0396ea5462b78b1c53279fd111f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-08-23implements value retransmit and reload on failureTobias Jahnke6-39/+128
2017-08-23forwarding node availability to volume libTobias Jahnke11-11/+91
2017-08-23Format: remove blank space at EOLRomain Forlot45-419/+419
Change-Id: I786ac8d5be68bdf09d5bb6c883959d6e1963c1fe Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-22Remove Controller that is now stand alone.Romain Forlot37-5489/+13
Also move filescan and wrap-json library into a separate submodule afb-utilities Change-Id: Ic46cceb88cd25a808cbd0e5e6da53f56f9fc786c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-22Fixed Lua Table to Json parsingSebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-22Fixed warningsSebastien Douheret1-221/+220
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-22Fix Lua->json Numeric tableFulup Ar Foll2-75/+115
2017-08-22Update to latest template, rename doscript- in debug-Fulup Ar Foll5-109/+116
2017-08-22Minor Fix on LUA script search pathFulup Ar Foll7-321/+307
2017-08-22Handle LUA module checking by distroRomain Forlot4-3/+4
Change-Id: I6703f2225cd9ec44c7bcc4f6048b1ad7c818236d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-21Fix debian like distro module checking (on lua...)Romain Forlot3-4/+1
Add possibility to include cmake distro dependent files Change-Id: I6846c6068d37fef0102b350fca98e806abbc78de Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-21Documentation and LUA for UbuntuFulup Ar Foll1-186/+260
2017-08-21Documentation and LUA for UbuntuFulup Ar Foll5-150/+177
2017-08-21Fix Controller APIFulup Ar Foll7-100/+123
2017-08-21Fix CMake errorRomain Forlot1-4/+0
Duplicated INSTALL section now implemented in app-templates submodule. Change-Id: I9eefc067fcda4855c9a3edf5d18d68cbb666cc14 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-21Merge branch 'fulup-dev'Romain Forlot55-1845/+3818
Change-Id: I7dc6859767ac5919cf383e33bd2cf3a98698d9b4
2017-08-20Updated to latest App TemplateFulup Ar Foll24-221/+719
2017-08-18Fix widget build, using icon/config specifiedRomain Forlot1-0/+0
Change-Id: I8f1adc76a35553a7c3cf22f996aba3a21bd096f6 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-18Added default variables from sampleRomain Forlot1-0/+6
Change-Id: I9170f9834868035ab76faaaae941f2c5decf589d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-18Remove BINDING_INSTALL_PREFIX/DIR variableRomain Forlot6-8/+8
Use CMAKE_INSTALL_PREFIX by default. Change-Id: I16f8018779b624842026ff401857e198c6436ddd Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-18Change how to define compile optionsRomain Forlot2-33/+54
Move specific compilation options to the target it is related keep global compilation option in config.cmake then variable can be correctly evaluated and use with the correct values (CMAKE_INSTALL_PREFIX isn't the same before common.cmake inclusion and after.) Change-Id: Ia3c3fe6bc6fcdcb79858f233b108b9ee1e071131 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-18CMake minimal version set to 3.5Romain Forlot3-4/+1
Change-Id: Ic0cc88d4b423deb3ba187b59f3e0caad0711fd4d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-18Latest app-templates features integrationRomain Forlot8-68/+17
- CMake >= 3.6 mandatory - Change DATA and HTDOCS targets methods to use macro add_input_files() - header generated from OpenAPI file using BINDINGV2 label and set_openapi_filename() macro. - Adjusted README to reflect new cmake requirement Change-Id: I8da515b98c1877d5be5e51f2bf94d691ac3cefb7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-18Integrate OpenAPI .h file generation.Romain Forlot1-0/+1
Change-Id: I166d5019893308f239c3485ae03e87bf4a05cc5d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> # Conflicts: # Controler-afb/CMakeLists.txt
2017-08-18Documented Controller standalone mode and provided a sample config.Fulup Ar Foll4-0/+226
2017-08-18Integration with Alsa HookPlugin is now working. Fulup Ar Foll36-459/+1329
2017-08-17Implemented Timer and Event from LuaFulup Ar Foll10-313/+479
2017-08-16Fix DoScript Lua Updated Documentation.Fulup Ar Foll7-26/+35
2017-08-16Fixed LUA Nested Table Issues. Added LUA2C for User Defined PluginsFulup Ar Foll15-340/+557
2017-08-16Merge pull request #5 from tjahnk/create_hal_unicensFulup Ar Foll23-18/+2944
Introducing HAL MOST UNICENS
2017-08-16updated submodulesTobias Jahnke1-0/+0
2017-08-16merge changes for new audio interfaceTobias Jahnke3-211/+104
2017-08-16implemented listconfig in UNICENS wrapperTobias Jahnke5-38/+187
2017-08-16Adds readme for HAL MOST UNICENSTobias Jahnke2-2/+56
2017-08-16project name HAL_MOST_UNICENS is now uppercaseTobias Jahnke20-105/+112
2017-08-16MOST ALSA mixer controls now mapped to UNCENS I2C commandsTobias Jahnke5-15/+61
2017-08-16fixes linker issue and implements volume serviceTobias Jahnke4-5/+44