diff --git a/conf/airframes/booz2_Aron.xml b/conf/airframes/booz2_Aron.xml new file mode 100644 index 0000000000..0b319db361 --- /dev/null +++ b/conf/airframes/booz2_Aron.xml @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + +
+ + +
+ +
+ + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + +
+ + + + + + + + + + + + + +
+ +
+ + + +
+ +
+ + + + +
+ +
+ + + +
+ + +
+ +
+ + +ARCH=lpc21 +BOARD_CFG = \"twog_booz.h\" + +# prevents motors from ever starting +ap.CFLAGS += -DKILL_MOTORS + +include $(PAPARAZZI_SRC)/conf/autopilot/booz2_common.makefile +include $(CFG_BOOZ)/booz2_autopilot.makefile +include $(CFG_BOOZ)/booz2_test_progs.makefile + +ap.CFLAGS += -DMODEM_BAUD=B57600 +include $(CFG_BOOZ)/subsystems/booz2_radio_control_ppm.makefile +include $(CFG_BOOZ)/subsystems/booz2_actuators_mkk.makefile +include $(CFG_BOOZ)/subsystems/booz2_imu_crista.makefile +include $(CFG_BOOZ)/subsystems/booz2_gps.makefile + +include $(CFG_BOOZ)/subsystems/booz2_ahrs_cmpl.makefile +include $(CFG_BOOZ)/subsystems/booz2_fms_test_signal.makefile + + + +