20620 Commits (dbf2aedf1e04fc13e029d791b2d59d5d92fbc98e)
 

Author SHA1 Message Date
Lucas De Marchi dbf2aedf1e AP_HAL: replace header guard with pragma once 9 years ago
Lucas De Marchi 2bed317c6c AP_HAL_Empty: replace header guard with pragma once 9 years ago
Lucas De Marchi 1a71c169fe AP_Compass: replace header guard with pragma once 9 years ago
Lucas De Marchi 246f940d01 AP_Buffer: replace header guard with pragma once 9 years ago
Lucas De Marchi 62f50aede7 AP_BattMonitor: replace header guard with pragma once 9 years ago
Lucas De Marchi 6623246cf5 AP_ADC: replace header guard with pragma once 9 years ago
Gustavo Jose de Sousa 393bea8945 waf: boards: use classes for boards definition 9 years ago
Leonard Hall 49a4bde5d9 AC_AttControl: lower minimum accelerations for large copters 9 years ago
Leonard Hall 8e790d3f91 Copter: autotune adjustment for large copters 9 years ago
mirkix 8da58226ae AP_HAL_Linux: Fix BBBmini IIO scaling 9 years ago
mirkix d868fe4eff AP_HAL: Remove unused GPIO leds for BBBmini 9 years ago
Paul Riseborough d3c9a0aef1 AP_NavEKF: Limit heading innovations after the consistency check 9 years ago
Paul Riseborough 6a34e4c384 AP_NavEKF2: Fix bug in magnetic heading and declination fusion equations. 9 years ago
Paul Riseborough 59bf29198d AP_NavEKF2: Remove unnecessary logic preventing constant position 9 years ago
Paul Riseborough 7e05646316 AP_NavEKF2: Improvements to non-GPS performance 9 years ago
Tom Pittenger a9c985bfb3 AP-Mount: compiler warning 9 years ago
Tom Pittenger d0edfa5dfa Plane: compile warning fix 9 years ago
Tom Pittenger 0b26a34f22 Plane: new param LAND_THEN_NEUTRL 9 years ago
Lucas De Marchi 10abec277d AP_HAL: functor: use std::remove_reference 9 years ago
Lucas De Marchi 1b55f5f994 mk: fixup qurt and qflight boards with -DHAVE_STD_REMOVE_REFERENCE=0 9 years ago
Lucas De Marchi d80a0e47bc AP_Common: missing: move definitions to standard headers 9 years ago
Lucas De Marchi 75d58bcfb6 Global: rename HAVE_NULLPTR_T with HAVE_STD_NULLPTR_T 9 years ago
Andrew Tridgell 815d653283 mk: fixup qurt and qflight builds with HAVE_STD_MOVE=0 9 years ago
Andrew Tridgell 29100937bc AP_Common: allow for nullptr_t but not std::move replacement 9 years ago
Andrew Tridgell 52e36908ff AP_Common: fixed std::move() for qurt build 9 years ago
Lucas De Marchi cc4504e613 AP_Airspeed: fix coding style 9 years ago
Lucas De Marchi 02a7fa5c2b AP_InertialSensor: MPU9250: use AP_HAL::Device abstraction 9 years ago
Lucas De Marchi d2b267d026 AP_InertialSensor: LSM9DS0: use AP_HAL::SPIDevice abstraction 9 years ago
Lucas De Marchi 58f4624f8c AP_InertialSensor: L3G4200D: use AP_HAL::I2CDevice abstraction 9 years ago
Lucas De Marchi af846636e4 AP_InertialSensor: MPU60x0: use AP_HAL::Device abstraction 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
Lucas De Marchi 3060c3da3c AP_HAL_Linux: Add fake device to SPIDriver 9 years ago
Lucas De Marchi 61ef653181 AP_HAL_Linux: implement SPIDevice 9 years ago
Lucas De Marchi 0d1bb7aa84 AP_HAL_Linux: export number of SPI devices 9 years ago
Lucas De Marchi cb40444bf8 AP_HAL_Empty: implement SPIDevice 9 years ago
Lucas De Marchi 66f644c50d AP_HAL: add interface for SPIDevice devices 9 years ago
Andrew Tridgell 30ce8ad311 HAL_QURT: fixed for addition of i2c manager 9 years ago
Lucas De Marchi 00249dc8bb AP_HAL_VRBRAIN: use empty I2CDevice 9 years ago
Lucas De Marchi 8de329fc81 AP_HAL_PX4: use empty I2CDevice 9 years ago
Lucas De Marchi c3d8ba3ea5 AP_HAL_SITL: use empty I2CDevice 9 years ago
Lucas De Marchi f22f4928dc AP_HAL_FLYMAPLE: fix constructor after I2CDevice 9 years ago
Lucas De Marchi e40785b002 AP_HAL_Linux: Add fake device to I2CDriver 9 years ago
Lucas De Marchi 5194f7e5ce AP_HAL_Linux: I2CDevice: method to read multiple times 9 years ago
Lucas De Marchi c394de31a0 AP_HAL_Linux: register I2CManager instance 9 years ago
Lucas De Marchi bc2f7f2783 AP_HAL_Linux: implement function to transfer data 9 years ago
Lucas De Marchi 2fc534d18d AP_HAL_Linux: implement methods to open the bus 9 years ago
Lucas De Marchi cd0e1dff82 AP_HAL_Linux: Add skeleton for I2CDevice 9 years ago
Lucas De Marchi a117c22c34 AP_HAL_Empty: add I2CDevice 9 years ago
Lucas De Marchi 2250d9d768 AP_HAL: initialize I2C manager 9 years ago