254 Commits (ac1c0bba154f0613cfaa3fbd5e743c9da73f4ffd)

Author SHA1 Message Date
Lucas De Marchi 8eef58a8c2 AP_Baro: remove check for AVR CPUs 9 years ago
Lucas De Marchi 4bd8b2ae35 AP_Baro: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Lucas De Marchi 386547427d AP_Baro: support MS5611 on second i2c bus 9 years ago
wsilva32 da9118fbd0 AP_Baro: average SITL baro measurements using update() 9 years ago
Lucas De Marchi 4d3229daa2 AP_Baro: remove check for HAL_CPU_CLASS 9 years ago
Caio Marcelo de Oliveira Filho 24178c3e10 AP_Baro: remove unnecessary includes in example 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
José Roberto de Souza c53e9d1ff0 AP_Baro: Fix typo 9 years ago
José Roberto de Souza 9a98eb35fc AP_Baro: Add MS5637 over I2C to init() 9 years ago
José Roberto de Souza c373ce34d1 AP_Baro: MS56XX: Some minor fixes 9 years ago
José Roberto de Souza d9931b5f34 AP_Baro: Add support to MS5637 9 years ago
raspilot 831bb554e7 AP_Baro_MS5611: suspend timer when init to prevent other SPI drivers grabbing the bus. 9 years ago
mirkix ba4db34c83 AP_Baro: Prevent busy waiting 9 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
Andrew Tridgell 7d9d594283 AP_Baro: fix for HAL_SITL rename 10 years ago
Randy Mackay 55298a4c73 Baro: fix example sketch 10 years ago
Randy Mackay 1b381b5675 Baro: get_air_density_ratio gets div-by-zero check 10 years ago
Jonathan Challinger f381ef93e8 AP_Baro: add get_air_density_ratio 10 years ago
Tom Pittenger 4191c44bbd Baro: fix compile warning re member init order 10 years ago
Andrew Tridgell 2e9d2e6449 AP_Baro: load only HIL backend for hil_mode 10 years ago
Andrew Tridgell d040318014 AP_Baro: removed unused define 10 years ago
Randy Mackay 4e7d92094c Baro: remove glitch detection 10 years ago
Andrew Tridgell 1f70b34cbc AP_Baro: fixed baro startup on PXF cape 10 years ago
Andrew Tridgell beeb9173ea AP_Baro: change for new PX4 paths 10 years ago
Andrew Tridgell ac3dd87790 AP_Baro: added hil_mode support 10 years ago
Randy Mackay bb4204c045 Baro: fix example sketch 10 years ago
Randy Mackay c93e7a69a7 Baro: init external_temperature in constructor 10 years ago
Andrew Tridgell b1d8df3d54 AP_Baro: only allow calibrated sensors to be used 10 years ago
Andrew Tridgell 3320dfd7fa AP_Baro: fixed ms5611 spelling error 10 years ago
Andrew Tridgell 0a8677b3e2 AP_Baro: fixed build after rebase with all_healthy() 10 years ago
Andrew Tridgell 1c2a6deaaf AP_Baro: added all_healthy() method 10 years ago
Andrew Tridgell 8359c082ca AP_Baro: fixed baro on NavIO 10 years ago
Andrew Tridgell 197c09fcd8 AP_Baro: added num_instances() API 10 years ago