aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc
AgeCommit message (Collapse)AuthorFilesLines
2019-12-03config: Fix wrong controller configuration file nameRomain Forlot2-0/+53
Change-Id: I6491c1bb4b64d7f005f220e4d2358ce787bf84af Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-12-03Revert "config: Change default configuration file names"Romain Forlot2-48/+0
This reverts commit 49ea87d92a3578c4c1547b094deaaca371816585. Change-Id: I76186166cf2bd6dff0696f26ff30747288fc5478 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-12-03config: Change default configuration file namesRomain Forlot2-0/+24
Default file name doesn't fit when using on a target board because the binder and app-framework choose another processus name than the one chosen manually so binding doesn't find the JSON configuration file. Change-Id: I287b0c2ffe571a49626663aa8abe69d928e2bbf6 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-12-03can-bus: Use configuration from JSON fileRomain Forlot1-0/+4
Use configuration from JSON file instead of the old INI file. Now all configuration files lies within the binding tree. Change-Id: Id986d19751db958ad5cf3b7f2b2c5443d4ceb062 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-12-03plugins: Use agl-vcar plugin by defaultRomain Forlot1-13/+3
Change-Id: I8935210e4cc2ec290a809bc1bfece4c36d367cda Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-11-07controller: Prepare project ot use the ControllerArthur Guyader2-0/+61
Change-Id: I39c39da66f9a0716bd75dc82824941508c236bf2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>