4031 Commits (zr-v5.1)

Author SHA1 Message Date
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 d7f77aec93 ArduCopter & ArduPlane: Added support for apm2beta build via APM2_BETA_HARDWARE define 13 years ago
Pat Hickey 1b2ebdff44 ArduPlane: added config.h and defines.h to support CONFIG_BARO 13 years ago
Pat Hickey 04ea979331 ArduPlane: Rename APM_BMP085 classes to AP_Baro_BMP085 classes 13 years ago
Pat Hickey f2652d23bf ArduPlane: calibrate accel with imu.init_accel after imu.init 13 years ago
Doug Weibel 2ef4c79a7c Minimum ground speed patch from Claudio Natoli. Thanks Claudio! 13 years ago
Doug Weibel 2f962fe6da Augment failsafe gcs_send_text message 13 years ago
Doug Weibel 502a98dda1 Add hook to dump log filesystem index for debugging 13 years ago
Andrew Tridgell 39a36fe946 fixed the "reboot on GPS lock" bug 13 years ago
Andrew Tridgell 4a057aefa0 test: removed the broken gyro test and merge it into the imu test 13 years ago
Doug Weibel 88ab4f7d70 Fix for intermittent bug of log #1 starting on page 2 and confusing file system 13 years ago
Doug Weibel b03de3095e Add DataFlash.Init before doing a forced log erase on eeprom reset. 13 years ago
Andrew Tridgell 2cabb11307 mavlink: don't force CLI and HIL with mavlink10 build 13 years ago
Andrew Tridgell 838c57cd1a mavlink: paranoia setting of failsafe when forcing AUTO mode 13 years ago
Andrew Tridgell 4036604fb7 mavlink: move Mavlink_compat.h to common code 13 years ago
Andrew Tridgell 5ae929ace9 build: CLI_SLIDER_ENABLED doesn't need to be forced off in apm2 build 13 years ago
Doug Weibel 7960e7963c Add Guided mode to failsafe handling 13 years ago
Andrew Tridgell a048709828 Logs: don't print hundreds of bogus log boundaries 13 years ago
Pat Hickey ab56a764d3 ArduPlane: rev version number from 2.26 to 2.27 Alpha 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 ffba37d599 desktop: first version of register level SITL support 13 years ago
Andrew Tridgell 3a0b1d1903 purple: there are no dipswitches on the purple board 13 years ago
Andrew Tridgell 6093db948b compass: added AP_COMPASS_APM2_SHIELD 13 years ago
Andrew Tridgell 649da8e05d purple: adc test not useful if no ADC 13 years ago
Andrew Tridgell 40459653b5 purple: fixed LED and IO pin defintitions 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 a3701e521a build: added hlsensors target 13 years ago
Andrew Tridgell 1c20efe4b8 re-organiser sensor declarations 13 years ago
Andrew Tridgell 3d175c449e adc.Init() takes timer_scheduler 13 years ago
Andrew Tridgell 03c7d7bfb6 purple: always declare timer_scheduler 13 years ago
Pat Hickey 1895458dbf purple: added new parameters to Init() functions 13 years ago
Pat Hickey f9d6facdda test: added new passthru test 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
Pat Hickey 4015cb0a40 purple: fixed APM_RC.Init() to add isr_registry parameter 13 years ago
Pat Hickey 9e47536924 purple: declare sensors for purple library rework 13 years ago
Pat Hickey 08675a91d8 purple: added config options for purple/APM1 hardware 13 years ago
Pat Hickey 3300032a89 purple: added hardware defines for ArduPlane 13 years ago
Pat Hickey cc67062442 build: added new command line build targets 13 years ago
Andrew Tridgell 89d2f0f849 mod barometer.Init() based on hardware 13 years ago
Michael Oborne 0a0b2d32f4 Add rc input to cli planner mode 13 years ago
Doug Weibel b05e1d90f5 Change type to support "dump all with -1" 13 years ago
Doug Weibel 0f428bd43a Logging cleanup. Fixed missing cast, removed erase warning, added -1 to dump all option, and fix intermittent bug for log number 1. 13 years ago
Doug Weibel 27e68234b7 Simplified logging logic for finding start/end of log files 13 years ago
Doug Weibel 244eeea34a Rework logging file system to be more robust 13 years ago
Andrew Tridgell 8ef364657b MAVLink: fixed throttle display in VFR_HUD 13 years ago