2949 Commits (96b87e3b4456789bb2854a8dc4c3edc3846cb36d)

Author SHA1 Message Date
Andrew Tridgell 583845cc17 ahrs fixup 12 years ago
Andrew Tridgell 5923808526 AP_Relay: allow for no relay pin 12 years ago
Andrew Tridgell 3a762f891e AP_Param: fixup for ARM compiler 12 years ago
Andrew Tridgell 1b0670e67c AHRS: fixup for ARM compiler 12 years ago
Andrew Tridgell d55acbc00a AP_YawController: fixup for ARM compiler 12 years ago
Andrew Tridgell f7939ad179 AP_Relay: allow relay object in SITL 12 years ago
Andrew Tridgell 8d901b3f5a HAL_AVR: fixed a warning 12 years ago
Andrew Tridgell c980b32319 GPS: fixed state machine logic errors in MTK19 driver 12 years ago
Andrew Tridgell 8c0d1d7084 GPS: fixed MTK19 driver for AP_HAL merge 12 years ago
rmackay9 92e271e517 AP_InertialNav: increase baro delay to 0.5 sec (was 0.2sec) to allow slower baro updates on APM1 12 years ago
rmackay9 af4d998697 AP_InertialNav: correct lat/lon to cm 12 years ago
Sandro Benigno 6abe1fe94f AP Camera changes required to work with modified AP_Relay lib. 12 years ago
Andrew Tridgell 0b2960e504 fixup relay merge 12 years ago
Sandro Benigno cc7f26a99b New Relay class and the subclasses for APM1 and APM2. 12 years ago
Craig@3DR 2de676306e Improved parsing in auto detect 12 years ago
Craig@3DR 8cfefbc275 Updated rev number in driver 12 years ago
rmackay9 b8b17a4a70 ArduCopter: added AP_PerfMon library 12 years ago
rmackay9 bd0e018ca0 ArduCopter: restore auto-trim method but now use AHRS.add_trim 12 years ago
rmackay9 37b56662bd AP_InertialNav: Jason's bug fix to inertial nav velocity and position calculations 12 years ago
rmackay9 120b494d83 Filter: #include AP_Buffer.h no longer needed now that completementary filter has been moved to InertialNav library 12 years ago
rmackay9 3aca61cefb AP_Motors: remove unnecessary opposite_motor array (no longer needed with new stability patch) 12 years ago
rmackay9 41cc1c74d8 AP_InertialNav: increase time constant for Z axis to 7 seconds 12 years ago
rmackay9 a76aec675a AP_InertialSensor: resolved compile warning re uninitialised variable 12 years ago
rmackay9 90d7f00965 AP_GPS_MTK16: saved 22 bytes of ram by moving error message into program space. 12 years ago
rmackay9 811550cca6 AP_GPS_MTK19: small bug fix re "==" vs "=" 12 years ago
Craig@3DR f778961acf Added support for Mediatek firmware Rev 1.9 12 years ago
rmackay9 557f4e65de AP_InertialNav: small performance improvement by replacing mul_transpose with direct multiplication of Z axis accel correction to specific elements of dcm 12 years ago
rmackay9 1f7614929f AP_AHRS: save trim to eeprom when set_trim is called 12 years ago
rmackay9 e9fa5dec0f AP_InertialNav: make use of ahrs library's get_accel_ef method to save some cpu cycles 12 years ago
rmackay9 1c08f176ea AP_AHRS: add get_accel_ef method to return earth frame accelerometer values for use in ArduCopter's inertial nav and accel based throttle 12 years ago
Andrew Tridgell 18581d0220 HAL_AVR: change order of CS pin init - fixes APM2 boot problem 12 years ago
Andrew Tridgell 57bf6531b4 Progmem: use right CONFIG_HAL_BOARD #ifdefs 12 years ago
Andrew Tridgell da10e68e87 HAL_PX4: added basic console driver (output only) 12 years ago
Andrew Tridgell 0ef003a45f AP_HAL: added PX4 board support 12 years ago
Andrew Tridgell 24a291cf66 HAL_AVR: only build on APM boards 12 years ago
Andrew Tridgell b41440175f HAL_PX4: started on new PX4 HAL structures 12 years ago
Andrew Tridgell 0adc4afcb5 InertialSensor: add reboot option in MPU6000 test 12 years ago
Andrew Tridgell 212728be34 InertialSensor: ensure MPU6000 is out of sleep mode before configuring 12 years ago
Andrew Tridgell 091c14a33e SITL: disabled buffering on stdout 12 years ago
Andrew Tridgell 0186fabb3b build: allow building with the "Empty" HAL 12 years ago
Andrew Tridgell 122b8716a7 InertialSensor: added auto reset of MPU6000 on startup failure 12 years ago
Andrew Tridgell 44ad850542 InertialSensor: latch the data ready pin high on new data 12 years ago
Andrew Tridgell fcb09c3993 InertialSensor: fixed example app for new syntax 12 years ago
Andrew Tridgell e2edad8a3f InertialSensor: fixed last sample time in MPU6000 12 years ago
Andrew Tridgell feb11f0bc9 PX4: mark example as nobuild for now 12 years ago
Andrew Tridgell e7b915b0f4 AP_Math: fixed error comment 12 years ago
Andrew Tridgell 463a089e5c InertialNav: fixed example build 12 years ago
Andrew Tridgell c3dc23d295 AP_HAL: fixed warning in progmem 12 years ago
Andrew Tridgell 1a53bc783c InertialSensor: poll data ready pin instead of an interrupt for MPU6k 12 years ago
Pat Hickey 563ca3f79b AP_HAL_AVR: expose gpio pin 70 for mpu6000 interrupt input 12 years ago