89 Commits (2716ab840846a95c9450ffeb7450f4885f2025db)

Author SHA1 Message Date
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
Julien BERAUD d407737434 AP_Baro: added MS5607 support 10 years ago
Lucas De Marchi df5652fa87 AP_Baro: use functor macros 10 years ago
Andrew Tridgell 3320dfd7fa AP_Baro: fixed ms5611 spelling error 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
Staroselskii Georgii 43c88c37eb AP_Baro: fixed MS5611 initialisation in order to get rid off conflicts with other I2C devices 10 years ago
Andrew Tridgell 8b794602d1 AP_Baro: make get_temperature() a const function 10 years ago
Andrew Tridgell d01fa3bfbd AP_Baro: prevent reading the MS5611 too fast 11 years ago
Randy Mackay 24db492131 Baro_MS5611: use healthy flag 11 years ago
Mikhail Avkhimenia 83bbee491c AP_Baro_MS5611: add address switch for Navio board 11 years ago
Andrew Tridgell 2b3d17d955 AP_Baro: fixed APM1 build 11 years ago
Andrew Tridgell be02f0c34f AP_Baro: work around occasional 0 values from MS5611 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 8a65a729f3 AP_Baro: start MS5611 at high speed 11 years ago
Andrew Tridgell d60a68fd9c AP_Baro: check baro at exactly 100Hz 11 years ago
Andrew Tridgell c04d9b0c03 AP_Baro: updates for AP_HAL::MemberProc 12 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
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
James Bielman 25d078e2bd AP_Baro_MS5611: Don't panic if taking semaphore fails during init. 12 years ago