57 Commits (1f0a6334258d1ae8d02102cc9bd374c6b5aacd7f)

Author SHA1 Message Date
Peter Barker 4e438464d7 AP_Baro: tidy probing of external i2c baros 3 years ago
Peter Barker b863f8a331 AP_Baro: allow baro backends to be individually compiled out 3 years ago
murata 716cc26082 AP_Baro: Commonize the CRC4 method 6 years ago
Jonathan Challinger c45ca690dc AP_Baro: make crc4 a static member of AP_Baro_MS56xx 6 years ago
Peter Barker ee07789383 AP_Baro: add override keyword 6 years ago
Randy Mackay 758331612f AP_Baro: probe for MS5611 on I2C addr 0x76 7 years ago
Andrew Tridgell 1439b1a730 AP_Baro: added option to probe any i2c baro using GND_PROBE_EXT 7 years ago
Peter Barker c56486a39e AP_Baro: remove pointless destructor overrides 7 years ago
Jacob Walser 613bc46592 AP_Baro: Add support for water pressure and Sub 8 years ago
Lucas De Marchi 5472bc4de1 Global: change Device::PeriodicCb signature 8 years ago
Andrew Tridgell f2246326bb AP_Baro: added MS5611 probing, and support 3 baros on Pixhawk2 8 years ago
Andrew Tridgell b16226dddf AP_Baro: fixed a bug with corrupted conversions in MS5611 driver 8 years ago
Andrew Tridgell 4df9b093c3 AP_Baro: fixed missed samples in ms5611 driver 8 years ago
Andrew Tridgell bedee31f61 AP_Baro: fixed semaphore and thread usage in baro drivers 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi e217faacab AP_Baro: MS56XX: cosmetic changes to members 9 years ago
Lucas De Marchi f7b453359d AP_Baro: MS56XX: convert to threaded bus 9 years ago
Lucas De Marchi 929348ff75 AP_Baro: MS5611: always use timer thread 9 years ago
Lucas De Marchi f1ade970a3 AP_Baro: MS5611: Use AP_HAL::Device abstraction 9 years ago
Lucas De Marchi 56e4de0bdd AP_Baro: MS56XX: remove initialization to 0 from constructor 9 years ago
Lucas De Marchi 9d5fb97819 Global: rename enum SPIDevice to SPIDeviceType 9 years ago
Julien BERAUD d15097f3fc AP_Baro_MS5611: Support for timesliced timers 9 years ago
Andrew Tridgell ef83f39029 AP_Baro: renamed _C* vars to avoid conflict with qurt 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 d9931b5f34 AP_Baro: Add support to MS5637 9 years ago
Gustavo Jose de Sousa 1f29e18375 AP_Baro: make AP_SerialBus::write() return success or failure for MS56XX 10 years ago
Gustavo Jose de Sousa f18802bc46 AP_Baro: standardize inclusion of libaries headers 10 years ago
Julien BERAUD d407737434 AP_Baro: added MS5607 support 10 years ago
Tom Pittenger 4191c44bbd Baro: fix compile warning re member init order 10 years ago
Andrew Tridgell 8359c082ca AP_Baro: fixed baro on NavIO 10 years ago
Andrew Tridgell 5bb57a31f7 AP_Baro: split into frontend/backend 10 years ago
Andrew Tridgell 8b794602d1 AP_Baro: make get_temperature() a const function 10 years ago
Andrew Tridgell 6ebff35fe2 AP_Baro: don't include I2C MS5611 on APM1 either 11 years ago
Andrew Tridgell f73ec95c39 AP_Baro_MS5611: added PROM CRC checking 11 years ago
Andrew Tridgell e118984c26 AP_Baro: save some flash and memory on APM2 11 years ago
Andrew Tridgell 6964529124 AP_Baro: _calculate can be private 11 years ago
Andrew Tridgell 20b1131059 AP_Baro: use new scheduler API 12 years ago
Andrew Tridgell fc119d9b80 AP_Baro: cleaned up temperature and pressure units 12 years ago
James Bielman eca1417858 AP_HAL: Add semaphores to I2C driver. 12 years ago
Pat Hickey 5d91f342bb AP_Baro_MS5611: uses new semaphore lib 12 years ago
James Bielman 5753ae5692 AP_Baro: Add I2C support to MS5611 driver. 12 years ago
Pat Hickey c1114168e4 AP_Baro tests rebase fixups 12 years ago
Pat Hickey 5d40074e4e AP_Baro: port to AP_HAL 12 years ago
uncrustify 1196285266 uncrustify libraries/AP_Baro/AP_Baro_MS5611.h 13 years ago
Andrew Tridgell f501503eb0 AP_Baro: improved barometer averaging 13 years ago
Andrew Tridgell 057eb5e6f6 Baro: average over all pressure/temperature samples on MS5611 13 years ago
Andrew Tridgell c387edd74c Baro: added get_altitude() and get_climb_rate() interfaces 13 years ago
Andrew Tridgell 804332c340 AP_Baro: fixed some signed/unsigned warnings 13 years ago