794 Commits (a74833a04a78dbcd6bf0d7c6f016cee22be425bb)

Author SHA1 Message Date
Lucas De Marchi 2d50eb312c AP_InertialSensor: add support to MPU6500 8 years ago
murata a3f5b4f319 AP_InertialSensor: Change from magic number 0 to definition name. 8 years ago
Lucas De Marchi 9535b45cc9 AP_InertialSensor: examples: fix double to float warnings 8 years ago
Andrew Tridgell 01da36295d AP_InertialSensor: support the L3GD20H gyro 8 years ago
murata 0733d760f6 AP_HAL_VRBRAIN: Unify from print or println to printf. 8 years ago
murata 2643e7e906 AP_InertialSensor: Unify from print or println to printf. 8 years ago
Julien Beraud 3d9dacb227 AP_InertialSensor: push gyro data for opticalflow 8 years ago
Lucas De Marchi 5472bc4de1 Global: change Device::PeriodicCb signature 8 years ago
mirkix 62fabca19d AP_InertialSensor: Enable I2C bypass for MPU9250 conntected via I2C to access internal AK8963 8 years ago
Randy Mackay 946d30476a AP_InertialSensor: fix whoami for MPU6k 8 years ago
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