summaryrefslogtreecommitdiff
path: root/driver/accelgyro_lsm6ds0.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-424/+0
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-17/+6
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-16/+16
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-19/+28
* cleanup: refactor CPRINTF("[%T ...]\n") to CPRINTSJack Rosenthal2019-07-171-2/+3
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-1/+1
* drivers: Refactor to use high-level i2c APIsJonathan Brandmeyer2018-08-091-4/+1
* driver: sensor: Remove set_resolution when NOOPGwendal Grignou2018-03-151-9/+0
* motion: remove load_fifoGwendal Grignou2018-03-091-1/+1
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-171-16/+3
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-2/+1
* driver: sensor: Remove set_interruptGwendal Grignou2016-11-081-12/+0
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-18/+20
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-13/+4
* driver: change get_ interface.Gwendal Grignou2015-08-291-15/+8
* driver: accel: Apply offsets after rotationGwendal Grignou2015-08-241-5/+7
* accel: mechanical changes from i2c_addr to addrGwendal Grignou2015-07-301-12/+12
* ryu: Fix orientation of accel and compassGwendal Grignou2015-07-221-3/+4
* common: Untie math_util from motion sense.Gwendal Grignou2015-07-221-0/+1
* driver: bmi160 Add code for calibrationGwendal Grignou2015-07-151-0/+1
* driver: lsm6ds0: Add bias offset codeGwendal Grignou2015-07-091-32/+42
* driver: Use common data structure to store default accel valuesGwendal Grignou2015-05-121-16/+17
* lsm6ds0: Cache ODR and range on EC.Aseda Aboagye2015-04-201-20/+18
* accel: fix accel bug where if no new data, it uses wrong dataAlec Berg2014-12-301-3/+3
* motion: Add decoding for MOTION_CMD_DUMP v1 commandGwendal Grignou2014-11-181-32/+29
* Samus: Split motion sense and lid angleGwendal Grignou2014-10-291-3/+3
* samus: support sensor at different power state.Sheng-Liang Song2014-10-081-5/+6
* samus: added gyro support for lsm6ds0Sheng-Liang Song2014-08-261-135/+312
* Refactor accel / gyro driver to accomodate various configurationsShawn Nematbakhsh2014-08-191-68/+71
* accel: add accel driver for lsm6ds0Alec Berg2014-04-231-0/+285