summaryrefslogtreecommitdiff
path: root/driver/accelgyro_bmi160.c
Commit message (Expand)AuthorAgeFilesLines
* driver: bmi160: Fix rounding error in set_offset() and get_offset()Ching-Kang Yen2020-06-231-8/+13
* driver: accel: Prevent ODR from crashing the ECGwendal Grignou2019-05-301-23/+14
* Revert "sensor: bmi160: Don't batch data on the sensor"Alexandru M Stan2018-07-161-2/+3
* Revert "motion: remove load_fifo"Alexandru M Stan2018-07-161-179/+166
* Revert "motion: Lower jitter of Sensor->EC timestamp"Alexandru M Stan2018-07-161-10/+1
* sensor: bmi160/bma2x2: Fix the timeout value of compensation.Marco Chen2018-03-271-1/+1
* driver: bma2x2: Add perform_calibGwendal Grignou2018-03-191-4/+5
* driver: sensor: Remove set_resolution when NOOPGwendal Grignou2018-03-161-9/+0
* motion: Lower jitter of Sensor->EC timestampAlexandru M Stan2018-03-151-1/+10
* motion: remove load_fifoGwendal Grignou2018-03-121-166/+179
* sensor: bmi160: Don't batch data on the sensorAlexandru M Stan2018-03-121-3/+2
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-171-3/+1
* sensors: add bmi160 & kionix orientation driverNick Vaccaro2017-08-081-0/+49
* sensor: bmi160: Fix macro used to set double tap intersticeScott Collyer2017-05-311-1/+1
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-2/+2
* driver: bmi160: Set odr to 0 at init.Gwendal Grignou2017-01-101-0/+6
* motion_sense: Add "spoof" modeAseda Aboagye2017-01-071-0/+4
* driver: Move sensor private struture definition to boards.Gwendal Grignou2016-12-281-4/+0
* driver: bmi160: Add temperature sensorGwendal Grignou2016-12-121-0/+16
* driver: bmi160: Remove unnecessary delayGwendal Grignou2016-11-211-6/+10
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* driver: sensor: Remove set_interruptGwendal Grignou2016-11-081-8/+0
* driver: bmi160: Autocalibrate Accelerometer properly.Gwendal Grignou2016-11-021-1/+6
* driver: bmi160: Fix logic issue when accelerometer is not first sensorGwendal Grignou2016-10-071-4/+2
* driver: bmi160: Add config variable for INT2 settingGwendal Grignou2016-10-071-8/+10
* i2c: Add i2ctest console commandVijay Hiremath2016-09-231-2/+14
* driver: bmi160: Add support bmi168Wonjoon Lee2016-05-101-1/+1
* driver/accelgyro_bmi160.c: fix the error handle in read()james_chao2016-05-061-1/+1
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-93/+104
* common: spi: Add a delay after write commands.Gwendal Grignou2015-11-191-0/+6
* motion: Remove duplicate shutdown codeGwendal Grignou2015-10-281-4/+0
* driver: bmi160: Add magic sequence to unlockGwendal Grignou2015-10-271-1/+12
* motion: fix manage_activity interfaceGwendal Grignou2015-10-161-1/+1
* motion: fix spellingGwendal Grignou2015-10-151-4/+4
* common: Add magnetometer online calibration.Gwendal Grignou2015-10-131-0/+23
* board: ryu: Match Samus double tap behavior.Gwendal Grignou2015-09-291-0/+2
* driver: bmi160: Reenable FIFO when EC wants it.Gwendal Grignou2015-09-241-2/+5
* driver: bmi160: Fix for significant motion while in suspend.Gwendal Grignou2015-09-211-8/+10
* driver: bmi160: Allow double tap to be set by the host.Gwendal Grignou2015-09-211-6/+28
* common: motion: Fix accelgyro interfaceGwendal Grignou2015-09-211-4/+4
* driver: bmi160: Add Significant motion support.Gwendal Grignou2015-09-211-0/+94
* common: accel: Add error code for irq handlerGwendal Grignou2015-09-191-1/+1
* GLaDOS: Add base accel & gyro.Aseda Aboagye2015-09-191-0/+6
* motion: Add Gesture InterfaceGwendal Grignou2015-09-181-0/+1
* driver: bmi160: add code for setting double tapGwendal Grignou2015-09-181-16/+18
* common: motion: move gesture actions in motion task.Gwendal Grignou2015-09-181-2/+2
* driver: bmi160: Prevent crash when FIFO is not validGwendal Grignou2015-09-071-12/+34
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-10/+10
* driver: change get_ interface.Gwendal Grignou2015-08-291-15/+8
* driver: bmi160: use rotation matrix to handle offsets.Gwendal Grignou2015-08-241-9/+19