ardupilot/ArduPlane
Lucas De Marchi 84d5fb006f Remove use of Util::{v,}snprintf_P()
These are now the same function as Util::snprintf().
2015-10-30 14:35:05 +09:00
..
APM_Config.h Plane: added HIL_MODE parameter 2015-03-13 22:52:56 +11:00
APM_Config.h.reference Plane: cleanup HIL defines 2014-02-15 05:29:46 +11:00
ArduPlane.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
Attitude.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
GCS_Mavlink.cpp Remove use of Util::{v,}snprintf_P() 2015-10-30 14:35:05 +09:00
Log.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
Makefile Plane: cleanup cruft in Makefile 2013-10-13 21:41:01 +11:00
Parameters.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
Parameters.h Plane: added CHUTE_CHAN parameter for manual release 2015-10-27 16:06:34 +11:00
Parameters.pde Plane: added blank Parameters.pde for MissionPlanner 2015-05-30 15:21:33 +09:00
Plane.cpp AP_HAL: make code not depend on concrete HAL implementations 2015-10-21 09:16:07 +11:00
Plane.h Plane: improve error messages on failed parachute release 2015-10-27 16:06:34 +11:00
altitude.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
arming_checks.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
capabilities.cpp Plane: init vehicle capabilities 2015-08-05 16:08:49 +09:00
commands.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
commands_logic.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
commands_process.cpp Plane: convert from .pde to .cpp files 2015-05-21 07:48:52 +10:00
config.h Plane: initial support for AP_Parachute library 2015-10-27 16:06:34 +11:00
control_modes.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
createTags imported ArduPlane from ArduPilotMega svn 2011-09-09 11:29:39 +10:00
defines.h Plane: reworked is_flying 2015-08-23 10:34:18 +10:00
events.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
failsafe.cpp Plane: require 5 channels to run failsafe passthrough 2015-09-07 09:16:14 +10:00
geofence.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
is_flying.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
landing.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
make.inc Plane: initial support for AP_Parachute library 2015-10-27 16:06:34 +11:00
navigation.cpp Plane: added local millis() and micros() to reduce code size a bit 2015-05-21 07:48:53 +10:00
nocore.inoflag ArduPlane: Ported to AP_HAL 2012-12-20 14:51:36 +11:00
parachute.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
px4_mixer.cpp Plane: ensure throttle reverse is obeyed in all states 2015-09-14 09:42:20 +10:00
radio.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
release-notes.txt Plane: prepare for 3.4.0 release 2015-09-24 10:08:27 +10:00
sensors.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
setup.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
system.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
takeoff.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
test.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00