7745 Commits (4f225eff57a519b06a9c6032e7e87b3a552392f5)
 

Author SHA1 Message Date
Andrew Tridgell 4f225eff57 Plane: if airspeed enabled, require 5m/s to unsuppress throttle 12 years ago
Andrew Tridgell 300a8d2bbc Copter: support all 12 channels on PX4 12 years ago
Andrew Tridgell b71f36ee34 RC_Channel: support 8 auxillary RC channels 12 years ago
Andrew Tridgell ec1678db83 HAL_PX4: setup for 12 output channels 12 years ago
Andrew Tridgell 709615159a HAL_PX4: support 12 output channels with PX4IO 12 years ago
Andrew Tridgell 3b0250b414 AP_HAL: define RC_12 12 years ago
Randy Mackay cb5f8826f8 Copter: Leonard's fix for trapezoidal frame 12 years ago
Randy Mackay 74dca6da22 Copter: move update_commands to run_autopilot fn 12 years ago
Randy Mackay 6deaae3844 gitignore: add more files produced by sitl testing 12 years ago
Andrew Tridgell 81b9dad1cd Rover: mark new beta version 12 years ago
Andrew Tridgell ac7561c5d5 Plane: mark 2.72beta version 12 years ago
Andrew Tridgell d227d2559d autotest: added APMVERSION to firmware.diydrones.com version 12 years ago
Andrew Tridgell 67de5e5172 autotest: added unpack_mp.sh script 12 years ago
Randy Mackay 1a7cffefe6 TradHeli: change coll_out to int16_t 12 years ago
Andrew Tridgell f50fe7a77a Rover: made a bit test clearer 12 years ago
Andrew Tridgell c612b4ad73 build-PX4: changed the PX4 build to use CONFIG_C99_BOOL8 12 years ago
Randy Mackay 7f79398989 AP_Limits: fixed return of AP_Int8 parameters from object 12 years ago
Andrew Tridgell fb0f5d46ba Copter: use BIT_IF_SET() 12 years ago
Andrew Tridgell 3659b532be AP_Common: added BIT_IS_SET() macro 12 years ago
Andrew Tridgell 5ad9deecfb Copter: cleanup some bit if tests to be clearer 12 years ago
Andrew Tridgell 709a277c7f DataFlash: chamged FMT message to include labels 12 years ago
Andrew Tridgell 9ef34943af DataFlash: change log extension to *.bin 12 years ago
Andrew Tridgell cd624f68b9 build: touch directories to get dates right 12 years ago
Andrew Tridgell dc4ed49304 docs: link to new dev website 12 years ago
Andrew Tridgell 8ec1eaa8b1 build: removed obsolete cmake rules 12 years ago
Andrew Tridgell 1c980981e4 web: added link to new dev website 12 years ago
Andrew Tridgell 215a2a1b03 web: added Tools link to firmware site 12 years ago
Andrew Tridgell fd2cd0d1c2 DCM: fixed formatting 12 years ago
jschall 610069e729 DCM: fixed airspeed bug 12 years ago
Randy Mackay 63a48f76e2 Copter: add pre-arm check of radio and accel 12 years ago
Randy Mackay 42bca90676 INS: add calibrated check 12 years ago
Randy Mackay 07b6efafd8 Copter: use DEGX100 constant for position_vector calcs 12 years ago
Randy Mackay 0b29754920 Copter: simplify roll-pitch stabilize controller 12 years ago
Andrew Tridgell 82c604dd67 Copter: more constrain fixes 12 years ago
Andrew Tridgell 2c05030fb1 AP_Motors: use the right constrain() function 12 years ago
Andrew Tridgell d5875676b1 Copter: use a reference to DCM matrix 12 years ago
Andrew Tridgell c2c037ec0d Copter: use the right constrain() type in Attitude code 12 years ago
Andrew Tridgell 014c9376e7 AP_AHRS: use const references where possible 12 years ago
Andrew Tridgell dcc3873056 AP_Buffer: remove bool return from add() method 12 years ago
Andrew Tridgell 26fa5c40f1 Compass: use const references for some functions 12 years ago
Andrew Tridgell 1849aca0e9 AP_InertialNav: optimise some multiplies 12 years ago
Andrew Tridgell 01a4fabf9e AP_Param: make things a bit more efficient 12 years ago
Andrew Tridgell 3d325043b0 AP_InertialNav: make some more functions const 12 years ago
Andrew Tridgell 08c57c2587 AP_InertialNav: reduce number of multiplies 12 years ago
Andrew Tridgell bad478134d AP_Buffer: instantiate as a .cpp file, and optimise for const usage 12 years ago
Andrew Tridgell ad40ba57be AC_WPNav: optimise to reduce memory copies 12 years ago
Andrew Tridgell 5f1bd1a452 HAL_AVR: constrain Vcc used in voltage_average() 12 years ago
Randy Mackay a9da3c9d3d Copter: remove unused throttle functions 12 years ago
Andrew Tridgell 9cec664236 Copter: fixed format of PM message log 12 years ago
Andrew Tridgell c437900a49 AP_Scheduler: added SCHED_DEBUG=2 12 years ago