784 Commits (90b2458a273b8650639f11295f2ec59e517b3ffe)

Author SHA1 Message Date
murata d56bad781f AP_InertialSensor: change if statements to switch statement 8 years ago
murata 398b7b83dd AP_InertialSensor: minor formatting fixes 8 years ago
Lucas De Marchi 9569ed94a9 AP_InertialSensor: Invensense: use capital letters for define 8 years ago
Andrew Tridgell a30745903a AP_InertialSensor: use ACC2_BIAS 8 years ago
priseborough 60ebe97e10 AP_InertialSensor: remove unused EKF1 include 8 years ago
Andrew Tridgell 65b9b86099 AP_InertialSensor: unify MPU6000 and MPU9250 drivers 8 years ago
Pierre Kancir de05e6ba29 InertialSensor : MPU9250 utilize an explicit type cast to avoid the loss of a fractional part 8 years ago
Pierre Kancir 13c16e187f InertialSensor: MPU6000 utilize an explicit type cast to avoid the loss of a fractional part 8 years ago
Randy Mackay dfd58cc57b AP_InertialSensor: fix build warning for MPU9250 8 years ago
Randy Mackay 699279ed1f AP_InertialSensor: fix build warning for MPU6000 8 years ago
Andrew Tridgell f9845c93b1 AP_InertialSensor: keep transfers nicely setup for DMA on stm32 8 years ago
Andrew Tridgell 771cedca3d AP_InertialSensor: reduced number of SPI transfers 8 years ago
Andrew Tridgell 27605b0258 AP_InertialSensor: run invensese reg checking at low speed 8 years ago
Andrew Tridgell 0f984290c3 AP_InertialSensor: enable fast sampling by default on some boards 8 years ago
Andrew Tridgell f3a778f980 AP_InertialSensor: fixed freeing of fifo buffer 8 years ago
Andrew Tridgell 6f28c61c8d AP_InertialSensor: changed SIZE to LEN 8 years ago
hiro2233 cb7f46d653 AP_InertialSensor: fixed handling of user_ctrl register 8 years ago
Andrew Tridgell 9b4c588c09 AP_InertialSensor: adapt drivers for SPI-DMA capable systems 8 years ago
Andrew Tridgell 28daddaaf2 AP_InertialSensor: don't use accumulate approach on Linux or I2C 8 years ago
Andrew Tridgell d9c8db7024 AP_InertialSensor: implement a new strategy for fast sampling 8 years ago
Lucas De Marchi 87c6d5da13 AP_InertialSensor: replace panic() with return 8 years ago
Andrew Tridgell 6129b1abb6 AP_InertialSensor: wait forever for semaphore on startup 8 years ago
Andrew Tridgell 216cf53922 AP_InertialSensor: handle FIFO overflow for MPU6k and 9250 8 years ago
Andrew Tridgell 18d4286166 AP_InertialSensor: fixed pixfalcon 9250 detection 8 years ago
Andrew Tridgell cb1a5d4c74 AP_InertialSensor: take semaphore for update of accumulators 8 years ago
Andrew Tridgell f3f1f6b0b6 AP_InertialSensor: fixed gyro orientation on l3gd20H on pixhawk 8 years ago
Andrew Tridgell 6af00027ab AP_InertialSensor: removed unused variables 8 years ago
Francisco Ferreira bfbb275577 AP_InertialSensor: on accel cal failure don't save values to zero 8 years ago
Andrew Tridgell 624178f3be AP_InertialSensor: added INS_FAST_SAMPLE parameter 8 years ago
Andrew Tridgell c0303ffe8a AP_InertialSensor: temporarily disable fast sampling 8 years ago
Andrew Tridgell c794ad9ee8 AP_InertialSensor: use smaller FIFO buffers 8 years ago
Andrew Tridgell 8d19808152 AP_InertialSensor: fixed missing checked register goto 8 years ago
Andrew Tridgell 49856c37f2 AP_InertialSensor: reduce checked register count 8 years ago
Andrew Tridgell 4be8f05ad4 AP_InertialSensor: added register checking for LSM9DS0 8 years ago
Andrew Tridgell 77a83c091a AP_InertialSensor: added register checking for MPU6000/ICM20608 8 years ago
Andrew Tridgell 95a849f472 AP_InertialSensor: added register checking for MPU9250 8 years ago
Andrew Tridgell 3289e90134 AP_InertialSensor: added error count increments in drivers 8 years ago
Andrew Tridgell 4ebf3309f7 AP_InertialSensor: auto-handle invensense sensor changes 8 years ago
Andrew Tridgell af0ec41652 AP_InertialSensor: fixed accel clip detection with fast sampling 8 years ago
Andrew Tridgell 70c27a85de AP_InertialSensor: on PH2 run the first MPU9250 at 8kHz 8 years ago
Andrew Tridgell 1ea4c6938c AP_InertialSensor: allow auxiliary bus with fast sampling 8 years ago
Andrew Tridgell 8da42b7a8b AP_InertialSensor: fixed temperature for fast sampling case 8 years ago
Andrew Tridgell cb70bae167 AP_InertialSensor: use in-tree drivers for PH2SLIM 8 years ago
Andrew Tridgell e27a76e460 AP_InertialSensor: fixed auxiliary bus with FIFO enabled 8 years ago
Andrew Tridgell 46785e8ecf AP_InertialSensor: improved method for FIFO integrity checking 8 years ago
Andrew Tridgell 8a3f6a8902 AP_InertialSensor: use FIFO and implement fast sampling for MPU9250 8 years ago
Andrew Tridgell e25a391a8f AP_InertialSensor: fixed typo 8 years ago
Andrew Tridgell d2f6a514b9 AP_InertialSensor: catch FIFO alignment errors using temperature reading 8 years ago
Andrew Tridgell d248b33104 AP_InertialSensor: simplify config of MPU6000 8 years ago
Andrew Tridgell 7137d5c6f2 AP_InertialSensor: switch pixracer to always use in-tree drivers 8 years ago