[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5514] changing names
From: |
antoine drouin |
Subject: |
[paparazzi-commits] [5514] changing names |
Date: |
Fri, 20 Aug 2010 16:35:48 +0000 |
Revision: 5514
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5514
Author: poine
Date: 2010-08-20 16:35:47 +0000 (Fri, 20 Aug 2010)
Log Message:
-----------
changing names
Added Paths:
-----------
paparazzi3/trunk/conf/autopilot/subsystems/rotocraft/
paparazzi3/trunk/conf/autopilot/subsystems/rotocraft/radio_control_spektrum.makefile
Removed Paths:
-------------
paparazzi3/trunk/conf/autopilot/subsystems/rotocraft/radio_control_spektrum.makefile
Deleted:
paparazzi3/trunk/conf/autopilot/subsystems/rotocraft/radio_control_spektrum.makefile
===================================================================
---
paparazzi3/trunk/conf/autopilot/subsystems/baloo/radio_control_spektrum.makefile
2010-08-20 12:14:29 UTC (rev 5503)
+++
paparazzi3/trunk/conf/autopilot/subsystems/rotocraft/radio_control_spektrum.makefile
2010-08-20 16:35:47 UTC (rev 5514)
@@ -1,19 +0,0 @@
-#
-# Autopilot
-#
-ap.CFLAGS += -DUSE_RADIO_CONTROL
-ap.CFLAGS +=
-DRADIO_CONTROL_TYPE_H=\"radio_control/booz_radio_control_spektrum.h\"
-
-ap.srcs += $(SRC_BOOZ)/booz_radio_control.c \
- $(SRC_BOOZ)/radio_control/booz_radio_control_spektrum.c \
- $(SRC_BOOZ_ARCH)/radio_control/booz_radio_control_spektrum_arch.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=5
-ap.CFLAGS += -DUSE_UART3 -DUART3_BAUD=B115200
-ap.CFLAGS += -DRADIO_CONTROL_LINK=Uart3
-endif
-
Copied:
paparazzi3/trunk/conf/autopilot/subsystems/rotocraft/radio_control_spektrum.makefile
(from rev 5512,
paparazzi3/trunk/conf/autopilot/subsystems/baloo/radio_control_spektrum.makefile)
===================================================================
---
paparazzi3/trunk/conf/autopilot/subsystems/rotocraft/radio_control_spektrum.makefile
(rev 0)
+++
paparazzi3/trunk/conf/autopilot/subsystems/rotocraft/radio_control_spektrum.makefile
2010-08-20 16:35:47 UTC (rev 5514)
@@ -0,0 +1,24 @@
+#
+# Autopilot
+#
+ifndef RADIO_CONTROL_SPEKTRUM_MODEL
+RADIO_CONTROL_SPEKTRUM_MODEL=\"booz/radio_control/booz_radio_control_spektrum_dx7se.h\"
+endif
+
+ap.CFLAGS += -DUSE_RADIO_CONTROL
-DRADIO_CONTROL_BIND_IMPL_FUNC=radio_control_spektrum_try_bind
+ap.CFLAGS +=
-DRADIO_CONTROL_TYPE_H=\"booz/radio_control/booz_radio_control_spektrum.h\"
+ap.CFLAGS += -DRADIO_CONTROL_SPEKTRUM_MODEL_H=$(RADIO_CONTROL_SPEKTRUM_MODEL)
+
+ap.srcs += $(SRC_BOOZ)/booz_radio_control.c \
+ $(SRC_BOOZ)/radio_control/booz_radio_control_spektrum.c \
+ $(SRC_BOOZ_ARCH)/radio_control/booz_radio_control_spektrum_arch.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=5
+ap.CFLAGS += -DUSE_UART3 -DUART3_BAUD=B115200
+ap.CFLAGS += -DRADIO_CONTROL_LINK=Uart3
+endif
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5514] changing names,
antoine drouin <=