2286 Commits (59a94d5aac7b03068625f6a762edd871768366d3)

Author SHA1 Message Date
Pat Hickey 59a94d5aac AP_HAL_AVR: implement ::init method in derived HAL_AVR class. 12 years ago
Pat Hickey 18329b1a5d AP_HAL: add virtual init method to HAL class 12 years ago
Pat Hickey 3b2719dd8c AP_HAL_AVR: build APM1 example sketch with no Arduio core via nocore.inoflag 12 years ago
Pat Hickey 75279dfa43 AP_HAL_AVR: header include fixups 12 years ago
Pat Hickey 0d342a3293 AP_Common: use EXCLUDECORE macro to hack some debug messages away 12 years ago
Pat Hickey 7854c54880 Arduino.mk: when core is excluded, add -DEXCLUDECORE to flags 12 years ago
Pat Hickey 4493dbb4d2 Arduino.mk: support nocore.inoflag to do coreless builds of each sketch 12 years ago
Pat Hickey 8eb9b39a44 AP_HAL_AVR move library classes to their own AP_HAL_AVR namespace 12 years ago
Pat Hickey afd1f36400 AP_HAL: add BetterStream, Stream, and Print interfaces 12 years ago
Pat Hickey b34d4cdb17 Remove empty AP_Var_menufuncs.cpp 12 years ago
Pat Hickey 3f1d9d7f69 AP_Param: #include <AP_Param.h> fixups for libraries & sketches 12 years ago
Pat Hickey c4dbe8c627 AP_Param: move from AP_Common to its own library 12 years ago
Pat Hickey e82d1402ef AP_Loop: moved to APO library, which is the only code that uses it 12 years ago
Pat Hickey 29a425c0dd AP_HAL: import utility Print, Stream, and BetterStream headers 12 years ago
Pat Hickey 00920b0483 AP_HAL_AVR: Stub implementations of AP_HAL_AVR concrete classes 12 years ago
Pat Hickey dc03b1190f AP_HAL: Stub implementations of pure virtual AP_HAL classes 12 years ago
Craig@3DR 2586c7a32a Updated the MediaTek configuration 12 years ago
rmackay9 24317e721b AC_PID, AP_AHRS: added descriptions to some parameters 12 years ago
rmackay9 a38db6744f AP_Motors: add comments for parameters 12 years ago
rmackay9 6cf94e20e7 AP_InertialNav_test: small change to #include in example sketch 12 years ago
rmackay9 395eb25041 ThirdOrderCompFilter: delete because now combined with AP_InertialNav library 12 years ago
rmackay9 154e3c33f7 ArduCopter, AP_InertialNav: consolidated ThirdOrderComplementaryFilter into AP_InertialNav to save about 200bytes of RAM 12 years ago
rmackay9 a84d9110bd AP_Buffer: add size 5 float fifo buffer to predeclared types 12 years ago
rmackay9 49619b15dd RC_Channel: move RC_CHANNEL_ANGLE, RANGE, ANGLE_RAW type definitions to .h file so they can be used by the main sketch 12 years ago
rmackay9 b4e5176e2a ArduCopter, AP_InertialSensor: restore mpu6k sample rate to 200hz but keep default filtering at 42hz. 12 years ago
Robert Lefebvre 0eb57bf93d ACM: TradHeli 12 years ago
rmackay9 35f94a6f71 AP_InertialNav: increase Z axis default time constant to 3.0 (was 1.5) 12 years ago
rmackay9 d11ee04888 AP_Camera: add three new parameters DURATION, SERVO_ON and SERVO_OFF to allow better shutter control when using servo. 12 years ago
rmackay9 eac26b2313 RC_Channel_aux: immediately send output to servos when set_radio, set_radio_to_min, set_radio_to_max, set_radio_to_trim or set_servo_out functions are called. 12 years ago
rmackay9 e6686dcab8 ThirdOrderCompFilter: remove last_time_constant_xy and _z static variables to save 8 bytes. 12 years ago
rmackay9 06d1c6b0c1 AP_Buffer: bug fix to allow buffer to completely fill up. 12 years ago
rmackay9 8b5f66255e AP_InertialSensor: add comments to give credit for accel calibration method to Rolfe Schmidt 12 years ago
rmackay9 a92b7f3477 AP_InertialSensor: add comments to give credit for accel calibration method to Rolfe Schmidt 12 years ago
Robert Lefebvre a5c4e65cdf ACM: TradHeli 12 years ago
Andrew Tridgell 3b18c57691 AP_InertialSensor: removed axis getters for accel/gyro 12 years ago
Andrew Tridgell d2f9a705ea MAVLink: clarify frame of reference for HIL_STATE 12 years ago
Andrew Tridgell 15abc784ec MAVLink: use a smaller maximum payload to reduce memory 12 years ago
Andrew Tridgell 5e77119377 AP_InertialSensor: fixed stub driver to work correctly with sensors HIL 12 years ago
Andrew Tridgell b237c0583d AP_InertialSensor: Added INS_MPU6K_FILTER option 12 years ago
Andrew Tridgell 4f868e04cc AP_InertialSensor: return the example sample count in Oilpan 12 years ago
Andrew Tridgell c7dd042909 InertialNav: update example for new interface 12 years ago
Andrew Tridgell 51080d3e9e AHRS: update example for new ins interface 12 years ago
Andrew Tridgell 089ae0f9f3 AP_InertialSensor: allow specification of sample rate in init() call 12 years ago
Andrew Tridgell 951e764442 SITL: prevent the GPS pipe filling up and delaying GPS readings 12 years ago
Andrew Tridgell 471ed9429a SITL: cleanup RC control for rover support 12 years ago
Andrew Tridgell 5e7ca5b0f8 AC_PID: suppress the derivative immediately after reset 12 years ago
Andrew Tridgell 816fe9d35a PID: use NAN to flag a D reset 12 years ago
Andrew Tridgell eac1ad49d6 AC_PID: save 8 bytes per AC_PID object 12 years ago
Andrew Tridgell 1dad9e4e94 AHRS: improved some more doc strings 12 years ago
Andrew Tridgell eb1d5c2c68 AHRS: improved docs for AHRS_GPS_USE 12 years ago