64 Commits (944541b2879ae22a2c9853cd91cb01c8f9d8d2e1)

Author SHA1 Message Date
Lucas De Marchi 20a4a42cb3 AP_Compass: don't store raw and unfiltered fields 9 years ago
Lucas De Marchi d3831dbb98 AP_Compass: AK8963: use AP_HAL::I2CDevice abstraction 9 years ago
Lucas De Marchi 02a7fa5c2b AP_InertialSensor: MPU9250: use AP_HAL::Device abstraction 9 years ago
Lucas De Marchi b55294920b AP_Compass: AK8963: remove logging on fail to get semaphore 9 years ago
Julien BERAUD 45d668df47 AP_Compass_AK8963: support for timesliced timers 9 years ago
Caio Marcelo de Oliveira Filho 0d3fbbdd37 AP_Compass: use millis/micros/panic functions 9 years ago
José Roberto de Souza bdc36349b4 AP_Compass: AK8963: Add support to use a AK8963 behind of a MPU9250 over I2C 9 years ago
José Roberto de Souza 1fc29a2654 AP_Compass: AK8963: Use MPU9250 auxiliary bus 9 years ago
Gustavo Jose de Sousa 9927cf066f AP_Compass: remove use of milligauss_ratio 9 years ago
Gustavo Jose de Sousa b603641d7c AP_Compass: AK8963: fix where to apply sensitivity adjustments 9 years ago
Gustavo Jose de Sousa 6198e81bb3 AP_Compass: AK8963: scale mag field internally 9 years ago
mirkix ddb8e67954 AP_Compass: Add support for more then one AK8963 9 years ago
José Roberto de Souza a9d34ac3bd AP_Compass: AK8963: Rename some SPI/I2C method parameters 9 years ago
mirkix eee9522ca5 AP_Compass: Add MPU9250 multiple instance support 10 years ago
Julien BERAUD 5602e4055b AP_Compass_AK8963: Fix Rotation on the Bebop 10 years ago
Andrew Tridgell c59bdc12df AP_Compass: fix the milligauss handling 10 years ago
Staroselskii Georgii 693613aa0f AP_Compass: convert AK8963 measurements to uT 10 years ago
Staroselskii Georgii c207d8c6a8 AP_Compass: add milligauss counterparts to get_field() and get_offsets() 10 years ago
Andrew Tridgell 079161ef3a AP_Compass: fixed raw_field init in AK8963 driver 10 years ago
Siddharth Bharat Purohit 63973bff31 AP_Compass_AK8963: move variable declarations before goto 10 years ago
Siddharth Bharat Purohit 8cdc9748b3 AP_Compass: publish raw and unfiltered field for AK8963 compass 10 years ago
Jonathan Challinger cd5cf45ba8 AP_Compass_AK8963: use new compass backend interface 10 years ago
Lucas De Marchi 868d0bf3c3 AP_Compass: AK8963: refactor constructors 10 years ago
Lucas De Marchi a5df93bf10 AP_Compass: AK8963: be agnostic to I2C bus/address 10 years ago
Lucas De Marchi 7e997564bf AP_Compass: standardize inclusion of libaries headers 10 years ago
Gustavo Jose de Sousa 58f300e78e AP_Compass: standardize inclusion of libaries headers 10 years ago
Julien BERAUD 39b42a4e6e AP_Compass_AK8963: suspend timer while reading 10 years ago
Julien BERAUD 0aa2fe7a0b AP_Compass_AK8963: fix sem handling 10 years ago
Lucas De Marchi 8240e5ae65 AP_Compass: AK8963: reduce bytes read 10 years ago
Lucas De Marchi 2b9c46e1ff AP_Compass: AK8963: don't oversample AK8963 10 years ago
Lucas De Marchi 6c2ceea165 AP_Compass: AK8963: remove author and connection comment 10 years ago
Staroselskii Georgii 8ab33c46ce AP_Compass: revisited AK8963 code 10 years ago
Lucas De Marchi fffedae3e0 AP_Compass: AK8963: reduce stack usage and zero out buffers 10 years ago
Lucas De Marchi 37734886a5 AP_Compass: AK8963: remove repeated comments 10 years ago
Lucas De Marchi 27d95b67a8 AP_Compass: AK8963: remove state machine 10 years ago
Lucas De Marchi e232543fca AP_Compass: AK8963: change initialization and rename methods 10 years ago
Lucas De Marchi ae5d9baddb AP_Compass: AK8963: remove defines not used anymore 10 years ago
Lucas De Marchi 28d3d775a4 AP_Compass: AK8963: remove resolution member 10 years ago
Lucas De Marchi 86b3312112 AP_Compass: AK8963: factor out common code of read_raw() 10 years ago
dgrat d941174978 AP_Compass: AK8963: enhance the readability 10 years ago
Julien BERAUD 51c3c499e2 AP_Compass: support AK8963 on I2C 10 years ago
Julien BERAUD 0b41da0dea AP_Compass: rework to make the bus generic for AK8963 10 years ago
Julien BERAUD 0cd584c293 AP_Compass: fix rotation for bebop AK8963 10 years ago
Andrew Tridgell c83d5b1f08 AP_Compass: only build AK8963 driver on Linux 10 years ago
Randy Mackay d192b3ccea Compass: set device id for ak8963 and hmc5843 10 years ago
Lucas De Marchi 1deb837e70 AP_Compass: Use common function in MPU9250 for initialization 10 years ago
Staroselskii Georgii 7a417d1151 AP_Compass: AK8963 rework 10 years ago
Andrew Tridgell 5b0394eb05 AP_Compass: start MPU9250 driver at low speed 10 years ago
Lucas De Marchi 95627cf412 AP_Compass: use functor macros 10 years ago
Andrew Tridgell 015fce5183 AP_Compass: revert AP_Math class change 10 years ago