summaryrefslogtreecommitdiff
path: root/driver/accelgyro_bmi160.c
Commit message (Expand)AuthorAgeFilesLines
* driver: bmi: Merge list_activities in common codeGwendal Grignou2022-05-161-13/+1
* driver: Add BMI common codeChing-Kang Yen2022-05-161-803/+111
* motionsense: Convert in_spoof_mode to a more generic flagsYuval Peress2021-09-111-1/+1
* driver: bmi160: Add temporary variable in decode_headerGwendal Grignou2021-09-111-7/+9
* driver: bmi160: Fix rounding error in set_offset() and get_offset()Ching-Kang Yen2020-03-041-8/+13
* motion: Define macros for custom eventsGwendal Grignou2019-05-281-2/+4
* driver: bmi160: Check enable_fifo flags before processing FIFOGwendal Grignou2019-05-071-13/+13
* driver: bmi160: for reference, add for lis2mdl supportGwendal Grignou2019-02-111-0/+5
* config: Add magnetometer definitionsGwendal Grignou2019-02-111-1/+1
* bmi160: exit IRQ loop if error during reg readJett Rink2018-12-181-2/+4
* bmi160: do not overrun the amount of data read from the BMI FIFOEnrico Granata2018-12-181-8/+11
* bmi160: Keep timestamp and FIFO synchronizedEnrico Granata2018-12-181-8/+2
* driver: bmi160: Read the FIFO more efficientlyGwendal Grignou2018-10-151-83/+108
* FIXUP: driver: bmi160: harden interrupt and fifo processingGwendal Grignou2018-10-021-3/+2
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-4/+4
* driver: accel: Prevent ODR from crashing the ECGwendal Grignou2018-09-051-23/+14
* bmi160: End IRQ handler if sensor isn't powered.Aseda Aboagye2018-08-221-1/+6
* drivers: Refactor to use high-level i2c APIsJonathan Brandmeyer2018-08-091-4/+2
* driver: bmi160: Preserve the timestamp before releasing interruptGwendal Grignou2018-07-141-7/+13
* driver: bmi160: harden interrupt and fifo processingGwendal Grignou2018-07-141-45/+46
* driver: bmi160: Rename secondary i2c access functionsGwendal Grignou2018-06-171-7/+8
* driver: bmi160: Rename secondary i2c device addressGwendal Grignou2018-06-151-1/+1
* BMI160: EVE TOT divide by 0 error at bootSam Hurst2018-05-241-0/+1
* sensor: bmi160/bma2x2: Fix the timeout value of compensation.Marco Chen2018-03-261-1/+1
* driver: bma2x2: Add perform_calibGwendal Grignou2018-03-161-4/+5
* driver: sensor: Remove set_resolution when NOOPGwendal Grignou2018-03-151-9/+0
* motion: Lower jitter of Sensor->EC timestampAlexandru M Stan2018-03-141-1/+10
* motion: remove load_fifoGwendal Grignou2018-03-091-166/+179
* sensor: bmi160: Don't batch data on the sensorAlexandru M Stan2018-03-091-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