4188 Commits (70d37d2cf66d8cd4bff670ee15759fb5f9a4b3c0)

Author SHA1 Message Date
Paul Riseborough 97cdd36dd8 APM_Control : Moved scaler on roll and pitch integrator to be before integrator 11 years ago
Randy Mackay 0049351f2f GCS_MAVLink: generate after adding RC reciever to SYS_STATUS enum 11 years ago
Randy Mackay d1906abb5c GCS_MAVLink: add RC receiver to SYS_STATUS enum 11 years ago
Andrew Tridgell de96ad9445 AP_GPS: fixed date handling in NMEA driver 11 years ago
Andrew Tridgell 65ebdfa786 HAL_SITL: fixed time strings in simulated NMEA GPS 11 years ago
Andrew Tridgell 6b2222c32e DataFlash: show timestamps on flash logs 11 years ago
Andrew Tridgell 34cde1a640 HAL_PX4: implement set_system_clock() 11 years ago
Andrew Tridgell 0ca82d5e3c AP_HAL: added set_system_clock() API 11 years ago
Andrew Tridgell 744819cec8 AP_GPS: added fake time to fake GPS lock 11 years ago
Andrew Tridgell d7a9888e26 DataFlash: updates for new GPS API 11 years ago
Andrew Tridgell 19ba07a3f9 AP_InertialNav: updates for new GPS API 11 years ago
Andrew Tridgell b7b9efd120 HAL_SITL: properly emulate timestamps on ublox and MTK 11 years ago
Andrew Tridgell 6f5ac1d553 AP_GPS: added support for GPS time in week/millisec 11 years ago
Andrew Tridgell 6438be74e0 HAL_SITL: get the ublox GPS timestamps right in SITL 11 years ago
Andrew Tridgell f34b1c280d AP_BattMonitor: added set_monitoring() API 11 years ago
Andrew Tridgell d305dd5946 AP_AHRS: debounce the GPS/compass consistency test 11 years ago
texlan 78acea820f Copter: fix symmetry in stability patch for Tricopters 11 years ago
Randy Mackay 8f4665c4c7 ToshibaLED: ignore I2C errors during init 11 years ago
Randy Mackay 443023bbbf AP_HAL: add ignore_errors to I2C driver 11 years ago
Randy Mackay 943d7374f6 Copter: slow start motors from 0 to min throttle 11 years ago
texlan 53553751d1 Copter: Correctly set limit.lower flags for Tricopters 11 years ago
Andrew Tridgell 1c091cbca5 HAL_PX4: fixed a scheduler bug that affects UART IO 11 years ago
Randy Mackay e0c4785b2a Copter: OctaQuad H-frame support 11 years ago
Andrew Tridgell 3393a5c99e AP_Baro: prevent a race condition in the SITL baro driver 11 years ago
Andrew Tridgell 86afc26609 HAL_SITL: decrease wind with altitude 11 years ago
Andrew Tridgell 98d391efa0 AP_Camera: added note on DO_SET_CAM_TRIGG_DIST in docs 11 years ago
Andrew Tridgell ede927f68a HAL_SITL: added airspeed noise control 11 years ago
Mike McCauley c524a7c717 AP_HAL_FLYMAPLE: remove obsolete debugging code from RCInput 11 years ago
Mike McCauley 6f04e5f2e7 AP_HAL_FLYMAPLE: RCInput now more robust in the face of connect/disconnect of 11 years ago
Mike McCauley ce1a8fb831 AP_HAL_FLYMAPLE: Added new example test sketch RCInput.pde 11 years ago
Mike McCauley 3226a81611 AP_HAL_FLYMAPLE: Improvements to RCInput 11 years ago
Mike McCauley fe6cacf081 AP_InertialSensor: Minor correction to comments in AP_InertialSensor_Flymaple.cpp 11 years ago
Mike McCauley 0920d9ac49 AP_HAL_FLYMAPLE: UARTDriver Use new libmaple TX buffers. 11 years ago
Mike McCauley 38512e3756 AP_HAL_FLYMAPLE: I2CDriver improvements to interrupt hygiene 11 years ago
Mike McCauley 8e5a9b06fb AP_HAL_FLYMAPLE: Fix example Scheduler.pde fo recent changes to API 11 years ago
Mike McCauley bc55a2844c AP_HAL_FLYMAPLE: Fix example Scheduler.pde to compile with recent changes to 11 years ago
Andrew Tridgell 72b97168c9 AP_RangeFinder: improved SONAR_PIN docs 11 years ago
Andrew Tridgell 7831113f84 AP_InertialSensor: yield the CPU for the right time in wait_for_sample() 11 years ago
Andrew Tridgell d973730b88 HAL_PX4: use hrt timer and semaphores to improve timing 11 years ago
Andrew Tridgell 8532e2bff8 AP_InertialSensor: fixed timing of PX4 sensor samples 12 years ago
Andrew Tridgell c4d62f6b92 AP_Scheduler: fixed SCHED_DEBUG docs 12 years ago
Andrew Tridgell 0f4da25e68 AP_Scheduler: make sure we run remaining tasks on overrun 12 years ago
Andrew Tridgell a5788dde8f HAL_AVR: added Scheduler.set_timer_speed() support 12 years ago
Andrew Tridgell 7ef187fcfd AP_HAL: added optional set_timer_speed() scheduler API 12 years ago
Andrew Tridgell 4de2a654ab AP_Mount: changed ahrs to be a const reference 12 years ago
Andrew Tridgell 34770fe6bf HAL_AVR: fixed SPI bus speed switching 12 years ago
Randy Mackay f2f61af125 HAL_AVR: scheduler interrupt 500hz for APM2 12 years ago
Andrew Tridgell 9833900f91 AP_InertialSensor: run MPU6000 sensor register reads at 8MHz 12 years ago
Andrew Tridgell 04836ea763 HAL_AVR: set initial bus speed on MPU6k to 500kHz, then change to 8MHz 12 years ago
Andrew Tridgell 5ccf8409b4 AP_HAL: added an optional spi.set_bus_speed() API 12 years ago