aboutsummaryrefslogtreecommitdiffstats
path: root/Controller-afb
AgeCommit message (Collapse)AuthorFilesLines
2017-08-22Minor Fix on LUA script search pathFulup Ar Foll3-51/+22
2017-08-21Documentation and LUA for UbuntuFulup Ar Foll1-2/+2
2017-08-21Fix Controller APIFulup Ar Foll3-33/+37
2017-08-20Updated to latest App TemplateFulup Ar Foll5-10/+15
2017-08-18Remove BINDING_INSTALL_PREFIX/DIR variableRomain Forlot1-4/+4
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 Forlot1-1/+15
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-18Latest app-templates features integrationRomain Forlot1-17/+2
- 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 Foll1-0/+11
2017-08-18Integration with Alsa HookPlugin is now working. Fulup Ar Foll12-0/+3147