273 Commits (93f07076796578a04474c078e5eca80fc893cf01)

Author SHA1 Message Date
Jonathan Challinger dcfc95fadf AP_Baro: fix example build 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Andrew Tridgell ff44a63007 AP_Baro: added QURT driver 9 years ago
Andrew Tridgell 1f4e503d91 AP_Baro: added qflight driver 9 years ago
Andrew Tridgell ef83f39029 AP_Baro: renamed _C* vars to avoid conflict with qurt 9 years ago
Lucas De Marchi 5b1769cd2b AP_Baro: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi 8eee888b3e AP_Baro: BMP085: move data-ready macro to a method 9 years ago
Lucas De Marchi c5e97129c1 AP_Baro: BMP085: follow coding style 9 years ago
Lucas De Marchi 81a298c9c8 AP_Baro: reduce header scope 9 years ago
Lucas De Marchi 30f631de8f AP_Baro: MS5637: fix CRC check 9 years ago
José Roberto de Souza 7457588d7c AP_Baro: Move initialisation code from MS56XX constructor to init() 9 years ago
José Roberto de Souza 29791c9cec AP_Baro: Make _check_crc more readable 9 years ago
Caio Marcelo de Oliveira Filho 8cce3067f4 AP_Baro: examples use millis/micros/panic functions 9 years ago
Caio Marcelo de Oliveira Filho 5a280838f8 AP_Baro: use millis/micros/panic functions 9 years ago
Lucas De Marchi 977f6aaf15 AP_Baro: MS5611: remove empty statement 9 years ago
Lucas De Marchi 94d01934f7 AP_Baro: MS5611: reduce OSR to 1024 9 years ago
Andrew Tridgell 840c9e65bb AP_Baro: don't notify the GCS of new pressure reference too often 9 years ago
Peter Barker 1b13315092 AP_Baro: notify GCS of calibration 9 years ago
Lucas De Marchi 8eef58a8c2 AP_Baro: remove check for AVR CPUs 10 years ago
Lucas De Marchi 4bd8b2ae35 AP_Baro: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 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 386547427d AP_Baro: support MS5611 on second i2c bus 10 years ago
wsilva32 da9118fbd0 AP_Baro: average SITL baro measurements using update() 10 years ago
Lucas De Marchi 4d3229daa2 AP_Baro: remove check for HAL_CPU_CLASS 10 years ago
Caio Marcelo de Oliveira Filho 24178c3e10 AP_Baro: remove unnecessary includes in 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
José Roberto de Souza c53e9d1ff0 AP_Baro: Fix typo 10 years ago
José Roberto de Souza 9a98eb35fc AP_Baro: Add MS5637 over I2C to init() 10 years ago
José Roberto de Souza c373ce34d1 AP_Baro: MS56XX: Some minor fixes 10 years ago
José Roberto de Souza d9931b5f34 AP_Baro: Add support to MS5637 10 years ago
raspilot 831bb554e7 AP_Baro_MS5611: suspend timer when init to prevent other SPI drivers grabbing the bus. 10 years ago
mirkix ba4db34c83 AP_Baro: Prevent busy waiting 10 years ago
Julien BERAUD 3b5d73b1fe AP_Baro_MS5611: Fix state machine in case of error 10 years ago
Andrew Tridgell a5462fec0b AP_Baro: allow selection of primary barometer and add 3rd baro 10 years ago
Gustavo Jose de Sousa bcd5dff774 AP_Baro: MS56XX: do not change change state on error 10 years ago
Gustavo Jose de Sousa 1f29e18375 AP_Baro: make AP_SerialBus::write() return success or failure for MS56XX 10 years ago
Tom Pittenger 749c0c190f AP_Baro - fix BARO_ALT_OFFSET param 10 years ago
Gustavo Jose de Sousa f18802bc46 AP_Baro: standardize inclusion of libaries headers 10 years ago
Grant Morphett 312184dd13 AP_Baro: coverity fixes - add param init in constructor 10 years ago
Randy Mackay 5732a6a144 Baro: update climb rate only if healthy 10 years ago
Julien BERAUD d407737434 AP_Baro: added MS5607 support 10 years ago
Andrew Tridgell 282efe2d57 AP_Baro: fixed example to run accumulate at 50Hz 10 years ago
Andrew Tridgell 4368f922a3 AP_Baro: convert example from .pde to .cpp 10 years ago
Lucas De Marchi df5652fa87 AP_Baro: use functor macros 10 years ago
ziltoid2 23787cf695 AP_Baro: use ground_temperature instead of calibration_temperature for alt calculation 10 years ago
Andrew Tridgell 48fb7f8159 AP_BARO: revert AP_Math class change 10 years ago
Tom Pittenger 0b29848277 AP_Baro: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago