2018-03-26 17:19:00 +02:00
|
|
|
############################################################################
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2018 PX4 Development Team. All rights reserved.
|
|
|
|
|
#
|
|
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
|
# modification, are permitted provided that the following conditions
|
|
|
|
|
# are met:
|
|
|
|
|
#
|
|
|
|
|
# 1. Redistributions of source code must retain the above copyright
|
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
|
# 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
|
# notice, this list of conditions and the following disclaimer in
|
|
|
|
|
# the documentation and/or other materials provided with the
|
|
|
|
|
# distribution.
|
|
|
|
|
# 3. Neither the name PX4 nor the names of its contributors may be
|
|
|
|
|
# used to endorse or promote products derived from this software
|
|
|
|
|
# without specific prior written permission.
|
|
|
|
|
#
|
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
|
|
|
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
|
|
|
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
|
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
|
|
|
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
|
|
|
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
|
|
|
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
|
|
|
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
|
# POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
#
|
|
|
|
|
############################################################################
|
|
|
|
|
|
2019-07-20 19:31:53 +02:00
|
|
|
add_subdirectory(airframes)
|
|
|
|
|
|
2018-03-26 17:19:00 +02:00
|
|
|
px4_add_romfs_files(
|
2020-09-10 13:24:46 +02:00
|
|
|
rc.airship_apps
|
|
|
|
|
rc.airship_defaults
|
2020-12-07 15:10:17 +01:00
|
|
|
rc.balloon_apps
|
|
|
|
|
rc.balloon_defaults
|
2020-10-09 07:51:02 +02:00
|
|
|
rc.boat_defaults
|
2018-03-26 17:19:00 +02:00
|
|
|
rc.fw_apps
|
|
|
|
|
rc.fw_defaults
|
|
|
|
|
rc.interface
|
|
|
|
|
rc.io
|
|
|
|
|
rc.logging
|
|
|
|
|
rc.mc_apps
|
|
|
|
|
rc.mc_defaults
|
2018-11-30 15:36:24 -05:00
|
|
|
rcS
|
2018-03-26 17:19:00 +02:00
|
|
|
rc.sensors
|
2018-07-04 18:46:13 -06:00
|
|
|
rc.thermal_cal
|
2019-05-02 10:26:42 +02:00
|
|
|
rc.rover_apps
|
|
|
|
|
rc.rover_defaults
|
2020-02-05 05:24:37 +01:00
|
|
|
rc.uuv_apps
|
|
|
|
|
rc.uuv_defaults
|
2018-07-12 14:45:19 -06:00
|
|
|
rc.vehicle_setup
|
2018-03-26 17:19:00 +02:00
|
|
|
rc.vtol_apps
|
|
|
|
|
rc.vtol_defaults
|
2021-01-10 11:30:23 -05:00
|
|
|
rc.ctrlalloc
|
2018-03-26 17:19:00 +02:00
|
|
|
)
|