77 Commits (5386edb7916ac42aeafa1bd872f0f4e7414933ec)

Author SHA1 Message Date
Peter Barker dbecb1bc25 AP_Baro: add missing parameter metadata 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi 929348ff75 AP_Baro: MS5611: always use timer thread 9 years ago
Tom Pittenger 84ce499a0d AP_Baro: remove zero-init in constructor 9 years ago
Tom Pittenger 1d81df8144 Revert "AP_Baro: coverity scan - variables not initialized in constructor" 9 years ago
Tom Pittenger 8d2872d3ab AP_Baro: coverity scan - variables not initialized in constructor 9 years ago
Tom Pittenger d55050e5e3 AP_Baro: slow down the LPF for slewing to a new GND_ALT_OFFSET 9 years ago
Andrew Tridgell 8b7bf5cf7a AP_Baro: allow setHIL to set last update time 9 years ago
Andrew Tridgell 0b71652afc AP_Baro; allow for exact replay of baro data 9 years ago
Don Gagne cae7ea0d13 Add @Volatile, @ReadOnly support 9 years ago
Andrew Tridgell 0a72c2bbd5 AP_Baro: prevent bad ground pressure from making a board unbootable 9 years ago
Lucas De Marchi f1ade970a3 AP_Baro: MS5611: Use AP_HAL::Device abstraction 9 years ago
Lucas De Marchi b05954660a AP_Baro: BMP085: use I2CDevice interface 9 years ago
Tom Pittenger f435c5ee50 AP_Baro: tolerate GND_ALT_OFFSET step inputs 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
Lucas De Marchi 81a298c9c8 AP_Baro: reduce header scope 9 years ago
Caio Marcelo de Oliveira Filho 5a280838f8 AP_Baro: use millis/micros/panic functions 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 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
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
Andrew Tridgell a5462fec0b AP_Baro: allow selection of primary barometer and add 3rd baro 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
Randy Mackay 5732a6a144 Baro: update climb rate only if healthy 10 years ago
Julien BERAUD d407737434 AP_Baro: added MS5607 support 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
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
Andrew Tridgell 2e9d2e6449 AP_Baro: load only HIL backend for hil_mode 10 years ago
Andrew Tridgell 1f70b34cbc AP_Baro: fixed baro startup on PXF cape 10 years ago
Andrew Tridgell ac3dd87790 AP_Baro: added hil_mode support 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 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 f1891cea1f AP_Baro: BMP085 driver done, but untested 10 years ago
Andrew Tridgell 5bb57a31f7 AP_Baro: split into frontend/backend 10 years ago
Andrew Tridgell d404cc6542 AP_Baro: add set_external_temperature() 10 years ago
Randy Mackay 3a81732721 Baro: minor param description updates 10 years ago
Randy Mackay 330d883f97 Baro: add altitude sanity check 11 years ago
Randy Mackay e9fbea9497 Baro: make get_altitude_difference const 11 years ago