forked from Archive/PX4-Autopilot
fmu-v2: disable perf command and some airframes
to reduce FLASH size
This commit is contained in:
parent
a2b2605443
commit
e627fed117
|
@ -4,6 +4,8 @@
|
|||
# @type VTOL Tiltrotor
|
||||
# @class VTOL
|
||||
#
|
||||
# @board px4_fmu-v2 exclude
|
||||
#
|
||||
# @maintainer Roman Bapst <roman@uaventure.com>
|
||||
#
|
||||
# @output MAIN1 Front right motor bottom
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
# @type Flying Wing
|
||||
# @class Plane
|
||||
#
|
||||
# @board px4_fmu-v2 exclude
|
||||
#
|
||||
# @output MAIN1 right aileron
|
||||
# @output MAIN2 left aileron
|
||||
# @output MAIN4 throttle
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
#
|
||||
# @name Lumenier QAV250
|
||||
#
|
||||
# @board px4_fmu-v2 exclude
|
||||
#
|
||||
# @type Quadrotor x
|
||||
# @class Copter
|
||||
#
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
#
|
||||
# @name Holybro S500
|
||||
#
|
||||
# @board px4_fmu-v2 exclude
|
||||
#
|
||||
# @type Quadrotor x
|
||||
# @class Copter
|
||||
#
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
#
|
||||
# @name Reaper 500 Quad
|
||||
#
|
||||
# @board px4_fmu-v2 exclude
|
||||
#
|
||||
# @type Quadrotor H
|
||||
# @class Copter
|
||||
#
|
||||
|
|
|
@ -106,7 +106,7 @@ px4_add_board(
|
|||
mtd
|
||||
#nshterm
|
||||
param
|
||||
perf
|
||||
#perf
|
||||
pwm
|
||||
reboot
|
||||
#reflect
|
||||
|
|
Loading…
Reference in New Issue