mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
update my airframes
This commit is contained in:
@@ -221,8 +221,8 @@
|
||||
</makefile>
|
||||
|
||||
|
||||
<firmware name="baloo">
|
||||
<target name="ap" board="booz">
|
||||
<firmware name="rotorcraft">
|
||||
<target name="ap" board="booz_1.0">
|
||||
<param name="FLASH_MODE" value="IAP"/> <!-- that is the default for the board but I'm putting it here as example-->
|
||||
<define name="MODEM_BAUD" value="B57600"/>
|
||||
<define name="USE_ADAPT_HOVER" value="1"/>
|
||||
@@ -238,19 +238,23 @@
|
||||
</target>
|
||||
<subsystem name="radio_control" type="ppm"/>
|
||||
<subsystem name="actuators" type="mkk"/>
|
||||
<subsystem name="imu" type="b2v1"/>
|
||||
<subsystem name="imu" type="b2_v1.0"/>
|
||||
<subsystem name="gps" type="ublox"/>
|
||||
<subsystem name="ahrs" type="cmpl"/>
|
||||
<subsystem name="ins" type="hff"/>
|
||||
</firmware>
|
||||
|
||||
<firmware name="booz_test_progs">
|
||||
<target name="test_telemetry" board="booz_1.0"/>
|
||||
<target name="test_baro" board="booz_1.0"/>
|
||||
<target name="test_spektrum" board="booz_1.0"/>
|
||||
</firmware>
|
||||
|
||||
<makefile target="closure" location="after">
|
||||
CFG_BOOZ=$(PAPARAZZI_SRC)/conf/autopilot/
|
||||
# FIXME: make fms a module
|
||||
include $(CFG_BOOZ)/subsystems/booz2_fms_test_signal.makefile
|
||||
#include $(CFG_BOOZ)/subsystems/booz2_fms_test_signal.makefile
|
||||
|
||||
include $(CFG_BOOZ)/booz2_test_progs.makefile
|
||||
include $(CFG_BOOZ)/booz2_simulator_nps.makefile
|
||||
|
||||
ap.srcs += $(SRC_BOOZ_ARCH)/booz2_pwm_hw.c
|
||||
|
||||
Reference in New Issue
Block a user