1127 Commits (c1314bc814a94dd87fab3e4399a73bc2f7b85e48)

Author SHA1 Message Date
Jason Short d0af95f0e3 allows main code to manually set the integrator value 13 years ago
Andrew Tridgell ca39fc8b47 sitl: added build targets for different ACM frames 13 years ago
Andrew Tridgell 60185509f4 AP_Compass: when I2c fails, don't retry for 1s 13 years ago
Andrew Tridgell 9fb3b13af3 AP_Baro: when I2c fails, don't retry for 1s 13 years ago
Andrew Tridgell 880c7e6411 DataFlash: cope with older dataflash chips 13 years ago
Michael Oborne 306e2e3f7d add gps character count. 13 years ago
Michael Oborne 3d85f99546 remove gps callback in wait loop 13 years ago
Randy Mackay a2edba69b1 GPS - removed GPS_MTK, GPT_NMEA and GPS_UBLOX. All functionality moved to AP_GPS many months ago. 13 years ago
Jason Short 7adc80c513 removed newlines to clean up code 13 years ago
Randy Mackay bbe6dea980 OptFlow - initial support for APM2 (there are still problems) including adding ability to set Chip Select pin. 13 years ago
Andrew Tridgell 074fd31506 Baro: fixed MS5611 example sketch 13 years ago
Andrew Tridgell 820153d7ae compass: show timing in compass test 13 years ago
Andrew Tridgell f871235480 Baro: show timing in baro test 13 years ago
Andrew Tridgell 8f74631882 DCM: don't use compass unless its healthy 13 years ago
Andrew Tridgell 7c098491b9 I2C: fixed some warnings 13 years ago
Andrew Tridgell 5f38663d44 desktop: exclude I2C library 13 years ago
Andrew Tridgell e1c9c063a5 MPU6k: don't init the Wire library 13 years ago
Andrew Tridgell 7ba744a11a I2C: convert barometer library to new I2C library 13 years ago
Andrew Tridgell acf4e9b61d I2C: convert compass code to new I2C library 13 years ago
Andrew Tridgell 8ee336e715 I2C: imported the I2C library from Wayne Truchsess 13 years ago
Andrew Tridgell e7dab19260 TimerProcess: prevent a race in setting up the timer callbacks 13 years ago
Andrew Tridgell 5e4f66e525 DataFlash: moved high level logging logic to library 13 years ago
Andrew Tridgell bd9488f1e4 DataFlash: fixed sense of card detect 13 years ago
Andrew Tridgell 6ca613337b MPU6000: protect the driver from double initialisation 13 years ago
Andrew Tridgell 18d26dc74e MPU6000: minor fixes 13 years ago
Andrew Tridgell 4d71482d1c TimerProcess: check for duplicate registrations 13 years ago
Andrew Tridgell dbaa6fb6d2 TimerProcess: make some variables uint8_t 13 years ago
Mike Smith 3582ad4e20 Fix issue #423 - FastSerial flush bug. 13 years ago
Andrew Tridgell 637d4675e1 added in DataFlash.cpp 13 years ago
Andrew Tridgell 9bb0bd0341 desktop: added attachInterrupt() support 13 years ago
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