summaryrefslogtreecommitdiff
path: root/include/motion_sense.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesstabilize-quickfix-15278.72.B-ishstabilize-quickfix-15183.78.B-ishstabilize-15446.B-ishstabilize-15439.B-ishstabilize-15432.B-ishstabilize-15429.B-ishstabilize-15415.B-ishstabilize-15395.B-ishstabilize-15393.48.B-ishstabilize-15381.B-ishstabilize-15364.B-ishstabilize-15361.B-ishstabilize-15359.B-ishstabilize-15359.58.B-ishstabilize-15359.50.B-ishstabilize-15359.45.B-ishstabilize-15335.B-ishstabilize-15329.59.B-ishstabilize-15329.44.B-ishstabilize-15317.B-ishstabilize-15301.B-ishstabilize-15300.B-ishstabilize-15278.64.B-ishstabilize-15251.B-ishstabilize-15245.B-ishstabilize-15236.66.B-ishstabilize-15208.B-ishstabilize-15207.B-ishstabilize-15185.B-ishstabilize-15185.7.B-ishstabilize-15183.82.B-ishstabilize-15183.69.B-ishstabilize-15183.14.B-ishstabilize-15174.B-ishstabilize-15167.B-ishstabilize-15129.B-ishstabilize-15122.B-ishstabilize-15120.B-ishstabilize-15117.86.B-ishstabilize-15117.48.B-ishstabilize-15117.111.B-ishrelease-R114-15437.B-ishrelease-R113-15393.B-ishrelease-R112-15359.B-ishrelease-R111-15329.B-ishrelease-R110-15278.B-ishrelease-R109-15237.B-ishrelease-R109-15236.B-ishrelease-R108-15183.B-ishrelease-R107-15117.B-ishishfirmware-ti50-prepvt-15315.B-ishfirmware-skyrim-15390.B-ishfirmware-skyrim-15369.B-ishfirmware-nissa-15217.B-ishfirmware-nissa-15217.45.B-ishfirmware-nissa-15217.126.B-ishfirmware-duplo-15151.B-ishfirmware-corsola-15194.B-ishfactory-trogdor-15210.B-ishfactory-skyrim-15384.B-ishfactory-nissa-15199.B-ishfactory-corsola-15197.B-ishfactory-corsola-15196.B-ishfactory-brya-15231.B-ishMike Frysinger2022-09-141-1/+1
* 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