1007 Commits (dce2f78d6ff19df43d74e6bd606656f533ec2253)

Author SHA1 Message Date
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
Andrew Tridgell 84c3e29891 AP_InertialSensor: use AP_HAL rotations for MPU6000 8 years ago
Andrew Tridgell 2f01dfe81c AP_InertialSensor: fixed from review by Lucas 8 years ago
Andrew Tridgell 81b933d9d0 AP_InertialSensor: use int32_t summation for fast sampling 8 years ago
Andrew Tridgell 03b7bc9e65 AP_InertialSensor: use internal drivers for PHMINI 8 years ago
Andrew Tridgell af1c5fd6d3 AP_InertialSensor: always use FIFO on MPU6000 8 years ago
Andrew Tridgell fde80a9408 AP_InertialSensor: modify LSM303D settings to match PX4 driver 8 years ago
Andrew Tridgell a9a5e50bd1 AP_InertialSensor: removed timer callback for MPU6000 8 years ago
Andrew Tridgell bd84e592f8 AP_InertialSensor: check for NULL device pointer in probe() 8 years ago
Andrew Tridgell 3d7d773883 AP_InertialSensor: added support for ICM20608 on Pixracer 8 years ago
Andrew Tridgell 2c1e9024f1 AP_InertialSensor: detect missing accels or gyros 8 years ago
Andrew Tridgell 106a91c64c AP_InertialSensor: use init_gyro() on startup 8 years ago
Andrew Tridgell 408593465f AP_InertialSensor: fixed rotation for mpu9250 on pixracer 8 years ago
Andrew Tridgell 790dd4769b AP_InertialSensor: simplify rotations for MPU9250 8 years ago
Andrew Tridgell aa4025bdf9 AP_InertialSensor: make INS sensor IDs match for PX4 8 years ago
Andrew Tridgell 9e7e1b2f01 AP_InertialSensor: fixed merge conflicts with patches from Lucas 8 years ago
Lucas De Marchi 104e29acf2 AP_InertialSensor: MPU6000: change accel scale to 16G 8 years ago
Lucas De Marchi dc09661b9e AP_InertialSensor: MPU6000: save driver version 8 years ago
Lucas De Marchi 0d3adef8b2 AP_InertialSensor: MPU6000: remove TODO leftover 8 years ago
Andrew Tridgell 0a1616cc71 AP_InertialSensor: use correct device IDs on PX4 driver 8 years ago
Lucas De Marchi 469efb00f6 AP_InertialSensor: save id for gyro and accel instances 8 years ago
Lucas De Marchi bbb9bfa95e AP_InertialSensor: save only gyro calibration 8 years ago
Lucas De Marchi f81dba2100 AP_InertialSensor: add doc to get_id() of backend 8 years ago
Lucas De Marchi ace61087a1 AP_InertialSensor: remove product_id 8 years ago
Andrew Tridgell 64a5d3938c AP_InertialSensor: implement device IDs for MPU6000 and MPU9250 AuxilaryBus 8 years ago
Andrew Tridgell ac2c25539b AP_InertialSensor: implement device IDs for AuxilaryBus 8 years ago
Andrew Tridgell 4ef92b5e39 AP_InertialSensor: enable all 3 IMUs on PH2 8 years ago
Andrew Tridgell 5cf768ced2 AP_InertialSensor: fixed missing return 8 years ago