426 Commits (2d3a62eae3361f3269ecff02d0152604a5e66f69)

Author SHA1 Message Date
Julien BERAUD 45d668df47 AP_Compass_AK8963: support for timesliced timers 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Jonathan Challinger 9b5644fdb6 AP_Compass: fix example build 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Andrew Tridgell 493ab96b29 AP_Compass: added QURT driver 9 years ago
Andrew Tridgell 3b546bb242 AP_Compass: added qflight driver 9 years ago
Lucas De Marchi 766252cd87 AP_Compass: don't use ternary operator in place of if/else 9 years ago
Aaron Wang Shi 5a085b1610 AP_Compass: add support to BH hat 9 years ago
Tom Pittenger 0aa0380db8 AP_Compass: compiler warnings - float to float compare and bool cast 9 years ago
Lucas De Marchi 0bcbcd07cc AP_Compass: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Caio Marcelo de Oliveira Filho cd7cfdef91 AP_Compass: examples use millis/micros/panic functions 9 years ago
Caio Marcelo de Oliveira Filho 86954cda0e AP_CompassCalibrator: use millis/micros/panic functions 9 years ago
Caio Marcelo de Oliveira Filho 0d3fbbdd37 AP_Compass: use millis/micros/panic functions 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
José Roberto de Souza 17e105640e AP_InertialSensor: Add HAL_COMPASS_AK8963_MPU9250_I2C to _detect_backends() 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
Paul Riseborough 6698d4379d AP_Compass: Enable usec timestamps to be retrieved for specified instance 9 years ago
Lucas De Marchi eb75d73952 AP_Compass: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 10 years ago
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