46 Commits (4f176c25deea477bea82bc659cc88e5600e7ee44)

Author SHA1 Message Date
Andy Piper 3db6203fb6 AP_InertialSensor: reduce FIFO buffer size to avoid DMA contention 4 years ago
Andrew Tridgell cfc59497f6 AP_InertialSensor: trigger internal error on persistent IMU reset 5 years ago
Andy Piper e53a43461b AP_InertialSensor: remove ICM gyro pre-filter 5 years ago
Andy Piper d4ba821297 AP_InertialSensor: make the backend fast gyro rate configurable and independent from the accel rate 5 years ago
Andy Piper faf9bbbf3a AP_InertialSensor: make the backend fast gyro rate configurable 5 years ago
Andrew Tridgell d8b33bcac9 AP_InertialSensor: suppress expected errors from invensense IMUs 5 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
na 494a3f86ad AP_IntertialSensor: support ICM20601 IMU 6 years ago
Siddharth Purohit 8c2d3945de AP_IneertialSensor: add support for custom accel scale 6 years ago
Andrew Tridgell 81cd103073 AP_InertialSensor: probe for new v2 invensense IMUs 6 years ago
Andrew Tridgell 2b285089e9 AP_InertialSensor: widen allowable temp gap on invensense IMUs 6 years ago
Lucas De Marchi 49d08ba72a Global: remove minlure 7 years ago
Peter Barker 1a640e3405 AP_InertialSensor: parameterise sensor-rate logging, generalise it 7 years ago
Andrew Tridgell 44131202cd AP_InertialSensor: 4kHz batch sampling 7 years ago
Andrew Tridgell ca9d1a55fe AP_InertialSensor: support ICM-20689 IMU 7 years ago
Andrew Tridgell f788cde5c7 AP_InertialSensor: use multiply for fifo scale factors 7 years ago
Andrew Tridgell 53b76efbd2 AP_InerialSensor: setup INT_PIN_CFG correctly 7 years ago
Andrew Tridgell b380143349 AP_InertialSensor: improved handling of I2C invensense sensor 7 years ago
Andrew Tridgell b33c815e96 AP_InertialSensor: added whoami for prototype 20789 7 years ago
Peter Barker 71cf3941a7 AP_InertialSensor: move Invensense register defines into separate file 7 years ago
Peter Barker 3ee112843c AP_InertialSensor: configure bypass for 20789 like we do for AK8963 7 years ago
Peter Barker 5d94172ada AP_InertialSensor: remove clearing of BIT_USER_CTRL_I2C_MST_EN bit in user_ctrl 7 years ago
Andrew Tridgell 5a4f0fed2d AP_InertialSensor: added ICM-20789 support 7 years ago
Andrew Tridgell f4521772c1 AP_InertialSensor: don't try fast sampling on a MPU6500 7 years ago
Andrew Tridgell d575d676b6 AP_InertialSensor: fixed another transfer without bus semaphore 7 years ago
Andrew Tridgell 2ffb8d1583 AP_InertialSensor: fixed a bug where bus semaphore not held 7 years ago
Andrew Tridgell 24c424ae5d AP_InertialSensor: support over 1kHz IMUs 7 years ago
Andrew Tridgell 9416165fe3 AP_InertialSensor: improved invensense debugging on ChibiOS 7 years ago
bugobliterator 1c6beaa7c4 AP_InertialSensor: use new API for DMA safe allocation 7 years ago
Lucas De Marchi caa4e3ee89 AP_InertialSensor: remove raspilot 8 years ago
Lucas De Marchi 06fe5ce8ba AP_InertialSensor: implement periodic thread for AuxiliaryBus 8 years ago
Andrew Tridgell bfd8d151c8 AP_InertialSensor: lower slave rate with fast sampling 8 years ago
Andrew Tridgell 519a293af9 AP_InertialSensor: fixed instance usage in set_gyro_oversampling() 8 years ago
Andrew Tridgell db25b6e966 AP_InertialSensor: estimate and log sensor rates for all IMUs 8 years ago
Andrew Tridgell 49cc0965c0 AP_InertialSensor: separate handling of FIFO and non-FIFO sensors 8 years ago
Andrew Tridgell c952e58edb AP_InertialSensor: fixed invensense driver temp reading 8 years ago
Andrew Tridgell 875274e761 AP_InertialSensor: added support for ICM-20602 8 years ago
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
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
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
Lucas De Marchi 9569ed94a9 AP_InertialSensor: Invensense: use capital letters for define 8 years ago
Andrew Tridgell 65b9b86099 AP_InertialSensor: unify MPU6000 and MPU9250 drivers 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 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