summaryrefslogtreecommitdiff
path: root/driver/als_si114x.c
Commit message (Expand)AuthorAgeFilesLines
* motion sense: Calculate loop time based on sensor needsMathew King2021-09-251-0/+2
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-1/+1
* motion: Lower jitter of Sensor->EC timestampAlexandru M Stan2018-03-141-1/+7
* motion: remove load_fifoGwendal Grignou2018-03-091-3/+0
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-171-4/+1
* cleanup: motion_sense: Remove driver data structure externsShawn Nematbakhsh2017-06-151-21/+0
* driver: Add polling mode support to Si114x ALS sensorScott2017-02-201-0/+14
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-2/+2
* driver: als: Add error code UNCHANGEDGwendal Grignou2017-01-051-1/+1
* driver: sensor: Remove set_interruptGwendal Grignou2016-11-081-8/+0
* driver: si114x: Handle overflow properly.Gwendal Grignou2016-06-171-12/+16
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-29/+37
* Enforce compilation without system headersStefan Reinauer2016-02-031-1/+1
* driver: si114x: Unlock the device if stuckGwendal Grignou2015-12-011-1/+24
* device: si114x: Address overflow conditionGwendal Grignou2015-12-011-1/+1
* driver: si114x: Do not read light when proximty is lowGwendal Grignou2015-11-181-0/+12
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-111-0/+1
* driver: si114x: Fail init of proximity sensor if light sensor fails.Gwendal Grignou2015-10-281-1/+3
* common: motion: Fix forced mode computationGwendal Grignou2015-10-151-0/+3
* driver: si114x: fix typoGwendal Grignou2015-09-191-1/+1
* common: accel: Add error code for irq handlerGwendal Grignou2015-09-191-3/+6
* motion: Add Gesture InterfaceGwendal Grignou2015-09-181-0/+1
* common: motion: move gesture actions in motion task.Gwendal Grignou2015-09-181-2/+2
* driver: si114x: Fix compilation when ACCEL_FIFO is disabledGwendal Grignou2015-09-181-0/+2
* driver: si114x: Convert unit to distanceGwendal Grignou2015-09-011-2/+9
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-1/+1
* driver: change get_ interface.Gwendal Grignou2015-08-291-14/+8
* driver: si114x: Add ALS/Proxy sensor SI114xGwendal Grignou2015-08-221-0/+545