10075 Commits (3ae0082f521d62035b4ee60f773978055b05f810)

Author SHA1 Message Date
Lucas De Marchi 247195512f AC_PID: remove unused AP_ADC_AnalogSource 9 years ago
Andrew Tridgell 3a3394ce36 HAL_AVR: fixed branch URL for AVR 9 years ago
Andrew Tridgell 3fcda53d11 GCS_MAVLink: regenerated headers 9 years ago
Peter Barker 4f1a7c6427 DataFlash: remove use of AddLogFormats 9 years ago
Peter Barker 0f9e7a905d AP_GPS: remove use of AddLogFormats 9 years ago
Peter Barker 0ca07e5245 DataFlash: DataFlash-over-MAVLink support 9 years ago
Peter Barker 31b8432545 GCS_MAVLink: add remote logging messages 9 years ago
Peter Barker faabe0b83d DataFlash: support multiple simultaneous backends 9 years ago
Peter Barker 121967d1b1 DataFlash: factor log structures into LogStructures.h (no functional change 9 years ago
Michael du Breuil 2f97f9f416 AP_GPS: Fix incorrect values docstring on RAW_DATA 9 years ago
Gustavo Jose de Sousa eef784fbe6 AP_Math: add benchmark for matrix multiplication 9 years ago
Gustavo Jose de Sousa 4266e924d0 AP_Math: add unit test for vector rotations 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi 6d7678d2a3 AP_HAL_PX4: fix passing callback to member function 9 years ago
Lucas De Marchi 036eb21c09 AP_HAL: remove init() method with unused argument 9 years ago
Lucas De Marchi bf24d0ef31 AP_HAL_VRBRAIN: use init() method without arguments 9 years ago
Lucas De Marchi 4c82c535cc AP_HAL_SITL: use init() method without arguments 9 years ago
Lucas De Marchi 0c3733601b AP_HAL_PX4: use init() method without arguments 9 years ago
Lucas De Marchi 2439826c19 AP_HAL_Linux: use init() method without arguments 9 years ago
Lucas De Marchi 0514aadaec AP_HAL_FLYMAPLE: use init() method without arguments 9 years ago
Lucas De Marchi 00f17466a8 AP_HAL_Empty: use init() method without arguments 9 years ago
Lucas De Marchi 6bc07da0ee AP_HAL: use init() method without arguments 9 years ago
Lucas De Marchi 6b1c5e6f72 AP_HAL: add init() method without argument 9 years ago
Tom Pittenger f60f0e80c3 AP_ADSB: update msg sizeof comment 9 years ago
Tom Pittenger 55f84e9c05 SITL: update ADSB for squawk 9 years ago
Tom Pittenger c0c3500d06 GCS_MAVLink: regenerate headers 9 years ago
Tom Pittenger 5a9e632ace GCS_MAVLink: added squawk to ADSB_vehicle msg 9 years ago
Lucas De Marchi 49abb78372 AP_HAL_Linux: fix warning due to derived PWM_Sysfs 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
Lucas De Marchi fef364e4e8 AP_TECS: avoid comparison between signed and unsigned 9 years ago
Lucas De Marchi aa9168e0e9 AP_Math: remove unused maxf() 9 years ago
Lucas De Marchi 798b743660 AP_NavEKF: use MAX() instead of maxf() 9 years ago
Lucas De Marchi 6f88fba8e5 AP_Math: remove unused minf() 9 years ago
Lucas De Marchi e0a0514c79 AP_Math: turn MIN/MAX macros into inline functions 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Andrew Tridgell 1e8c391024 AP_AHRS: fixed float exception on start in SITL 9 years ago
Lucas De Marchi d19c5035b6 Global: Rename printf format attribute 9 years ago
Andrew Tridgell 520b9de48a HAL_PX4: expose do_transfer() in API 9 years ago
Andrew Tridgell 44c280e9fb AP_HAL: fixed typo in do_transfer declaration 9 years ago
Julien BERAUD 88236821c0 AP_HAL_Linux: Adapt Heat_Pwm to use PWM_Sysfs 9 years ago
Julien BERAUD 0fa362ff5c AP_Notify: Fix GPIO declaration for Linux boards 9 years ago
Julien BERAUD 8c4803af10 AP_HAL_Linux: GPIO Sysfs for Bebop 9 years ago
Julien BERAUD 2136866594 AP_HAL_Linux: fix I2CDriver indentation 9 years ago
Julien BERAUD af6bbb806e AP_HAL: add do_transfer method to I2CDriver 9 years ago
Julien BERAUD 26163b6640 AP_HAL_Linux: Add do_transfer method to i2c driver 9 years ago