[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [6287] remove old baro and airspeed subsystems, thes
From: |
Felix Ruess |
Subject: |
[paparazzi-commits] [6287] remove old baro and airspeed subsystems, these are modules now |
Date: |
Wed, 27 Oct 2010 19:45:18 +0000 |
Revision: 6287
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6287
Author: flixr
Date: 2010-10-27 19:45:17 +0000 (Wed, 27 Oct 2010)
Log Message:
-----------
remove old baro and airspeed subsystems, these are modules now
Removed Paths:
-------------
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/airspeed_analog.makefile
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/airspeed_ets.makefile
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/baro_ets.makefile
Deleted:
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/airspeed_analog.makefile
===================================================================
---
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/airspeed_analog.makefile
2010-10-27 14:56:13 UTC (rev 6286)
+++
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/airspeed_analog.makefile
2010-10-27 19:45:17 UTC (rev 6287)
@@ -1,21 +0,0 @@
-# analog pitotube on ADC
-
-# <section name="adc" prefix="ADC_CHANNEL_">
-# <define name="AIRSPEED" value="ADC_5"/>
-# <define name="AIRSPEED_NB_SAMPLES" value="16"/>
-# </section>
-
-# <section name="AIRSPEED" prefix="AIRSPEED_">
-# <define name="BIAS" value="(168.0f)"/>
-# <define name="QUADRATIC_SCALE" value="1.2588f"/>
-# </section>
-
-ifdef USE_AIRSPEED
- $(TARGET).CFLAGS += -DUSE_AIRSPEED
-DADC_CHANNEL_AIRSPEED_NB_SAMPLES=$(AIRSPEED_NB_SAMPLES)
- $(TARGET).CFLAGS += -DADC_CHANNEL_AIRSPEED=$(USE_AIRSPEED)
-DUSE_$(USE_AIRSPEED)
- $(TARGET).srcs += airspeed.c
-else
- ifdef MEASURE_AIRSPEED
- $(TARGET).CFLAGS += -DMEASURE_AIRSPEED -DAGR_CLIMB
- endif
-endif
Deleted:
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/airspeed_ets.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/airspeed_ets.makefile
2010-10-27 14:56:13 UTC (rev 6286)
+++ paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/airspeed_ets.makefile
2010-10-27 19:45:17 UTC (rev 6287)
@@ -1,6 +0,0 @@
-# EagleTree airspeed sensor
-ap.CFLAGS += -DUSE_AIRSPEED_ETS -DUSE_AIRSPEED -DUSE_I2C0
-ap.srcs += airspeed.c airspeed_ets.c i2c.c $(SRC_ARCH)/i2c_hw.c
-
-sim.CFLAGS += -DUSE_AIRSPEED_ETS -DUSE_AIRSPEED -DUSE_I2C0
-sim.srcs += airspeed.c airspeed_ets.c i2c.c $(SRC_ARCH)/i2c_hw.c
Deleted: paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/baro_ets.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/baro_ets.makefile
2010-10-27 14:56:13 UTC (rev 6286)
+++ paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/baro_ets.makefile
2010-10-27 19:45:17 UTC (rev 6287)
@@ -1,6 +0,0 @@
-# EagleTree barometric altitude sensor
-ap.CFLAGS += -DUSE_BARO_ETS -DUSE_I2C0
-ap.srcs += baro_ets.c i2c.c $(SRC_ARCH)/i2c_hw.c
-
-sim.CFLAGS += -DUSE_BARO_ETS -DUSE_I2C0
-sim.srcs += baro_ets.c i2c.c $(SRC_ARCH)/i2c_hw.c
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [6287] remove old baro and airspeed subsystems, these are modules now,
Felix Ruess <=