summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
Commit message (Expand)AuthorAgeFilesLines
* motion: Set interrupt interval properly for sensor in force modeGwendal Grignou2015-12-011-6/+22
* motion: At shutdown, access sensors only if initialized.Gwendal Grignou2015-12-011-2/+9
* motion: fix ec_rate to be more accurateGwendal Grignou2015-11-211-3/+3
* motion: Fix the number of sample to collect in motion taskGwendal Grignou2015-11-211-1/+10
* motion: improve readability by adding units to variable names.Gwendal Grignou2015-11-191-21/+22
* motion: wake up main task for all changes in EC parameter.Gwendal Grignou2015-11-191-10/+13
* motion: Alter ec_rate to prevent samples without dataGwendal Grignou2015-11-191-11/+40
* motion: Change units of ec_rate from us to ms.Gwendal Grignou2015-11-181-11/+11
* motion: fix oversampling formulaGwendal Grignou2015-11-151-41/+29
* motion: minium interval between motion task now a variableGwendal Grignou2015-11-131-4/+6
* motion: cleanup include fileGwendal Grignou2015-11-121-3/+3
* motion: Remove duplicate shutdown codeGwendal Grignou2015-10-281-10/+4
* motion: reenable double tap in S5.Gwendal Grignou2015-10-161-0/+3
* motion: fix manage_activity interfaceGwendal Grignou2015-10-161-1/+1
* common: motion: Fix forced mode computationGwendal Grignou2015-10-151-14/+19
* motion: Add timestamp in ODRGwendal Grignou2015-10-151-9/+17
* motion: fix spellingGwendal Grignou2015-10-151-11/+11
* motion: fix sensor interrupt interval computationVincent Palatin2015-10-061-1/+2
* common: motion: Fix for calculating oversampling fix.Gwendal Grignou2015-09-291-10/+14
* common: motion: Separate motion task interval from AP configurationGwendal Grignou2015-09-291-25/+56
* common: motion: Add timestamp before wakeup event.Gwendal Grignou2015-09-281-1/+9
* common: motion: Fix setting of Significant motion.Gwendal Grignou2015-09-281-1/+2
* common: motion: Fix error calculating oversampling.Gwendal Grignou2015-09-281-1/+1
* motion_sense: Fix issues in SET_ACTIVITY / LIST_ACTIVITIESFurquan Shaikh2015-09-251-6/+3
* common: motion: Add double tap gesture host interfaceGwendal Grignou2015-09-211-9/+21
* common: motion: Fix oversampling calculation.Gwendal Grignou2015-09-191-4/+6
* common: accel: Add error code for irq handlerGwendal Grignou2015-09-191-2/+3
* motion: Add Gesture InterfaceGwendal Grignou2015-09-181-20/+138
* motion: Add wake up sensor support.Gwendal Grignou2015-09-181-11/+22
* common: motion: move gesture actions in motion task.Gwendal Grignou2015-09-181-5/+14
* common: motion: print return of drv->init()Gwendal Grignou2015-09-181-8/+15
* motion: add config option to use the old accelerometer ref frameAlec Berg2015-09-171-3/+7
* motion: fix task to guarantee task never exitsAlec Berg2015-09-171-2/+3
* common: Add variable to enable software gesture recognition.Gwendal Grignou2015-09-111-1/+1
* motion: Fix a bug in accelrateGwendal Grignou2015-09-111-0/+2
* driver: bmi160: Prevent crash when FIFO is not validGwendal Grignou2015-09-071-5/+22
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-115/+181
* common: motion_sense: Fix Light sensor sequencingGwendal Grignou2015-08-291-5/+6
* driver: change get_ interface.Gwendal Grignou2015-08-291-10/+9
* motion_sense: calculate threshold properlyGwendal Grignou2015-08-241-11/+21
* motion_sense: Force flush when sensor disabled.Gwendal Grignou2015-08-241-7/+1
* motion_sense: Allow multiple IRQ based sensorsGwendal Grignou2015-08-221-17/+25
* motion_sense: Reduce condition for lid angle calc.Aseda Aboagye2015-08-071-8/+11
* motion_sense: Move angle calculation under LPC_MODEGwendal Grignou2015-08-011-4/+11
* motion_sense: Fix invalid optimizationGwendal Grignou2015-08-011-9/+14
* motion_sense: Fix init routinesGwendal Grignou2015-07-271-66/+132
* ryu: Fix orientation of accel and compassGwendal Grignou2015-07-221-12/+3
* motion: Fix for FIFO support and BMI150Gwendal Grignou2015-07-151-0/+2
* driver: bmi160 Add code for calibrationGwendal Grignou2015-07-151-7/+26
* motion: Add sample frequency per sensorGwendal Grignou2015-07-151-93/+115