286 Commits (1bf057be455654ac417273c3db2dabc9804d81b8)

Author SHA1 Message Date
Andrew Tridgell 0b71652afc AP_Baro; allow for exact replay of baro data 9 years ago
Andrew Tridgell 8a987bf67d AP_Baro: removed filtering of baro data in HIL/SITL 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
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
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Julien BERAUD d15097f3fc AP_Baro_MS5611: Support for timesliced timers 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Jonathan Challinger dcfc95fadf AP_Baro: fix example build 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 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
Andrew Tridgell ef83f39029 AP_Baro: renamed _C* vars to avoid conflict with qurt 9 years ago
Lucas De Marchi 5b1769cd2b AP_Baro: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 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
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 8cce3067f4 AP_Baro: examples use millis/micros/panic functions 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
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 4bd8b2ae35 AP_Baro: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 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
wsilva32 da9118fbd0 AP_Baro: average SITL baro measurements using update() 9 years ago
Lucas De Marchi 4d3229daa2 AP_Baro: remove check for HAL_CPU_CLASS 9 years ago
Caio Marcelo de Oliveira Filho 24178c3e10 AP_Baro: remove unnecessary includes in example 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 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
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
mirkix ba4db34c83 AP_Baro: Prevent busy waiting 9 years ago
Julien BERAUD 3b5d73b1fe AP_Baro_MS5611: Fix state machine in case of error 10 years ago
Andrew Tridgell a5462fec0b AP_Baro: allow selection of primary barometer and add 3rd baro 10 years ago