805 Commits (03c68f991cf1c14669252647d9479828d7a92c22)

Author SHA1 Message Date
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 10 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 10 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 10 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 10 years ago
Lucas De Marchi e6b942ffb0 AP_Compass: use HMC5843 behind MPU6000 for minlure 10 years ago
Gustavo Jose de Sousa 63b42e0632 AP_Compass: Calibrator: make calculations for theta only once 10 years ago
Gustavo Jose de Sousa f8433f82e6 AP_Compass: simplify calibration transition to COMPASS_CAL_RUNNING_STEP_ONE 10 years ago
Andrew Tridgell 4a8a24a1a2 AP_Compass: don't update last_update_usec for raw fields 10 years ago
Lucas De Marchi 1a4a26de2b AP_Compass: remove check for max compass instances 10 years ago
Lucas De Marchi 4004d5bf34 AP_Compass: remove check for HAL_CPU_CLASS 10 years ago
Caio Marcelo de Oliveira Filho a3169d0a34 AP_Compass: remove unnecessary includes from example 10 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 10 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 10 years ago
Jonathan Challinger 78af6d61de AP_Compass: only play compass cal cancel tone if a cal was running 10 years ago
Jonathan Challinger 562db11159 AP_Compass: fix potential AP_Notify concurrency problem 10 years ago
José Roberto de Souza 3888579c07 AP_Compass: HMC5843: Use the correctly spelled method 10 years ago
Randy Mackay 6bdeae97b6 Compass: update param descriptions 10 years ago
Randy Mackay 131536a3a7 Compass: resolve compiler warning 10 years ago
Gustavo Jose de Sousa 0caaef7394 AP_Compass: mention mag field unit in existing documentation 10 years ago
Gustavo Jose de Sousa 9927cf066f AP_Compass: remove use of milligauss_ratio 10 years ago
Gustavo Jose de Sousa b603641d7c AP_Compass: AK8963: fix where to apply sensitivity adjustments 10 years ago
Gustavo Jose de Sousa 6198e81bb3 AP_Compass: AK8963: scale mag field internally 10 years ago
Gustavo Jose de Sousa 256c9c06c9 AP_Compass: HMC5843: scale mag field internally 10 years ago
Gustavo Jose de Sousa 814442563e AP_Compass: HMC5843: fix _calibrate() 10 years ago
Gustavo Jose de Sousa 88a1a928e9 AP_Compass: remove get_{field,offsets}_milligauss() functions 10 years ago
Gustavo Jose de Sousa 99a55f9379 AP_Compass: use compass get_{field,offsets}() functions 10 years ago
Gustavo Jose de Sousa 4375606eeb AP_Compass: make get_field() and get_offsets() return milligauss 10 years ago
Randy Mackay 825abdbedc Compass: example sketch displays in milligauss 10 years ago
mirkix ddb8e67954 AP_Compass: Add support for more then one AK8963 10 years ago
José Roberto de Souza 1a2b5ff677 AP_Compass: AK8963: Remove unused AP_HAL::Semaphore attributes 10 years ago
José Roberto de Souza a9d34ac3bd AP_Compass: AK8963: Rename some SPI/I2C method parameters 10 years ago
mirkix eee9522ca5 AP_Compass: Add MPU9250 multiple instance support 10 years ago
raspilot 1b5e6849d9 AP_Compass: fix milligauss code in LSM303D driver 10 years ago
Randy Mackay fff5ec09eb AP_Compass: fix consistent check for less than three compasses 10 years ago
Jonathan Challinger 87bbf1a487 AP_Compass: add consistent() function 10 years ago
Julien BERAUD 5602e4055b AP_Compass_AK8963: Fix Rotation on the Bebop 10 years ago
Andrew Tridgell fa9ff5b604 AP_Compass: added parameter for compass calibration fitness threshold 10 years ago
Lucas De Marchi 309e75f9ac AP_Compass: LSM303D: use c++11 initializer to avoid Wreorder 10 years ago
Lucas De Marchi 3a017c8702 AP_Compass: LSM303D: rename members to follow convention 10 years ago
raspilot 19b4f5559a AP_Compass: added LSM303D driver 10 years ago
Andrew Tridgell c59bdc12df AP_Compass: fix the milligauss handling 10 years ago
Andrew Tridgell 3699932417 AP_Compass: fixed SITL compass 10 years ago
Staroselskii Georgii bd7c313bee AP_Compass: fixed Compass::get_raw_field() 10 years ago
Staroselskii Georgii e93ff44a97 AP_Compass: make a transition to milligauss in Compass library 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 6991a1b9e9 AP_Compass: ensure we have payload space to send MAG_CAL messages 10 years ago
Andrew Tridgell 2baa0ac2f2 AP_Compass: disable COMPASS_LEARN when mag calibration used 10 years ago
Andrew Tridgell 079161ef3a AP_Compass: fixed raw_field init in AK8963 driver 10 years ago
Andrew Tridgell e4b2fc711d AP_Compass: added message for compass cal when armed 10 years ago