111 Commits (master)

Author SHA1 Message Date
Peter Barker b863f8a331 AP_Baro: allow baro backends to be individually compiled out 3 years ago
Andrew Tridgell a42bfd5df5 AP_Baro: added MS5611 baro compensation for -15 to -40C 4 years ago
Andrew Tridgell 978a7d2859 AP_Baro: added device IDs for barometers 5 years ago
Andrew Tridgell 8c563ef1bf AP_Baro: use take_blocking instead of HAL_SEMAPHORE_BLOCK_FOREVER 5 years ago
Andrew Tridgell 6f58260d99 AP_Baro: check for all 1 ADC read on MS5611 6 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
Andrew Tridgell b2cc992e0c AP_Baro: convert to use WITH_SEMAPHORE() 7 years ago
night-ghost cb8a34f784 AP_Baro: added range filter to backend, use it in most sensors (thanks khancyr for style correction) 7 years ago
Lucas De Marchi 7c6f9a004e AP_Baro: use FALLTHROUGH define 8 years ago
Andrew Tridgell 375c7b0f5f AP_Baro: rename macros to avoid conflicts 8 years ago
Jacob Walser 613bc46592 AP_Baro: Add support for water pressure and Sub 8 years ago
murata f5c3de2a61 AP_Baro: Change from magic number 0 to definition name. 8 years ago
Lucas De Marchi 5472bc4de1 Global: change Device::PeriodicCb signature 8 years ago
murata 87c2dfd921 AP_Baro: Change to secure code, from magic number to sizeof value. 8 years ago
Andrew Tridgell 8a1275356d AP_Baro: moved MS5611 reset before prom read 8 years ago
Andrew Tridgell eea7758a63 AP_Baro: added GND_EXT_BUS option 8 years ago
Andrew Tridgell cd57422eed AP_Baro: set retries high during init of MS5611 on I2C 8 years ago
Andrew Tridgell f2246326bb AP_Baro: added MS5611 probing, and support 3 baros on Pixhawk2 8 years ago
Andrew Tridgell c2125a0078 AP_Baro: wait forever for semaphore on startup 8 years ago
Andrew Tridgell b16226dddf AP_Baro: fixed a bug with corrupted conversions in MS5611 driver 8 years ago
Andrew Tridgell fea7040aff AP_Baro: don't panic when we can't find MS5611 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 29791c9cec AP_Baro: Make _check_crc more readable 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
Lucas De Marchi 4bd8b2ae35 AP_Baro: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 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
Julien BERAUD 3b5d73b1fe AP_Baro_MS5611: Fix state machine in case of error 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
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