491 Commits (7091daa1cfdad15085551f27c27c6f73c46cd3c7)

Author SHA1 Message Date
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 cae895bfdf AP_Compass: AK8963: group members together 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
Lucas De Marchi fd5d25b1d5 AP_Compass: use ARRAY_SIZE macro 10 years ago
Randy Mackay cedc9a8670 Compass: add last_update_usec per instance 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
Julien BERAUD 7dd0b5fae6 AP_Compass: removed _spi_sem and _spi 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
dgrat f56f584233 Compass: Improved field rounding in learning 10 years ago
Lucas De Marchi 1deb837e70 AP_Compass: Use common function in MPU9250 for initialization 10 years ago
Staroselskii Georgii 26c8007c96 AP_Compass: updated backend detect method 10 years ago
Staroselskii Georgii 7a417d1151 AP_Compass: AK8963 rework 10 years ago
Randy Mackay 43b1694c76 Compass: add third compass to PRIMARY param description 10 years ago
Andrew Tridgell 5b0394eb05 AP_Compass: start MPU9250 driver at low speed 10 years ago
Andrew Tridgell d6a1bd98e6 AP_Compass: convert example from .pde to .cpp 10 years ago
Andrew Tridgell edc21cfa38 AP_Compass: make having no compass backends non-fatal 10 years ago
Lucas De Marchi 95627cf412 AP_Compass: use functor macros 10 years ago
Andrew Tridgell 2475ee9630 AP_Compass: setup HIL/SITL for two compasses 10 years ago
Andrew Tridgell 91b4ba3588 AP_Compass: allow for more than one compass in HIL/SITL 10 years ago
Randy Mackay ade4f81c77 Compass: fix example sketch 10 years ago
Andrew Tridgell 015fce5183 AP_Compass: revert AP_Math class change 10 years ago
Tom Pittenger d09ef4783d AP_Compass: compiler warnings: reorder constructors 10 years ago
Tom Pittenger ad11a57f57 AP_Compass: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Andrew Tridgell be3d6c924e AP_Compass: rename enum values to avoid header conflicts for 'ERROR' 10 years ago
Tom Pittenger 16e71ec1ce Compass: fix compile warning re member init order 10 years ago
Tom Pittenger bf1d128d70 Compass: fix compile warnings re float constants 10 years ago
Andrew Tridgell dcb25632fb AP_Compass: removed old setHIL compass offset 10 years ago
Andrew Tridgell d7000c4105 AP_Compass: fixed compass timestamps in Replay 10 years ago
Lucas De Marchi 996739df12 AP_Compass: Do not panic if compass is not found 10 years ago
Andrew Tridgell c8b0970e61 AP_Compass: show compass count in example 10 years ago
Andrew Tridgell f4455d063e AP_Compass: fixed example 10 years ago
Andrew Tridgell 1962706a33 AP_Compass: fixed last_update, using last_update_usec() 10 years ago
Andrew Tridgell 86fc90f54c AP_Compass: removed spurious rotation in PX4 backend 10 years ago
Andrew Tridgell d7bac39539 AP_Compass: removed two unused functions 10 years ago
Andrew Tridgell fec2025469 AP_Compass: added set_hil_mode() 10 years ago