summaryrefslogtreecommitdiff
path: root/common/motion_sense_fifo.c
Commit message (Expand)AuthorAgeFilesLines
* motion_sense: Fix null pointer reference in gesture detectionRuihai Zhou2023-05-161-1/+4
* common: Sort header filesJeremy Bettis2022-11-291-3/+3
* motion_sense: Trigger AP interrupt based on sensor timestampGwendal Grignou2022-10-281-0/+51
* motion_sense_fifo: Remove mutex around _needed/_reset flagsGwendal Grignou2022-10-201-14/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* ec: Fix stack smashing in motion_sense_fifoJeremy Bettis2022-08-041-2/+6
* motion_sense_fifo: Reset timestamp only when ODR changesGwendal Grignou2022-08-031-10/+20
* motion_sense_fifo: Move lost to motion_sensor_fifoGwendal Grignou2022-08-031-2/+19
* motion_sense_fifo: use is_new_timestampGwendal Grignou2022-08-031-2/+2
* common/motion_sense_fifo.c: Format with clang-formatJack Rosenthal2022-06-291-34/+29
* motion_sense_fifo: Add tests for the get_info functionYuval Peress2022-04-061-1/+2
* common: motionsense fifo: Reset the initialized bits after commitYuval Peress2021-05-041-0/+6
* common: motion_sense: Prevent on/off body from waking up deviceGwendal Grignou2021-03-291-1/+17
* common: motion: move read fifo console commandGwendal Grignou2021-01-291-0/+34
* common: motion_sense_fifo: modify SENSOR_COUNTChing-Kang Yen2020-09-031-6/+6
* common: motion_sense_fifo: fix iteration bugYuval Peress2020-02-141-2/+24
* common: Migrate online calibration to own moduleYuval Peress2020-02-131-49/+58
* common: motion_sense_fifo: Read temperature on stageYuval Peress2020-01-111-0/+43
* common/motion_sense: fix compilation issue when MKBP is not setGwendal Grignou2020-01-091-0/+2
* common: Refactor motion_sense_fifoYuval Peress2019-11-111-118/+233
* Revert "common: Refactor motion_sense_fifo"Scott Collyer2019-10-021-161/+97
* common: Refactor motion_sense_fifoYuval Peress2019-09-271-97/+161
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-1/+6
* common: Move fifo logic out of motion_sense.cYuval Peress2019-08-231-0/+403