Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-22 | Fixed Lua Table to Json parsing | Sebastien Douheret | 1 | -2/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-22 | Fixed warnings | Sebastien Douheret | 1 | -221/+220 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-22 | Fix Lua->json Numeric table | Fulup Ar Foll | 2 | -75/+115 | |
2017-08-22 | Update to latest template, rename doscript- in debug- | Fulup Ar Foll | 5 | -109/+116 | |
2017-08-22 | Minor Fix on LUA script search path | Fulup Ar Foll | 7 | -321/+307 | |
2017-08-22 | Handle LUA module checking by distro | Romain Forlot | 4 | -3/+4 | |
Change-Id: I6703f2225cd9ec44c7bcc4f6048b1ad7c818236d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-21 | Fix debian like distro module checking (on lua...) | Romain Forlot | 3 | -4/+1 | |
Add possibility to include cmake distro dependent files Change-Id: I6846c6068d37fef0102b350fca98e806abbc78de Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-21 | Documentation and LUA for Ubuntu | Fulup Ar Foll | 1 | -186/+260 | |
2017-08-21 | Documentation and LUA for Ubuntu | Fulup Ar Foll | 5 | -150/+177 | |
2017-08-21 | Fix Controller API | Fulup Ar Foll | 7 | -100/+123 | |
2017-08-21 | Fix CMake error | Romain Forlot | 1 | -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-21 | Merge branch 'fulup-dev' | Romain Forlot | 55 | -1845/+3818 | |
Change-Id: I7dc6859767ac5919cf383e33bd2cf3a98698d9b4 | |||||
2017-08-20 | Updated to latest App Template | Fulup Ar Foll | 24 | -221/+719 | |
2017-08-18 | Fix widget build, using icon/config specified | Romain Forlot | 1 | -0/+0 | |
Change-Id: I8f1adc76a35553a7c3cf22f996aba3a21bd096f6 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-18 | Added default variables from sample | Romain Forlot | 1 | -0/+6 | |
Change-Id: I9170f9834868035ab76faaaae941f2c5decf589d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-18 | Remove BINDING_INSTALL_PREFIX/DIR variable | Romain Forlot | 6 | -8/+8 | |
Use CMAKE_INSTALL_PREFIX by default. Change-Id: I16f8018779b624842026ff401857e198c6436ddd Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-18 | Change how to define compile options | Romain Forlot | 2 | -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-18 | CMake minimal version set to 3.5 | Romain Forlot | 3 | -4/+1 | |
Change-Id: Ic0cc88d4b423deb3ba187b59f3e0caad0711fd4d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-18 | Latest app-templates features integration | Romain Forlot | 8 | -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-18 | Integrate OpenAPI .h file generation. | Romain Forlot | 1 | -0/+1 | |
Change-Id: I166d5019893308f239c3485ae03e87bf4a05cc5d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> # Conflicts: # Controler-afb/CMakeLists.txt | |||||
2017-08-18 | Documented Controller standalone mode and provided a sample config. | Fulup Ar Foll | 4 | -0/+226 | |
2017-08-18 | Integration with Alsa HookPlugin is now working. | Fulup Ar Foll | 36 | -459/+1329 | |
2017-08-17 | Implemented Timer and Event from Lua | Fulup Ar Foll | 10 | -313/+479 | |
2017-08-16 | Fix DoScript Lua Updated Documentation. | Fulup Ar Foll | 7 | -26/+35 | |
2017-08-16 | Fixed LUA Nested Table Issues. Added LUA2C for User Defined Plugins | Fulup Ar Foll | 15 | -340/+557 | |
2017-08-16 | Merge pull request #5 from tjahnk/create_hal_unicens | Fulup Ar Foll | 23 | -18/+2944 | |
Introducing HAL MOST UNICENS | |||||
2017-08-16 | updated submodules | Tobias Jahnke | 1 | -0/+0 | |
2017-08-16 | merge changes for new audio interface | Tobias Jahnke | 3 | -211/+104 | |
2017-08-16 | implemented listconfig in UNICENS wrapper | Tobias Jahnke | 5 | -38/+187 | |
2017-08-16 | Adds readme for HAL MOST UNICENS | Tobias Jahnke | 2 | -2/+56 | |
2017-08-16 | project name HAL_MOST_UNICENS is now uppercase | Tobias Jahnke | 20 | -105/+112 | |
2017-08-16 | MOST ALSA mixer controls now mapped to UNCENS I2C commands | Tobias Jahnke | 5 | -15/+61 | |
2017-08-16 | fixes linker issue and implements volume service | Tobias Jahnke | 4 | -5/+44 | |
2017-08-16 | includes lib-most-volume in HAL UNICENS | Tobias Jahnke | 17 | -18/+1058 | |
2017-08-16 | implements wrapper for unicens functions | Tobias Jahnke | 5 | -72/+297 | |
2017-08-16 | introduced automatic connection/start of unicens2-binding | Tobias Jahnke | 3 | -23/+137 | |
2017-08-16 | added code to parse mixer control updates | Tobias Jahnke | 5 | -9/+1334 | |
2017-08-16 | added custom master and playback mixer controls for hal-most-unicens | Tobias Jahnke | 1 | -5/+20 | |
2017-08-16 | adds HAL for MOST/UNICENS | Tobias Jahnke | 3 | -0/+136 | |
2017-08-16 | removed legacy most dependencies in nbproject | Tobias Jahnke | 2 | -123/+6 | |
2017-08-16 | Moved FileConfigScan to AudioCommon and Documentation | Fulup Ar Foll | 21 | -299/+830 | |
2017-08-15 | Documentation | Fulup Ar Foll | 6 | -75/+495 | |
2017-08-15 | docall working with simple table | fulup | 10 | -72/+526 | |
2017-08-14 | Work in Progress | fulup | 15 | -339/+399 | |
2017-08-13 | Fix AFB_MESSAGE with null arguments | fulup | 26 | -719/+1095 | |
2017-08-11 | Almost working version with Json Config, Lua script and sharelib callbacks. | fulup | 10 | -160/+352 | |
2017-08-11 | Update to new Tempate | fulup | 18 | -171/+230 | |
2017-08-10 | Work in Progress | fulup | 23 | -484/+818 | |
2017-08-09 | Not Working LUA user_data | fulup | 4 | -77/+342 | |
2017-08-08 | Early Draft of LUA integration | fulup | 37 | -533/+3024 | |