summaryrefslogtreecommitdiffstats
path: root/high-can-binding
AgeCommit message (Collapse)AuthorFilesLines
2020-01-21Fix namespace issue that fails on newer g++icefish_8.99.5icefish/8.99.58.99.5Scott Murray1-1/+1
The explicit reference to the std::__cxx11 namespace in high.hpp seems no longer required and triggers an error on newer versions of g++, remove it. Bug-AGL: SPEC-2932 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ib49e7faebbad246aa777129c401981a58352fec4
2018-01-04Remove lua dependency and rename to high-viwiRomain Forlot4-6/+0
And upgrade submodules Change-Id: I19dd52da56280afa0725f0a9a96efb20ad02812e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-10-17Rename API from high-can to high-viwiRomain Forlot4-18/+18
This service is meant to be more generic and expose as many information from several sources. Change-Id: I657dedf397ab55e048e435dfd16ce47066820347 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-11Fix: raspberrypi3 AGL Yocto build failureRomain Forlot2-2/+2
Wrong callback signature, a type was casted implicitly from long unsigned int to long long unsigned int (aka uint64_t) Change-Id: I98a03ccf9e708a60af010bf12bac280dd7f3ea1d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-07-07Fix: compile error on maybe unitialized variableRomain Forlot1-4/+2
Change-Id: Iacc68e23a5d10a092b7c10f18adba4b8306365e9 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-07-07Fix change in binder add new info field in structsRomain Forlot1-4/+5
Change-Id: I25a11d52588490f0f7e680643c68a8026e0888d2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-07-04DAB RC3 Fixes follows appfw API break.Romain Forlot2-20/+20
Following functions now return 0 on success and negative value on failure : o afb_req_subcall o afb_req_subcall_sync o afb_service_call o afb_service_call_sync Verbosity macros used in v2 bindings now needs to be prefixed with AFB_ (ERROR -> AFB_ERROR) Change-Id: I7b41f26875226861d8826936c712b4a59e5bb783 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-19Same binding name than low lvl CAN bindingRomain Forlot1-2/+2
Change-Id: Ifff4ea5e3407df33aae382d80e0d06bd4d33868f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-12Reworked build processRomain Forlot1-3/+3
- Renamed submodule folder, binding - added more complete config.xml widget file Change-Id: I1b6c18bc5cbd461c193dacba29678cf5c5f3143d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-12Migration to binding v2Romain Forlot5-73/+58
Change-Id: I05e93ff74db3f9e7b31a7348ea0fa23d16b737c7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-05Initial CommitRomain Forlot6-0/+781
Change-Id: I4a832208f3db9f5fece82f44cc957c6c1bb91d6c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>