210 Commits (5512a6f8a06d50bedc5ff840bc17ca131068175d)

Author SHA1 Message Date
Andrew Tridgell dc47074dbd MAVLink: removed the need for Mavlink_compat.h 13 years ago
Andrew Tridgell a823c9ceae APM: removed cli slider and dipswitch options 13 years ago
rmackay9 06e35820e5 ArduPlane: allow MPU6000's DMP to be used for attitude estimation. 13 years ago
Andrew Tridgell de3c9ce56d Airspeed: change APM to use new AP_Airspeed library 13 years ago
Andrew Tridgell 58fd91165f APM: fixed some build warnings and type errors 13 years ago
Andrew Tridgell 82ede937e7 AnalogSource: convert analogRead() calls to the new API 13 years ago
Andrew Tridgell 3a2594fa1a APM: ArduPlane updates for new compass interface 13 years ago
Andrew Tridgell 2934b4173b APM: set_centripetal() is now set_fly_forward() 13 years ago
Andrew Tridgell 940d994efb GPS: Use appropiate GPS_ENGINE settings in APM, ACM and rover 13 years ago
Andrew Tridgell a684bddbda GPS: open the GPS serial port with a 256 byte buffer 13 years ago
Andrew Tridgell 87ed39ea46 APM: use set_blocking_writes(false) when we have done ground start 13 years ago
Andrew Tridgell b4107d35e8 MAVLink: raise the serial transmit buffer size to 256 bytes 13 years ago
Andrew Tridgell 4c4c38f69a APM: Added MANUAL_LEVEL option 13 years ago
Andrew Tridgell 8afd196907 APM: adapt ArduPlane for AHRS framework 13 years ago
Andrew Tridgell 7a9b3d3388 Quaternion: show "Quaternion test" on startup if enabled 13 years ago
Andrew Tridgell 367947fd33 HWSTATUS: if we don't know the voltage, report it as zero 13 years ago
Andrew Tridgell b20084af7d APM: added board_voltage() function 13 years ago
Andrew Tridgell 0248b48d30 allow MAG_ENABLE to be changed in flight 13 years ago
Andrew Tridgell 95ef9206dc DCM: renorm_sqrt_count is now called renorm_range_count 13 years ago
Andrew Tridgell bc0ed62aa9 adapt mainline APM code to AP_Param 13 years ago
Andrew Tridgell 1a861b3de5 allow for lower serial baud rates 13 years ago
Doug Weibel 9846822748 Bug fix for compass. 13 years ago
Andrew Tridgell cdd5589498 I2c: default to 5ms timeout, and faster bus speed 13 years ago
Andrew Tridgell 3cb96fb8af APM: convert to new I2C library 13 years ago
Andrew Tridgell 8d87aa41b9 APM: Update for DataFlash changes 13 years ago
Doug Weibel 8e17b8d6d4 Correct a bug in throttle failsafe feature 13 years ago
Andrew Tridgell 5e347854c3 setup the main loop failsafe after RC library is setup 13 years ago
Andrew Tridgell 26d5d3c385 fixed HIL build 13 years ago
Andrew Tridgell 29fa78214b APM: added failsafe support 13 years ago
Andrew Tridgell f25ee899f3 APM: run mavlink loop while erasing logs 13 years ago
Andrew Tridgell df094ce463 fixed airspeed sensor for ArduPlane on APM2 13 years ago
Andrew Tridgell b9a88aac32 geofence: added FENCE_TRIGGERED_PIN 13 years ago
Andrew Tridgell 1998908a05 DCM: reset the DCM matrix after a ground start 13 years ago
Andrew Tridgell 483bef35e5 IMU: update ACM and APM for flash_leds change in IMU init 13 years ago
Andrew Tridgell 07dba4eff7 desktop: fixed Wire.begin() build problem 13 years ago
Pat Hickey a99a1dbc9a ArduPlane: update AP_Baro construtors and initializers 13 years ago
Pat Hickey f3ad7f3af8 Wire and SPI Init: move to sketch system.pde from libraries 13 years ago
Pat Hickey f2652d23bf ArduPlane: calibrate accel with imu.init_accel after imu.init 13 years ago
Doug Weibel b03de3095e Add DataFlash.Init before doing a forced log erase on eeprom reset. 13 years ago
Pat Hickey f7a9b8a563 ArduPlane: LED digital writes use LED_OFF and LED_ON 13 years ago
Andrew Tridgell 86927ac0a5 ArduPlane: rename purple to APM2 13 years ago
Andrew Tridgell 7def0e98e8 USB-MUX: auto-switch telemetry port based on UXB mux for ArduPlane 13 years ago
Andrew Tridgell ca76f6d0ec purple: add the remaining hw defines for purple hardware 13 years ago
Andrew Tridgell 1e41b4b2b0 timer_scheduler doesn't exist in HIL_MODE_ATTITUDE 13 years ago
Andrew Tridgell 3d175c449e adc.Init() takes timer_scheduler 13 years ago
Pat Hickey bad177bfdc removed old commented out code 13 years ago
Pat Hickey ad0cac670c purple: added new parameters needed for new library APIs 13 years ago
Andrew Tridgell 89d2f0f849 mod barometer.Init() based on hardware 13 years ago
Andrew Tridgell 4933c5bcdd zero airspeed on ground start when initiated by MAVLink 13 years ago
Doug Weibel f752c4b799 Change to logging file system. 13 years ago