summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Update ABI versiontizen_8.0_m2_releasetizen_7.0_m2_releasesubmit/tizen/20220531.024845accepted/tizen/unified/20220601.141621accepted/tizen/8.0/unified/20231005.094508accepted/tizen/7.0/unified/hotfix/20221116.110419accepted/tizen/7.0/unified/20221110.061306tizen_8.0tizen_7.0_hotfixtizen_7.0accepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedTaeminYeom1-1/+1
2021-06-21Remove unused sensorhub codesubmit/tizen/20210621.095917Yunmi Ha15-1120/+0
2021-04-27Change dlog tag as HAL_BACKEND_SENSORYunmi Ha1-1/+1
2021-04-20Use system error instaed of sensor_error_eYunmi Ha3-15/+15
2021-04-13Use sensor_error_e of hal APIYunmi Ha3-22/+4
2021-02-02Use hal-sensor-typesBoram Bae5-5/+5
2021-01-27Use hal-api-sensor instead of legacy interfaceBoram Bae7-64/+94
2019-04-10Asan issue alloc-dealloc-mismatch (malloc vs operator delete )Avichal2-2/+2
2018-12-10Fixing build error with new dlog formatsrinivasa.m1-1/+1
2018-08-13[Non-ACR]Adding HAL test for Sensor TM1 FWsrinivasa.m5-10/+76
2017-09-12sensor: hal: tm1: fix coding rule violationskibak.yoon6-7/+5
2017-09-08sensor: hal: tm1: change readdir_r to readdirkibak.yoon2-35/+18
2017-08-03sensor-hal: tm1: change minimum interval to 10mskibak.yoon1-4/+4
2016-06-29sensor-hal-tm1: remove useless package dependencykibak.yoon2-29/+28
2016-06-28sensor-hal: include missing header files for monotonic timestampkibak.yoon1-1/+3
2016-05-11sensor-hal-tm1: sync with sensor-hal-tw1 HALkibak.yoon10-139/+312
2016-04-19sensor-hal-tm1: open data nodes with the read-only permissionkibak.yoon2-2/+2
2016-04-05sensor-hal-tm1: remove unused functions in accel/proxikibak.yoon4-56/+0
2016-04-02Merge "sensor-hal-tm1: rename sensor_logs.h to sensor_log.h" into devel/tizen...Mu-Woong Lee12-11/+11
2016-04-02Merge "sensor-hal: change strerror to strerror_r" into devel/tizen_3.0Mu-Woong Lee4-5/+15
2016-04-02Merge "sensor-hal: change readdir to readdir_r" into devel/tizen_3.0Mu-Woong Lee1-9/+29
2016-04-01sensor-hal-tm1: rename sensor_logs.h to sensor_log.hkibak.yoon12-11/+11
2016-04-01sensor-hal: change strerror to strerror_rkibak.yoon4-5/+15
2016-04-01Revert "sensor-hal: change strerror to strerror_r"kibak.yoon4-15/+5
2016-04-01Revert "sensor-hal-tm1: rename sensor_logs.h to sensor_log.h"kibak.yoon12-11/+11
2016-04-01sensor-hal: change readdir to readdir_rkibak.yoon1-9/+29
2016-04-01sensor-hal-tm1: rename sensor_logs.h to sensor_log.hkibak.yoon12-11/+11
2016-04-01sensor-hal: change strerror to strerror_rkibak.yoon4-5/+15
2016-03-29sensor-hal: proxi: fix the value of proximitykibak.yoon1-1/+3
2016-02-15sensor-hal: rename sensor_handle_t to sensor_info_tkibak.yoon11-33/+33
2016-02-13sensor-hal: move sensor_hal.h to sensor-hal-devel packagekibak.yoon7-196/+6
2016-02-12sensor-hal: change the interface of set_attribute_*kibak.yoon11-23/+23
2016-02-12sensorhub-hal: set the id as the library numberkibak.yoon5-29/+17
2016-02-12sensor-hal: change the type of id to uint32_tkibak.yoon9-72/+72
2016-02-12sensor-hal-sensorhub: fix the bug caused by static member variablekibak.yoon6-27/+43
2016-02-05sensor-hal: add interface of sensorhubkibak.yoon16-4/+1113
2016-02-05sensor-hal-tm1: enable proximity sensorkibak.yoon5-287/+270
2016-02-05sensor-hal-tm1: modify Sensor HAL interfacekibak.yoon7-73/+47
2016-02-05sensor-hal-tm1: remove unused sensors on TM1kibak.yoon16-2719/+0
2016-02-03sensor-hal: unify code style for class bracketsMu-Woong Lee2-4/+3
2016-02-03sensor-hal: add including stdbool.hMu-Woong Lee1-0/+1
2016-02-03sensor-hal: modify HAL interface for batchingMu-Woong Lee3-5/+6
2016-02-03sensor-hal: remove vector in sensro HAL interfaceMu-Woong Lee4-67/+40
2016-02-03sensor-hal: refactoring sensor HAL interfaceMu-Woong Lee5-517/+132
2016-02-03sensor-hal: clean up the code and dependencyMu-Woong Lee5-3/+36
2016-02-03sensor-hal: change sensor_device_base to util classMu-Woong Lee8-268/+239
2016-02-03sensor-hal: re-organize build procedureMu-Woong Lee32-681/+232
2016-02-03sensor-hal: rename interface of HAL for managing it easilyMu-Woong Lee11-310/+311
2016-02-03sensor-hal: remove xml dependency and xml-related codeMu-Woong Lee10-649/+103
2016-02-03sensor-plugins-tm1: enable proximity sensor HALMu-Woong Lee2-34/+63