mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# EagleTree sensors (altimeter and airspeed)
|
||||
ap.CFLAGS += -DUSE_AIRSPEED_ETS -DUSE_AIRSPEED -DUSE_BARO_ETS -DUSE_I2C0
|
||||
ap.srcs += airspeed.c airspeed_ets.c baro_ets.c i2c.c $(SRC_ARCH)/i2c_hw.c
|
||||
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_BARO_ETS -DUSE_I2C0
|
||||
sim.srcs += airspeed.c airspeed_ets.c baro_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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# EagleTree sensors (altimeter and airspeed)
|
||||
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
|
||||
@@ -0,0 +1,7 @@
|
||||
# standard and extra fixed wing navigation
|
||||
|
||||
|
||||
#add these to all targets
|
||||
|
||||
$(TARGET).srcs += $(SRC_FIXEDWING)/bomb.c
|
||||
|
||||
Reference in New Issue
Block a user