660 Commits (163783fefd2063941b33f355fe680113bd7869ab)

Author SHA1 Message Date
Lucas De Marchi d9a4d3e777 AP_InertialSensor: MPU6000: fix leaking samples 10 years ago
Lucas De Marchi f18dd17377 AP_InertialSensor: fix typos 10 years ago
squilter dfc35cca8b AP_InertialSensor: update severities 10 years ago
ziltoid2 0b1a997800 AP_IntertialSensor: don't require acceleration calibration in hil mode 10 years ago
Tom Pittenger 2620a57700 AP_InertialSensor: Added is_still() check 10 years ago
Tom Pittenger 220163e269 AP_InertialSensor: correct USE param storage index 10 years ago
Randy Mackay e5615ec349 INS: add USE parameters 10 years ago
Randy Mackay affbd67c43 InertialSensor: add vibration monitoring of 2nd IMU 10 years ago
Lucas De Marchi 2c44f3e313 AP_HAL_InertialSensor: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell dc455a5fd6 AP_InertialSensor: setup for MPU9250 support on PX4 10 years ago
Andrew Tridgell 980659d346 AP_InertialSensor: removed AVR1280 specific ifdef 10 years ago
Gustavo Jose de Sousa 7789aec85b AP_InertialSensor: standardize inclusion of libaries headers 10 years ago
Randy Mackay 69bfeaf58e INS: accel offset parameter range desc to 3.5m/s/s 10 years ago
Lucas De Marchi cf1273668e AP_InertialSensor: refactor constructors to avoid leak 10 years ago
Lucas De Marchi c3063f0ab2 AP_InertialSensor: MPU6000: be agnostic to I2C bus/address 10 years ago
Lucas De Marchi 4d4dac867e AP_InertialSensor: pass backend instead of pointer to function 10 years ago
Gustavo Jose de Sousa d3eebdb6aa AP_InertialSensor: L3G4200D: add probe code 10 years ago
Lucas De Marchi 55279664c2 AP_InertialSensor: remove out of place ifdef 10 years ago
Lucas De Marchi 2e76d998df AP_InertialSensor: remove unused enum bus_speed 10 years ago
Lucas De Marchi f3f54157be AP_InertialSensor: fix copying wrong number of bytes 10 years ago
Lucas De Marchi 209e1924a5 AP_InertialSensor: fix whitespace usage 10 years ago
Lucas De Marchi 3851862f60 AP_InertialSensor: remove unused drivers 10 years ago
Andrew Tridgell 212898d02b AP_InertialSensor: don't use INT_STATUS drdy to lower SPI bus speed 10 years ago
Grant Morphett e2eda97ec6 AP_InertialSensor: fix coverity warnings - param init in construct 10 years ago
Tom Pittenger 01161135d6 AP_InitialSensor_MPU6000: compiler warning - init order 10 years ago
Lucas De Marchi eda4879f3f AP_InertialSensor: use ARRAY_SIZE macro 10 years ago
Andrew Tridgell 6df33dd3f4 AP_InertialSensor: fixed MPU6000_SPI bus initialisation 10 years ago
Julien BERAUD 3cf952d1f8 AP_InertialSensor: add fifo support for MPU6000 10 years ago
Julien BERAUD 8a76ff53bd AP_InertialSensor: add i2c bus driver for MPU6050 10 years ago
Julien BERAUD 1679728730 AP_InertialSensor: Configure SPI as a generic bus for MPU6000 10 years ago
Lucas De Marchi efec7723ff AP_InertialSensor: reset the MPU9250 chip on startup 10 years ago
Lucas De Marchi eb4e2ac2e5 AP_InertialSensor: factor out MPU9250 initialization 10 years ago
Lucas De Marchi 953bfbd3fe AP_InertialSensor: provide static methods for spi transactions 10 years ago
mirkix f82344358f AP_InertialSensor: Change BBBMINI standard orientation 10 years ago
Staroselskii Georgii d40b45c9ae AP_InertialSensor: disable reset on MPU9250 10 years ago
Andrew Tridgell ac3200fd32 AP_InertialSensor: make max_abs_offsets a single float, not a vector 10 years ago
Gustavo Jose de Sousa 0fcd98c804 AP_InertialSensor: disable debug on LSM9DS0 10 years ago
Gustavo Jose de Sousa c168e19e73 AP_InertialSensor: fix coding style with uncrustify on LSM9DS0 10 years ago
Gustavo Jose de Sousa 2f2a627002 AP_InertialSensor: use runtime GPIO drdy pins numbers instead C constant macros 10 years ago
Gustavo Jose de Sousa 0ef914adac AP_InertialSensor: don't take SPI semaphore if not necessary on LSM9DS0 10 years ago
Gustavo Jose de Sousa a82ab25ed3 AP_InertialSensor: use bitfield macros instead of literal values on LSM9DS0 10 years ago
Gustavo Jose de Sousa 1572324315 AP_InertialSensor: add macros for LSM9DS0 registers' bitfields 10 years ago
Gustavo Jose de Sousa 033409c629 AP_InertialSensor: set max abs calibration offset for LSM9DS0 10 years ago
Gustavo Jose de Sousa 42eb73a1d1 AP_InertialSensor: add LSM9DS0 backend 10 years ago
Gustavo Jose de Sousa c340e072f2 AP_InertialSensor: use accel instance max abs offset instead of a constant value 10 years ago
Gustavo Jose de Sousa c72dc9bd45 AP_InertialSensor: make single rotation on MPU9250 10 years ago
Gustavo Jose de Sousa 3dad768e8b AP_InertialSensor: log failure to initialize after max attempts on MPU9250 10 years ago
Gustavo Jose de Sousa 587471ab54 AP_InertialSensor: disable I2C on MPU9250 10 years ago
Andrew Tridgell 4eab27abe9 AP_InertialSensor: fixed logic bug in MPU6000 init 10 years ago
mirkix 588a16dec2 AP_InertialSensor: Add Linux support for VibTest example 10 years ago