ardupilot/mk/help.mk

42 lines
1.7 KiB
Makefile
Raw Normal View History

help:
@echo ""
@echo " ArduPilot Building"
@echo " =================="
@echo ""
@echo " The following web page has detailed information on building the code"
@echo " http://dev.ardupilot.org/wiki/building-the-code/"
@echo ""
@echo " Before building a target you need to be in the target vehicle type directory"
@echo " e.g. ArduPlane, ArduCopter, APMrover2, AntennaTracker"
@echo ""
@echo " Most targets support a \"-upload\" extension to upload the firmware"
@echo " to a connected board. e.g. \"make px4-v2-upload\""
@echo ""
@echo " Some targets support a \"-debug\" extension to enable a debug build"
@echo " (with debug symbols, and without optimisation)"
@echo ""
@echo " Note that the px4 builds are NOT parallel safe, NO -j flag"
@echo ""
@echo " Targets"
@echo " -------"
@echo ""
@echo " px4-v1 - the PX4v1 board"
@echo " px4-v2 - the Pixhawk"
@echo " px4-v3 - the Pixhawk with 2M flash"
@echo " px4-v4 - the XRacer"
@echo " pxf - the Beagle Bone Black (BBB) + PXF cape combination"
@echo " navio - the RaspberryPi + NavIO cape combination"
@echo " linux - a generic Linux build"
@echo " vrbrain - the VRBrain boards"
2015-06-03 20:03:16 -03:00
@echo " sitl - the SITL Software In The Loop simulation"
@echo " bbbmini - the Beagle Bone Black mini"
@echo " bebop - the Parrot Bebop"
2015-08-17 23:25:02 -03:00
@echo " raspilot - the RaspberryPi + pilot cape combination"
2015-09-21 07:34:54 -03:00
@echo " erleboard - the ErleBoard legacy design"
2015-08-11 18:45:42 -03:00
@echo " minlure - the drone lure for MinnowBoard and others"
2015-12-13 23:18:37 -04:00
@echo " qflight - qualcomm flight board"
@echo " erlebrain2 - the Erle-Brain 2 board"
2015-11-28 05:17:26 -04:00
@echo " bhat - the RaspberryPi + BH HAT combination"
2016-01-05 06:36:41 -04:00
@echo " pxfmini - the RaspberryPi Zero + PXFmini cape combination"
2016-01-20 08:30:00 -04:00
@echo " navio2 - the RaspberryPi + NavIO2 cape combination"