summaryrefslogtreecommitdiff
path: root/driver/accelgyro_lsm6dso.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* driver: st: Enable on/off body detection to lsm6dsmGwendal Grignou2022-08-311-16/+5
* driver/accelgyro_lsm6dso.c: Format with clang-formatJack Rosenthal2022-07-011-26/+22
* lsm6dso: Use CONFIG_<driver>_INT_ENABLEGwendal Grignou2022-05-231-50/+32
* driver: lsm6dso: add body/ gesture detectionScott Chao2022-05-141-0/+29
* zephyr: Add initial shim for lsm6dso sensorAndrew McRae2021-12-301-0/+17
* driver: lsm6dso: Fix FIFO processing like other driversGwendal Grignou2021-12-141-14/+10
* 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