summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jihoon Jung [Thu, 11 Jul 2024 08:02:35 +0000 (17:02 +0900)]
Apply multi-hal interface
Change-Id: I2553dfc2e8daec1e12986ba0eb0a9307c4c73007
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Chanwoo Choi [Thu, 20 Jun 2024 04:16:26 +0000 (13:16 +0900)]
Add support for HAL_MODULE_UWB v1.0 interface
HAL_MODULE_UWB will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_UWB.
hal-uwb-interface-1.h contains the v1.0 HAL interface.
Change-Id: If509fe48da09340caf1aa3388188c34f6c12ebc8
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Wed, 19 Jun 2024 06:38:45 +0000 (15:38 +0900)]
Add new HAL manifest file of HAL_MODULE_UWB
HAL_MODULE_UWB will support the multiple version of HAL interface.
So that v1.0 is first supported version of HAL_MODULE_UWB.
And HALCC (HAL Compatibility Checker) checks and stores the hal-backend
compatibility result between HAL manifest and hal-backend package
under /opt/etc/hal/ directory. When installing/un-installing hal-api package,
hal-backend compatibility result should be reset.
So that reset the hal-backend compatibility result by executing
'usr/bin/hal-compatibility-checker --reset' command.
Change-Id: I65eb980f91d52fc56003b795f9fcdb575c07fdf8
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
jiung-yu [Thu, 23 Sep 2021 15:48:52 +0000 (00:48 +0900)]
Add new UWB ranging data
Description: New UWB specification includes way to measure
Arrival of Angle(AoA) via Phase Difference of Arriving(PDOA)
To provide more ease of development, we include PDOA also in
node data structure.
Change-Id: Ifd98fc8b125a22fe449a4a1aee64a7012662dce5
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Chanwoo Choi [Thu, 22 Apr 2021 05:56:25 +0000 (14:56 +0900)]
Replace fPIE gcc option with fPIC
The fPIE option is for the executable binary.
It is not proper for shared library files.
So that correct the wrong use-case by using fPIC.
Change-Id: I3b913699852ae8f094f90448bd7f03035debcd8b
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Jihoon Jung [Mon, 3 May 2021 04:27:11 +0000 (13:27 +0900)]
Add error handling for not supported functions
Change-Id: I57f5e15e2bf53ec1d92902dcb3f7d42568af5f0f
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Jihoon Jung [Thu, 28 Jan 2021 06:17:17 +0000 (15:17 +0900)]
UWB hal : Implementation of HAL interface
Change-Id: I288c6c35547427bff7156b2f66d0d503f7b9eb3f
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Tizen Infrastructure [Thu, 17 Dec 2020 00:29:42 +0000 (00:29 +0000)]
Initial empty repository