summaryrefslogtreecommitdiff
path: root/driver/accelgyro_bmi260.c
Commit message (Expand)AuthorAgeFilesLines
* driver: bmi: Merge list_activities in common codeGwendal Grignou2021-09-101-13/+1
* Coachz: MotionSensor: Avoid redefine gesture function list_activitespengjunhao52021-09-071-3/+3
* driver: bmi260: integrate body detectionGwendal Grignou2021-08-201-0/+15
* driver: bmi160: bmi260: Minor driver fixesTomasz Michalec2021-07-141-2/+8
* zephyr: DT: support BMI260Hyungwoo Yang2021-03-241-0/+20
* No init.rom section support in ZephyrHyungwoo Yang2021-01-221-1/+1
* Zephyr: Create public headers for bmi260, bma2x2, and tcs3400Hyungwoo Yang2021-01-201-3/+2
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+1
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-5/+3
* driver: bmi260: Use IS_ENABLED()Gwendal Grignou2020-11-061-27/+23
* driver: bmi: remove unnecessary msleep()Gwendal Grignou2020-10-201-3/+0
* driver: bmi: add get_rms_noise() for body detectionChing-Kang Yen2020-09-031-0/+3
* bmi260: back out support for compressed config fileKeith Short2020-08-211-165/+6
* bmi260: move BMI260 init file into .init.rom sectionKeith Short2020-08-201-16/+64
* bmi260: Add support for using compressed configKeith Short2020-07-101-11/+190
* driver: Add BMI260 basic driver supportChing-Kang Yen2020-04-231-0/+512