Peter Barker
|
fe9461242e
|
AP_Compass: add and use AP_COMPASS_LSM9DS1_ENABLED
|
2023-02-15 20:03:55 +11:00 |
murata
|
a19d4b65fc
|
AP_Compass: Console output can be disabled
|
2022-05-17 09:53:06 +10:00 |
Siddharth Purohit
|
8d227d401a
|
AP_Compass: modify compass driver to support consistent ordering and hotplugging
|
2020-02-19 13:59:53 +09:00 |
Andrew Tridgell
|
4ee6fb9cdf
|
AP_Compass: use take_blocking instead of HAL_SEMAPHORE_BLOCK_FOREVER
this makes for cleaner and smaller code as the failure case is not
needed
|
2020-01-19 20:19:30 +11:00 |
Lucas De Marchi
|
ac2771b311
|
AP_Compass: LSM9DS1: use common method to accumulate samples
|
2018-10-15 14:41:09 -07:00 |
Lucas De Marchi
|
4039b51810
|
AP_Compass: stop passing frontend pointer
Let AP_Compass_Backend call AP::compass() *once* instead of passing
the frontend pointer over and over.
|
2018-09-06 08:23:02 +10:00 |
Michael du Breuil
|
fb77d0739e
|
AP_Compass: Remove unused time calls, stash the time in the read loop
|
2017-09-07 19:53:14 +01:00 |
murata
|
bc7b2144e7
|
AP_Compass: Change from magic number 0 to definition name.
|
2017-02-18 14:12:36 +00:00 |
murata
|
af47a8e91c
|
AP_Compass: Unify from print or println to printf.
|
2017-01-27 18:20:22 +11:00 |
Lucas De Marchi
|
5472bc4de1
|
Global: change Device::PeriodicCb signature
Remove bool return as it's never being used and not supported on PX4.
|
2017-01-14 10:03:54 +11:00 |
Alexey Bulatov
|
96db31635d
|
AP_Compass: set orientation ROLL_180 for LSM9DS1 on Navio2
|
2016-11-30 12:04:04 -08:00 |
Alexey Bulatov
|
163fa07ac0
|
AP_Compass: make orientation of LSM9DS1 compass configurable
|
2016-11-30 12:02:07 -08:00 |
Andrew Tridgell
|
bd8867be38
|
AP_Compass: cope with NULL dev pointer in driver probe functions
|
2016-11-09 17:08:11 +11:00 |
Andrew Tridgell
|
147b253e65
|
AP_Compass: make device IDs match PX4 drivers
match in-tree drivers to PX4Firmware drivers
|
2016-11-09 17:08:06 +11:00 |
Andrew Tridgell
|
de7913e8e9
|
AP_Compass: implement device IDs for compass drivers
|
2016-11-09 17:08:04 +11:00 |
Andrew Tridgell
|
1c631ea037
|
AP_Compass: cleanup use of backend semaphores
fixed drivers that didn't protect accumulation counters
|
2016-11-09 17:08:01 +11:00 |
Andrew Tridgell
|
9afd51350e
|
AP_Compass: use thread per bus in more drivers
and removed use of timer suspend
|
2016-11-09 17:08:01 +11:00 |
Staroselskii Georgii
|
a2ae662b3e
|
AP_Compass: add an extra rotation for internal LSM9DS1 on Navio2
In order not to force users to set rotation themselves, we need this
hack to make an extra rotation needed for a second compass.
|
2016-05-10 17:24:43 -03:00 |
Staroselskii Georgii
|
b677f975e7
|
AP_Compass: added LSM9DS1 magnetometer support
|
2016-05-10 17:24:43 -03:00 |