65 Commits (3f4a14c610fd41610788a9bb038eb9026d4b274a)

Author SHA1 Message Date
murata 10b7988092 AP_Baro: Fix timestamp wrapping 5 years ago
Peter Barker 4e40c39128 AP_Baro: add missing break statement 5 years ago
Andrew Tridgell e4e793b295 AP_Baro: use WITH_SEMAPHORE() 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
Andrew Tridgell 83d1e71cb2 AP_Baro: ran BMP085 driver through code formatter 7 years ago
night-ghost 2c043b822b AP_Baro: fixed BMP085 driver for current API 7 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 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 3c7d80a270 AP_Baro: BMP085: use a moving average of 10 samples in BMP085 9 years ago
Lucas De Marchi 8da5275b03 AP_Baro: BMP085: don't average temperature in BMP085 9 years ago
Lucas De Marchi c5c52076ca AP_Baro: BMP085: rename private member 9 years ago
Lucas De Marchi e40b88aa70 AP_Baro: BMP085: use DigitalSource interface in BMP085 9 years ago
Lucas De Marchi 56fa1b6214 AP_Baro: BMP085: change oversampling in BMP085 without EOC 9 years ago
Lucas De Marchi 37e2f6c52e AP_Baro: BMP085: allow to easily change oversampling in BMP085 9 years ago
Lucas De Marchi b05954660a AP_Baro: BMP085: use I2CDevice interface 9 years ago
Lucas De Marchi 8eee888b3e AP_Baro: BMP085: move data-ready macro to a method 9 years ago
Lucas De Marchi c5e97129c1 AP_Baro: BMP085: follow coding style 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
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
Gustavo Jose de Sousa f18802bc46 AP_Baro: standardize inclusion of libaries headers 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 8b794602d1 AP_Baro: make get_temperature() a const function 10 years ago
Randy Mackay fdb38dec5f Baro_BMP085: use healthy flag 11 years ago
Andrew Tridgell 74c3b404ee AP_Baro: avoid some float conversion warnings 11 years ago
Andrew Tridgell 3705c90b8e AP_Baro: fix for HAL_GPIO_* 11 years ago
Andrew Tridgell 6fa55d101f AP_Baro: fixed I2C semaphore handling for BMP085 driver 12 years ago
Andrew Tridgell 8a699f6189 AP_Baro: enable BMP085 on Linux 12 years ago
Mike McCauley e3c20f06ac AP_Baro: Chnages to flymaple port. 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
Janne Mäntyharju 7a04fe9915 AP_Baro: Fixed build for APM2 Beta hardware 12 years ago
Andrew Tridgell 2c603a0960 AP_Baro: only build BMP085 driver on APM1 12 years ago
Andrew Tridgell 8cb0ed364a AP_Baro: read 4 pressure values for every temperature value on BMP085 12 years ago
Andrew Tridgell 8ceabc97f1 AP_Baro: added accumulate() function 12 years ago
Andrew Tridgell 3aa39da6cd AP_Baro: removed some debug code 12 years ago
Andrew Tridgell dbd9814327 AP_Baro: get rid of apm2_hardware parameter in init 12 years ago
Andrew Tridgell 2ea243e45b AP_Baro: removed unused code 12 years ago
Pat Hickey 5d40074e4e AP_Baro: port to AP_HAL 12 years ago
uncrustify 5a99d6b697 uncrustify libraries/AP_Baro/AP_Baro_BMP085.cpp 13 years ago
Andrew Tridgell f501503eb0 AP_Baro: improved barometer averaging 13 years ago
Andrew Tridgell c387edd74c Baro: added get_altitude() and get_climb_rate() interfaces 13 years ago
rmackay9 5c9dc00ae2 AP_Baro: fixed comment to clarify that every-other call updates temperature or pressure 13 years ago
rmackay9 01cc5fe938 AP_Baro - removed unnecessary 2 element average filtering of pressure (there is a 4 or 5 element average filter in arducopter code itself, two places is messy) 13 years ago