[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [4999] moved the MODEL selection to airframe file
From: |
antoine drouin |
Subject: |
[paparazzi-commits] [4999] moved the MODEL selection to airframe file |
Date: |
Tue, 22 Jun 2010 00:01:40 +0000 |
Revision: 4999
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=4999
Author: poine
Date: 2010-06-22 00:01:38 +0000 (Tue, 22 Jun 2010)
Log Message:
-----------
moved the MODEL selection to airframe file
Removed Paths:
-------------
paparazzi3/trunk/conf/autopilot/subsystems/booz2_radio_control_spektrum_joby.makefile
Deleted:
paparazzi3/trunk/conf/autopilot/subsystems/booz2_radio_control_spektrum_joby.makefile
===================================================================
---
paparazzi3/trunk/conf/autopilot/subsystems/booz2_radio_control_spektrum_joby.makefile
2010-06-21 23:51:51 UTC (rev 4998)
+++
paparazzi3/trunk/conf/autopilot/subsystems/booz2_radio_control_spektrum_joby.makefile
2010-06-22 00:01:38 UTC (rev 4999)
@@ -1,19 +0,0 @@
-#
-# Autopilot
-#
-ap.CFLAGS += -DUSE_RADIO_CONTROL
-ap.CFLAGS +=
-DRADIO_CONTROL_TYPE_H=\"radio_control/booz_radio_control_spektrum.h\"
-ap.CFLAGS +=
-DRADIO_CONTROL_SPEKTRUM_MODEL_H=\"radio_control/booz_radio_control_spektrum_dx7se_joby.h\"
-
-ap.srcs += $(SRC_BOOZ)/booz_radio_control.c \
- $(SRC_BOOZ)/radio_control/booz_radio_control_spektrum.c
-ifeq ($(ARCHI), arm7)
-ap.CFLAGS += -DRADIO_CONTROL_LED=1
-ap.CFLAGS += -DUSE_UART0 -DUART0_BAUD=B115200
-ap.CFLAGS += -DRADIO_CONTROL_LINK=Uart0
-else ifeq ($(ARCHI), stm32)
-ap.CFLAGS += -DRADIO_CONTROL_LED=4
-ap.CFLAGS += -DUSE_UART3 -DUART3_BAUD=B115200
-ap.CFLAGS += -DRADIO_CONTROL_LINK=Uart3
-endif
-
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [4999] moved the MODEL selection to airframe file,
antoine drouin <=