summaryrefslogtreecommitdiff
path: root/test/motion_lid.c
Commit message (Expand)AuthorAgeFilesLines
* test: Sort header filesJeremy Bettis2022-11-301-3/+3
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* test/motion_lid.c: Format with clang-formatJack Rosenthal2022-07-011-15/+10
* motion_sense: Stop collection when sensor is powered downGwendal Grignou2020-12-011-0/+16
* test: motion: Update test to match motion_senseGwendal Grignou2020-11-231-28/+5
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-8/+3
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: motion_sense: Require CONFIG_MOTION_SENSOR_MAX_COUNTYuval Peress2019-06-051-58/+60
* motion sense: Calculate loop time based on sensor needsMathew King2019-04-271-3/+0
* motion_lid: Rewrite lid angle calculation based on chromium codeGwendal Grignou2019-03-261-29/+36
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-1/+1
* driver: sensor: Remove set_resolution when NOOPGwendal Grignou2018-03-151-8/+0
* motion_lid: no angle correction when lid closephilipchen2017-03-171-0/+14
* CHERRY-PICK: motion_lid: Add more reliability measurements.Aseda Aboagye2017-01-201-3/+39
* motion_lid: prevent angle 0 <-> 360 transition.Gwendal Grignou2016-09-091-0/+27
* test: motion_lid: Use new sensor frameGwendal Grignou2016-08-241-35/+17
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-0/+2
* motion: Change units of ec_rate from us to ms.Gwendal Grignou2015-11-181-4/+4
* motion: cleanup include fileGwendal Grignou2015-11-121-0/+2
* motion: Remove duplicate shutdown codeGwendal Grignou2015-10-281-1/+3
* common: motion: Separate motion task interval from AP configurationGwendal Grignou2015-09-291-3/+3
* motion: add config option to use the old accelerometer ref frameAlec Berg2015-09-171-2/+2
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-31/+62
* math: Add inverse matrix calculationGwendal Grignou2015-08-241-4/+1
* accel: mechanical changes from i2c_addr to addrGwendal Grignou2015-07-301-2/+2
* ryu: Fix orientation of accel and compassGwendal Grignou2015-07-221-3/+4
* motion: Add sample frequency per sensorGwendal Grignou2015-07-151-26/+49
* driver: bmi160: Add FIFO and interrupt supportGwendal Grignou2015-07-101-0/+2
* accel: move X,Y,Z definitionGwendal Grignou2015-06-091-5/+0
* driver: Use common data structure to store default accel valuesGwendal Grignou2015-05-121-8/+30
* Convert motion sense calculations to fixed point.Randall Spangler2015-02-051-6/+7
* motion: Add decoding for MOTION_CMD_DUMP v1 commandGwendal Grignou2014-11-181-9/+8
* Samus: Split motion sense and lid angleGwendal Grignou2014-10-291-0/+208