1097 Commits (a39a470d75341d5b9a587a4516576238f01adef2)

Author SHA1 Message Date
Andrew Tridgell a39a470d75 desktop: fixed for new DataFlash inheritance 13 years ago
Andrew Tridgell 977326e991 dataflash: reworked classes to move most code to parent class 13 years ago
Andrew Tridgell 13b2ddcbe1 dataflash: fixed APM2 flash logging 13 years ago
Andrew Tridgell 04daeab7c0 MPU6000: change to 98Hz low pass filter 13 years ago
Andrew Tridgell 10ca54ef8f MPU6000: use data ready interrupt to prevent stale data 13 years ago
Andrew Tridgell 760aa62c75 fixed the MPU6000 test sketch 13 years ago
Randy Mackay c24b5229e1 AP_GPS - updated MTK rate to 10Hz and fixed lat/lon printing inaccuracy in Arducopter logs and AP_TEST example sketch 13 years ago
Andrew Tridgell b72f9c2e9f added MPU6000 test sketch 13 years ago
Andrew Tridgell f11a5edbc7 removed dead test program 13 years ago
Andrew Tridgell 8780a60234 ADC: update for new ap_proceduce prototype 13 years ago
Andrew Tridgell e7720254dd AP_Baro: update MS5611 driver for new ap_proceduce prototype 13 years ago
Andrew Tridgell f97b405b56 MPU6k: update driver for new ap_proceduce prototype 13 years ago
Andrew Tridgell 79d6c21dde PeriodicProcess: added set_failsafe() call 13 years ago
Andrew Tridgell 11b8d56434 added comment in polygon code 13 years ago
Andrew Tridgell bc9e943969 rollover is not a bug 13 years ago
Andrew Tridgell 97f8d21c1b added code format markers to AP_InertialSensor library 13 years ago
Andrew Tridgell 59d2d2d783 fixed build of IMU_MPU6000_test 13 years ago
Andrew Tridgell e7568db237 fixed comment 13 years ago
Andrew Tridgell 6efa2e53cb AP_Math: re-work polygon algorithm for perfect precision 13 years ago
Randy Mackay e070109e21 AP_RangeFinder - change sonar example sketch to use default Sonar PIN for APM2 (A1) 13 years ago
Andrew Tridgell a3a0e5646f polygon: improve the speed and precision of the polygon algorithm 13 years ago
Michael Oborne 92886cfa10 make file relax 13 years ago
Michael Oborne f4b7aea1ee add relax 13 years ago
Andrew Tridgell bb0f179495 AP_Baro: fixed temperature on MS5611 13 years ago
Andrew Tridgell 6341db7031 Revert "ADC: only read channels that are actually being used" 13 years ago
Andrew Tridgell d442bad413 Revert "ADC: added an enable_channel() API" 13 years ago
Andrew Tridgell 99eafbbe38 Revert "ADC: fixed HIL build" 13 years ago
Andrew Tridgell 10e546eebd AnalogSource: return a float from read() method 13 years ago
Andrew Tridgell f6f808357c removed AperiodicProcess code 13 years ago
Andrew Tridgell d4b66139dc ADC: fixed HIL build 13 years ago
Andrew Tridgell dc01d55740 added missing mavlink headers 13 years ago
Andrew Tridgell 42522baf9f geofence: store fence points as int32_t 13 years ago
Andrew Tridgell a4c03cceff mavlink: include latest geofence message changes 13 years ago
Andrew Tridgell 9b6bab8904 AP_Math: better polygon algorithm 13 years ago
Andrew Tridgell dc20d89375 MAVLink: update to latest mavlink XML 13 years ago
Andrew Tridgell 9591317dbc ADC: added an enable_channel() API 13 years ago
Andrew Tridgell c41e7c505b timer: enable interrupts during timer processing 13 years ago
Andrew Tridgell 09947dace1 ADC: only read channels that are actually being used 13 years ago
Andrew Tridgell f125f6619a fixed formatting of ADC driver 13 years ago
Andrew Tridgell b484411c41 timers: change to 1kHz timer by default 13 years ago
Andrew Tridgell e187ff149f desktop: fixed type of dword eeprom read 13 years ago
Andrew Tridgell 62e92f406e AP_Math: make out vector and matrix elements used types with fixed sizes 13 years ago
Pat Hickey d6a8440ef2 APM_RC_APM2: Remove OutputCh from ::Init() 13 years ago
Andrew Tridgell 85e295332f AP_Math: added Polygon_complete() function 13 years ago
Andrew Tridgell 117a98f9a2 AP_Math: added a Polygon_outside() function 13 years ago
Andrew Tridgell 0147c7b6c6 DCM: added matrix_reset() method 13 years ago
Andrew Tridgell a819c1a3dc IMU: abstract the setting of the LEDs in IMU initialisation 13 years ago
Andrew Tridgell 90c6bad814 autotest: make magnetic field point down 13 years ago
Andrew Tridgell 081f35f51c desktop: fixed build with new AP_Baro code 13 years ago
Andrew Tridgell 8d882c3640 desktop: fixed desktop barometer code 13 years ago