summaryrefslogtreecommitdiff
path: root/driver/accelgyro_icm426xx.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* driver/accelgyro_icm426xx.c: Format with clang-formatJack Rosenthal2022-07-011-21/+19
* icm426xx: Use CONFIG_<driver>_INT_ENABLEGwendal Grignou2022-05-231-72/+44
* driver: remove MOTIONSENSE_FLAG_INT_ACTIVE_HIGHGwendal Grignou2021-12-141-7/+2
* zephyr: motion: add support for icm426xx driverMichał Barnaś2021-09-301-0/+36
* driver: icm: fix use of I2C_PORT_ACCELYuval Peress2021-04-161-42/+23
* driver: icm426xx: discard first data instead of sleepingJean-Baptiste Maneyrol2021-02-251-22/+56
* driver: icm426xx: change accel oscillator to RC clockJean-Baptiste Maneyrol2021-02-251-1/+8
* driver: icm426xx: update odr before turning sensor onJean-Baptiste Maneyrol2021-02-251-10/+10
* driver: icm426xx: Use calibration unit to set/get offsetGwendal Grignou2021-01-291-20/+13
* icm426xx: reset data rate when initDavid Huang2020-12-251-0/+2
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* driver: fix build error in accelgyro_icm426xx.cSue Chen2020-12-141-3/+2
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-10/+7
* driver: use IS_ENABLED on more accelerometer driversGwendal Grignou2020-11-061-3/+2
* driver: add ICM-426xx driver supportJean-Baptiste Maneyrol2020-08-291-0/+969