summaryrefslogtreecommitdiff
path: root/include/math_util.h
Commit message (Expand)AuthorAgeFilesLines
* math_util: Support fp_div_dbz which handling division-by-zero error.Yilun Lin2018-10-041-0/+24
* math_util: Support fixed-point sqrtf fp_sqrtf.Yilun Lin2018-09-261-0/+5
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-3/+3
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-4/+4
* careena: Correct baseboard IMU orientation.Jonathan Brandmeyer2018-07-311-0/+2
* common: Add magnetometer online calibration.Gwendal Grignou2015-10-131-2/+2
* common: math: Use float when CONFIG_FPU is set.Gwendal Grignou2015-09-181-1/+27
* common: math: Stop using FP_BITS directly.Gwendal Grignou2015-09-151-2/+5
* math: Add inverse matrix calculationGwendal Grignou2015-08-241-1/+8
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* accel: move X,Y,Z definitionGwendal Grignou2015-06-091-0/+4
* Convert motion sense calculations to fixed point.Randall Spangler2015-02-051-16/+70
* math: use CONFIG_FPU when using float.Gwendal Grignou2014-11-091-0/+8
* [common]: Remove accelerator calibration code.Gwendal Grignou2014-09-251-42/+0
* samus: added gyro support for lsm6ds0Sheng-Liang Song2014-08-261-4/+4
* rambi: Add motion sense task to track motionAlec Berg2014-02-221-0/+93