summaryrefslogtreecommitdiff
path: root/driver/accelgyro_icm426xx.c
Commit message (Expand)AuthorAgeFilesLines
* 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