summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Boram Bae [Wed, 17 Feb 2021 06:55:54 +0000 (15:55 +0900)]
Add more sensor types
* Change type from sensor_device_type to int
Change-Id: I941b0d97ee96b80dede3dede362cf829fca957b6
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Boram Bae [Thu, 4 Feb 2021 01:40:20 +0000 (10:40 +0900)]
Fix a wrong conditional compilation
Change-Id: I4bc14399318aa645398ea8fd7a55669e8f21a0db
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Boram Bae [Tue, 2 Feb 2021 05:00:05 +0000 (14:00 +0900)]
Add hal-sensor-types.h
* Move sensor data types and a base class to hal-sensor-types.h
* This change required by plan of Next HAL
Change-Id: Icca31d1a62b9ba141763880829eb5427f983dcce
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Boram Bae [Tue, 26 Jan 2021 09:27:04 +0000 (18:27 +0900)]
Fix minor things
* Remove redundant defines
* Remove meaningless slash
Change-Id: I51426f32d532e4cdb038c0ebeec9ba346831fdc1
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Boram Bae [Thu, 14 Jan 2021 09:19:36 +0000 (18:19 +0900)]
Squash sensor device and type into interface
* Maintain only two headers at the request of the architect of the hal layer
Change-Id: I52db09260293c617df849f602a5afef0fdd71e99
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Boram Bae [Thu, 14 Jan 2021 05:17:46 +0000 (14:17 +0900)]
Implement a create
* Add hal-sensor-devices-types.h and hal-sensor-devices.h from sensord
* Now the sensor implementation of the device should use the interface of this package.
Change-Id: I9e4ff12b1b455258345e6e481648bc307741cf79
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Boram Bae [Wed, 13 Jan 2021 02:24:26 +0000 (11:24 +0900)]
Add hal-sensor and hal-sensor-interface
* This patch allows you to build the package.
Change-Id: I315e176ea0b3951e7d57e673cd5c8a16bf7d959b
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Tizen Infrastructure [Tue, 22 Dec 2020 01:33:04 +0000 (01:33 +0000)]
Initial empty repository