aboutsummaryrefslogtreecommitdiff
path: root/apps/imu_cal
AgeCommit message (Expand)Author
2018-05-02Removes ImuCal source and Makefile from system/chreDavid Jacobs
2018-04-17Correctly mark imu_cal as a system nanoappBrian Duddie
2018-04-11Updates ImuCal Makefile.David Jacobs
2018-03-30[IMU_Cal] Integrates refactored nanoapp code, updates makefiles.David Jacobs
2018-03-22Removes support for static imu_calAndrew Rossignol
2018-03-09Adds a standalone build for IMU CalAndrew Rossignol
2017-11-21Enable -Wdouble-promotion, except in loggingBrian Duddie
2017-09-01Merge "[IMU_Cal] IMU Temperature ODR, 2Hz" into oc-mr1-devDavid Jacobs
2017-09-01[IMU_Cal] Gyro Calibration TuningDavid Jacobs
2017-09-01[IMU_Cal] IMU Temperature ODR, 2HzDavid Jacobs
2017-07-25[NanoSensorCal] Improved Tuning (GyroCal/OTC-Gyro)oreo-dr1-devDavid Jacobs
2017-07-24[IMU_CAL] Don't dynamically change gyro latencyBrian Duddie
2017-07-21[IMU_CAL] Keep temp in passive mode, fix raceBrian Duddie
2017-07-21[IMU_CAL] Increase Min Sensor Latency to 0.5 SecondsDavid Jacobs
2017-07-19[NanoSensorCal] Limits Gyro Calibration Update NotificationsDavid Jacobs
2017-07-14[IMU_CAL] Dynamic Sensor Latency for Gyro CalibrationDavid Jacobs
2017-07-07Improves Gyro Calibration Response TimeDavid Jacobs
2017-07-07Runtime Calibration Log-Level Debug Messages (IMU_Cal)David Jacobs
2017-06-29Rework ASH cal params save/loadMeng-hsuan Chung
2017-06-24Merge "Runtime Calibration Debug Messages (IMU_Cal)" into oc-dr1-devMeng-hsuan Chung
2017-06-23Merge "Runtime Calibration Factory Cal (IMU_Cal)" into oc-dr1-devDavid Jacobs
2017-06-23Runtime Calibration Factory Cal (IMU_Cal)David Jacobs
2017-06-23Runtime Gyro Calibration Updates (IMU_Cal)David Jacobs
2017-06-22Runtime Calibration Debug Messages (IMU_Cal)David Jacobs
2017-06-15Change gyro settingMartin Kraemer
2017-06-07Sphere fit was removed from the KASA bias fitMartin Kraemer
2017-05-26Runtime Calibration Algorithm Updates (IMU_Cal)David Jacobs
2017-05-24[ImuCal] handle CHRE_EVENT_SENSOR_SAMPLING_CHANGEMeng-hsuan Chung
2017-05-03Imu Cal Nanoapp: Increases Accel/Gyro sampling rate to 100Hz.David Jacobs
2017-04-21NanoApp, Runtime Calibration: Passive Sensor ModeDavid Jacobs
2017-04-20NanoApp, Runtime Calibration: Adds ASH API Storage/RecoveryDavid Jacobs
2017-04-18NanoApp, Runtime CalibrationDavid Jacobs
2017-04-11Reduce logspam from start/stop eventsBrian Duddie
2017-04-05Enables -Wconversion for the simulator and fixes some warningsAndrew Rossignol
2017-03-27Correct nanoappEnd entry point namingBrian Duddie
2017-03-27Rework Nanoapp modelBrian Duddie
2017-03-20Reorganize HostProtocol, add hub info queryBrian Duddie
2017-03-17Implements static nanoapp loadingAndrew Rossignol
2017-03-16Adds getSensorNameForEventTypeAndrew Rossignol
2017-03-16Adds a nanoapp logging header fileAndrew Rossignol
2017-03-11Adds an IMU Cal nanoappMeng-hsuan Chung