summaryrefslogtreecommitdiff
path: root/include/motion_sense.h
Commit message (Expand)AuthorAgeFilesLines
* COIL: Rename motion sense address macrosDiana Z2021-06-091-8/+8
* zephyr: Clean up motion_sensor headerDawid Niedzwiecki2021-06-071-5/+0
* zephyr: Add CBI SSFC supportDawid Niedzwiecki2021-04-291-0/+5
* zephyr: add motion sense supportHyungwoo Yang2021-01-221-3/+4
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-1/+4
* common: motion: add IF_ENABLED()Gwendal Grignou2020-11-061-2/+1
* motion: Use empty CONFIG_ variable to use IS_ENABLED()Gwendal Grignou2020-11-061-6/+0
* motion: orientation: update interfaceGwendal Grignou2020-11-061-6/+0
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* motion_sense: Fix signed/unsigned comparison in ec_motion_sensor_clamp_* helpersFurquan Shaikh2020-09-051-2/+2
* common: motion_sense_fifo: modify SENSOR_COUNTChing-Kang Yen2020-09-031-1/+12
* common: motion_sense: Add helper functions clamping 32bit into ec protocolIkjoon Jang2020-09-021-0/+36
* common: online_calibration: Fire MKBP event on new calibrationYuval Peress2020-03-091-0/+25
* 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