796 Commits (cd379b0e86181143082abf8df159d01fc0f827fd)

Author SHA1 Message Date
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
Andrew Tridgell 4fe092fead AP_InertialSensor: panic on bad gyro or accel sample rates 10 years ago
Andrew Tridgell d3b85eb792 AP_InertialSensor: use driver supplied sample rate 10 years ago
Andrew Tridgell e91bfdfc1c AP_InertialSensor: fixed VibTest example build 10 years ago
Andrew Tridgell bc0ae630a1 AP_InertialSensor: always provide delta_velocity and delta_angles 10 years ago
Andrew Tridgell f831c16238 AP_InertialSensor: use fixed sensor sample times 10 years ago
Randy Mackay 9d81856580 InertialSensor: fix name of get_delta_velocity method 10 years ago
Andrew Tridgell 727be87d84 AP_InertialSensor: support HIL functions for delta_velocity and delta_angles 10 years ago
Randy Mackay 8ceccd778d InertialSensor: disable vibration checks on APM2 10 years ago
Randy Mackay 0db7acc628 InertialSensor: calc vibration and accel clipping 10 years ago
Andrew Tridgell 214b61bfc0 AP_InertialSensor: fixed example build 10 years ago
Andrew Tridgell 7f7113c1de AP_InertialSensor: convert example from .pde to .cpp 10 years ago
Andrew Tridgell 6a2c585632 AP_InertialSensor: fixed build warnings 10 years ago
Peter Barker 8be9e99fad AP_InertialSensor_PX4: 64-bit timestamps for ACCx and GYRx messages 10 years ago
Peter Barker f489f6b696 AP_InertialSensor: use 64-bit timestamps in dataflash logs 10 years ago