summaryrefslogtreecommitdiff
path: root/driver/accelgyro_lsm6dso.c
Commit message (Expand)AuthorAgeFilesLines
* driver: lsm6dso: Fix FIFO processingGwendal Grignou2021-09-101-28/+27
* driver: lsm6dso: Minor macro changesGwendal Grignou2021-09-101-3/+2
* drive: lsm6dso: Modify interrupt from high active to low activeOwen_Ou2021-04-161-2/+3
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+1
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-16/+3
* driver: use IS_ENABLED on more accelerometer driversGwendal Grignou2020-11-061-3/+4
* driver: lsm6dso: Fix build issue and align to motion sense fifo apiMario Tesi2019-11-191-1/+5
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-38/+31
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-12/+12
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-16/+22
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-2/+2
* driver: lsm6dso: Add support to LSM6DSO IMUMario Tesi2019-03-061-0/+501