summaryrefslogtreecommitdiff
path: root/driver/accelgyro_bmi160.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* driver: bmi: Enable On/Off body detection on all BMI IMUGwendal Grignou2022-08-311-1/+8
* util: remove unused includesYuval Peress2022-08-051-0/+1
* driver/accelgyro_bmi160.c: Format with clang-formatJack Rosenthal2022-06-291-139/+110
* bmix60: Use CONFIG_<driver>_INT_ENABLEGwendal Grignou2022-05-231-12/+15
* zephyr: bmi160: Test interrupt handler and bug fixTristan Honscheid2021-11-091-17/+0
* zephyr: bmi160: Remove redundant check from config_interruptTristan Honscheid2021-11-091-5/+4
* zephyr: bmi160: Test offset and calib on unsupported sensor typesTristan Honscheid2021-11-091-3/+10
* driver: bmi: Merge list_activities in common codeGwendal Grignou2021-09-101-11/+1
* Coachz: MotionSensor: Avoid redefine gesture function list_activitespengjunhao52021-09-071-8/+8
* driver: bmi160: bmi260: Minor driver fixesTomasz Michalec2021-07-141-3/+11
* zephyr: driver: bmi160: Add interrupt handler using devicetreeYuval Peress2021-04-221-0/+17
* driver: bmi160: Fix imports for zephyr include pathYuval Peress2021-04-211-3/+3
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-3/+2
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-6/+3
* driver: bmi160: Use IS_ENABLED()Gwendal Grignou2020-11-061-103/+94
* motion: orientation: update interfaceGwendal Grignou2020-11-061-2/+3
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* driver: bmi: add get_rms_noise() for body detectionChing-Kang Yen2020-09-031-0/+3
* driver: bmi160: Read only the first 2 bytes of the interrupt fieldGwendal Grignou2020-08-281-1/+1
* driver: bmi160: Increase the deadline for gyro calibrationInno.Park2020-06-301-3/+19
* driver: Add BMI common codeChing-Kang Yen2020-04-231-868/+127
* driver: bmi160: Fix rounding error in set_offset() and get_offset()Ching-Kang Yen2020-01-311-8/+13
* driver: bmi160: Implement temperature readingYuval Peress2020-01-021-0/+6
* Clean up double tap related definitionHeng-Ruey Hsu2019-11-131-5/+5
* Add double tap and make motion sense wake up apHeng-Ruey Hsu2019-11-111-5/+5
* driver: bmi160: Move commit to end of loopYuval Peress2019-10-161-2/+7
* include: De-longify BIT() macroEvan Green2019-10-051-1/+1
* printf: Fix formatting errorsEvan Green2019-10-051-1/+1
* printf: Add support for %zEvan Green2019-10-051-3/+3
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-45/+39
* common: Move fifo logic out of motion_sense.cYuval Peress2019-08-231-0/+1
* driver: Add support for calibration modeGwendal Grignou2019-07-241-1/+4
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-113/+113
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-155/+222
* common: motion_sense: Spread timestamps in motion sense fifoYuval Peress2019-06-061-1/+2
* motionsense: Convert in_spoof_mode to a more generic flagsYuval Peress2019-05-231-1/+1
* driver: bmi160: Check enable_fifo flags before processing FIFOGwendal Grignou2019-04-271-13/+13
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* motion: Define macros for custom eventsGwendal Grignou2019-03-201-2/+4
* driver: bmi160: Force calling irq_handler after mag initializationGwendal Grignou2019-02-281-0/+7
* driver: bmi160: Add temporary variable in decode_headerGwendal Grignou2019-02-281-7/+9
* FIXUP: sensor: Adjust max_frequency based on EC performanceGwendal Grignou2019-02-281-4/+2
* driver: bmi160: Add setting calibration scaleGwendal Grignou2019-02-271-8/+40
* driver: bmi160: for reference, add for lis2mdl supportGwendal Grignou2019-02-111-0/+5
* config: Add magnetometer definitionsGwendal Grignou2019-02-081-1/+1
* bmi160: exit IRQ loop if error during reg readJett Rink2018-12-141-2/+4
* bmi160: do not overrun the amount of data read from the BMI FIFOEnrico Granata2018-12-131-8/+11
* bmi160: Keep timestamp and FIFO synchronizedEnrico Granata2018-12-121-8/+2
* driver: bmi160: Read the FIFO more efficientlyGwendal Grignou2018-10-151-83/+108