summaryrefslogtreecommitdiff
path: root/driver/accel_lis2ds.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* driver/accel_lis2ds.c: Format with clang-formatJack Rosenthal2022-07-011-17/+14
* lis2ds: Use CONFIG_<driver>_INT_ENABLEGwendal Grignou2022-05-231-75/+75
* driver: remove MOTIONSENSE_FLAG_INT_ACTIVE_HIGHGwendal Grignou2021-12-141-6/+2
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+1
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-13/+3
* driver: use IS_ENABLED on more accelerometer driversGwendal Grignou2020-11-061-3/+2
* driver: lis2ds: set up the minimum value for set_rangeInno.Park2020-10-141-0/+2
* driver: lis2ds: add a setting if interrupt active low or notInno.Park2020-06-041-3/+12
* driver: lis2ds12: Add driver supportMario Tesi2020-03-271-0/+386