66 Commits (8106291bfe278fdddf4bae7c12e3cb8ba0249357)

Author SHA1 Message Date
murata 324f5e3ac9 AP_InertialSensor: Console output can be disabled 3 years ago
Andrew Tridgell b3ed4f4b12 AP_InertialSensor: fixed handling of more than 3 accel/gyro instances 4 years ago
Tatsuya Yamaguchi 2c95093d36 AP_InertialSensor: fix temperature sensor on LSM9DS0 4 years ago
Andrew Tridgell 4cddf37984 AP_InertialSensor: log unexpected register changes 4 years ago
Andrew Tridgell 6c8a57c2d7 AP_InertialSensor: review fixes 4 years ago
Andrew Tridgell 6f6f89e5aa AP_InertialSensor: enable temperature sensor on LSM9DS0 4 years ago
Andrew Tridgell b89c241329 AP_InertialSensor: use take_blocking instead of HAL_SEMAPHORE_BLOCK_FOREVER 5 years ago
Peter Barker ef860db558 AP_InertialSensor: add floating point constant designators 6 years ago
Andrew Tridgell 81cd103073 AP_InertialSensor: probe for new v2 invensense IMUs 6 years ago
Andrew Tridgell dff3ea416c AP_InertialSensor: allow for LSM9DS0 to be used on I2C 6 years ago
Lucas De Marchi c4e8aeb105 AP_InertialSensor: remove linux-only include 7 years ago
Lucas De Marchi caa4e3ee89 AP_InertialSensor: remove raspilot 8 years ago
Andrew Tridgell 49cc0965c0 AP_InertialSensor: separate handling of FIFO and non-FIFO sensors 8 years ago
Andrew Tridgell 25cd16a275 AP_InertialSensor: fixed LSM303D registered sample rate 8 years ago
Andrew Tridgell 01da36295d AP_InertialSensor: support the L3GD20H gyro 8 years ago
murata 2643e7e906 AP_InertialSensor: Unify from print or println to printf. 8 years ago
Lucas De Marchi 5472bc4de1 Global: change Device::PeriodicCb signature 8 years ago
Andrew Tridgell 27605b0258 AP_InertialSensor: run invensese reg checking at low speed 8 years ago
Andrew Tridgell f3f1f6b0b6 AP_InertialSensor: fixed gyro orientation on l3gd20H on pixhawk 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 fde80a9408 AP_InertialSensor: modify LSM303D settings to match PX4 driver 8 years ago
Andrew Tridgell bd84e592f8 AP_InertialSensor: check for NULL device pointer in probe() 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 469efb00f6 AP_InertialSensor: save id for gyro and accel instances 8 years ago
Lucas De Marchi ace61087a1 AP_InertialSensor: remove product_id 8 years ago
Andrew Tridgell a5c5e033d2 AP_InertialSensor: fixed threading and locking in remaining backends 8 years ago
Andrew Tridgell b92c48548a AP_InertialSensor: added per-instance rotation for LSM9DS0 8 years ago
Andrew Tridgell ac2572384d AP_InertialSensor: added start() method for LSM9DS0 8 years ago
Andrew Tridgell 2b66df68a1 AP_InertialSensor: use thread-per-bus for lsm303d and mpu6000 8 years ago
raspilot 1d1d224c18 AP_InertialSensor: Enable dual IMU for raspilot 9 years ago
Lucas De Marchi f75c12f57c AP_InertialSensor: LSM9DS0: change mode of drdy pins to input 9 years ago
raspilot c83e4df002 AP_InertialSensor: LSM9DS0: Disable I2C at init to avoid SDA hanging by slave. 9 years ago
raspilot 557beb4bb1 AP_InertialSensor: LSM9DS0: Fixed wrong call to _register_read_xm() 9 years ago
Lucas De Marchi d2b267d026 AP_InertialSensor: LSM9DS0: use AP_HAL::SPIDevice abstraction 9 years ago
Lucas De Marchi c1d19fa4dc AP_InertialSensor: LSM9DS0: sanitize whitespaces 9 years ago
Caio Marcelo de Oliveira Filho d7601095fa AP_InertialSensor: use millis/micros/panic functions 9 years ago
Andrew Tridgell 75ea8f3dc0 AP_InertialSensor: removed "have sample" logic from drivers 9 years ago
Andrew Tridgell 0e4bab74ba AP_InertialSensor: simplify sensor backends 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Gustavo Jose de Sousa dfd671c54e AP_InertialSensor: Backend: add hook for new gyro sample arrival 9 years ago
Gustavo Jose de Sousa e06627dfcb AP_InertialSensor: Backend: add hook for new raw accel samples 10 years ago
Gustavo Jose de Sousa ac3a677626 AP_InertialSensor: remove param rotate_and_correct from publish functions 10 years ago
Gustavo Jose de Sousa f946f48dce AP_InertialSensor: LSM9DS0: apply correction on each new sample 10 years ago
Lucas De Marchi 2c44f3e313 AP_HAL_InertialSensor: standardize inclusion of libaries headers 10 years ago
Gustavo Jose de Sousa 7789aec85b AP_InertialSensor: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell ac3200fd32 AP_InertialSensor: make max_abs_offsets a single float, not a vector 10 years ago