summaryrefslogtreecommitdiff
path: root/include/motion_sense.h
Commit message (Expand)AuthorAgeFilesLines
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-1/+1
* common: Move fifo logic out of motion_sense.cYuval Peress2019-08-231-26/+8
* driver: lis2dwl: add driver supportPaul Ma2019-08-211-2/+3
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-6/+6
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-1/+20
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: motion_sense: Spread timestamps in motion sense fifoYuval Peress2019-06-061-5/+12
* driver: lsm6dsm: Move the interrupt GPIO into sensor structYuval Peress2019-05-231-0/+3
* motionsense: Convert in_spoof_mode to a more generic flagsYuval Peress2019-05-231-3/+8
* motion sense: Calculate loop time based on sensor needsMathew King2019-04-271-6/+10
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-5/+5
* driver: lis2mdl: add standalone supportYuval Peress2019-04-231-0/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* motion: Define macros for custom eventsGwendal Grignou2019-03-201-5/+34
* driver: lsm6dsm: Integrate LIS2MDL behind LSM6DSMGwendal Grignou2019-02-081-6/+0
* common: sensor: Honor roundup flag for rangeGwendal Grignou2019-02-081-0/+1
* sensor: Adjust max_frequency based on EC performanceGwendal Grignou2018-12-031-0/+10
* include/motion_sense: Add a parent motion sensor fieldKarthikeyan Ramasubramanian2018-10-191-0/+6
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-1/+1
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-3/+3
* motion: Lower jitter of Sensor->EC timestampAlexandru M Stan2018-03-141-4/+7
* motion_sense: Fix indentation in headerAlexandru M Stan2018-01-021-5/+5
* chipset: Introduce CHIPSET_STATE_ANY_SUSPENDFurquan Shaikh2017-11-281-1/+1
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-171-4/+4
* motion_sense: Add CONFIG_DYNAMIC_MOTION_SENSOR_COUNT config optionScott Collyer2017-10-111-0/+4
* sensors: add bmi160 & kionix orientation driverNick Vaccaro2017-08-081-1/+7
* sensor: Add board specific function for double tap eventScott Collyer2017-06-011-0/+6
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-0/+12
* motion: Add opt3001 as a motion sensorGwendal Grignou2017-02-161-0/+4
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-0/+9
* motion_sense: Add "spoof" modeAseda Aboagye2017-01-071-0/+7
* motion: remove accel_int_xxx, dead codeGwendal Grignou2016-09-091-16/+0
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-0/+4
* motion: improve readability by adding units to variable names.Gwendal Grignou2015-11-191-1/+1
* motion: wake up main task for all changes in EC parameter.Gwendal Grignou2015-11-191-1/+3
* motion: Change units of ec_rate from us to ms.Gwendal Grignou2015-11-181-4/+4
* motion: fix oversampling formulaGwendal Grignou2015-11-151-1/+4
* motion: minium interval between motion task now a variableGwendal Grignou2015-11-131-4/+3
* motion: cleanup include fileGwendal Grignou2015-11-121-5/+0
* motion: Remove duplicate shutdown codeGwendal Grignou2015-10-281-1/+1
* common: lightbar: Add histeresis to prevent flickeringGwendal Grignou2015-10-231-0/+5
* common: Add lightbar dimming based on outside light.Gwendal Grignou2015-10-201-0/+4
* motion: fix spellingGwendal Grignou2015-10-151-5/+5
* common: motion: Separate motion task interval from AP configurationGwendal Grignou2015-09-291-2/+2
* motion: Add Gesture InterfaceGwendal Grignou2015-09-181-0/+8
* driver: bmi160: Prevent crash when FIFO is not validGwendal Grignou2015-09-071-0/+1
* samus: Use new config, fix gestureGwendal Grignou2015-08-291-9/+0
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-12/+46
* motion_sense: calculate threshold properlyGwendal Grignou2015-08-241-1/+1
* motion_sense: Allow multiple IRQ based sensorsGwendal Grignou2015-08-221-4/+13