*** empty log message ***

This commit is contained in:
Pascal Brisset
2005-12-15 13:49:28 +00:00
parent 8da51da18d
commit 5c6f64bbbf
3 changed files with 27 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
ARCHI=avr
ap.ARCHDIR = $(ARCHI)
ap.ARCH = atmega128
ap.TARGET = autopilot
ap.TARGETDIR = autopilot
ap.LOW_FUSE = a0
ap.HIGH_FUSE = 99
ap.EXT_FUSE = ff
ap.LOCK_FUSE = ff
ap.srcs = main_ap.c $(SRC_ARCH)/modem.c link_mcu.c $(SRC_ARCH)/link_mcu_ap.c $(SRC_ARCH)/spi_ap.c $(SRC_ARCH)/adc_ap.c gps_ubx.c infrared.c pid.c nav.c $(SRC_ARCH)/uart_ap.c estimator.c if_calib.c mainloop.c cam.c
fbw.ARCHDIR = $(ARCHI)
fbw.ARCH = atmega8
fbw.TARGET = fbw
fbw.TARGETDIR = fbw
fbw.LOW_FUSE = 2e
fbw.HIGH_FUSE = cb
fbw.EXT_FUSE = ff
fbw.LOCK_FUSE = ff
fbw.srcs = main_fbw.c $(SRC_ARCH)/ppm.c $(SRC_ARCH)/servo.c $(SRC_ARCH)/spi_fbw.c $(SRC_ARCH)/uart_fbw.c $(SRC_ARCH)/adc_fbw.c
+3
View File
@@ -0,0 +1,3 @@
include $(PAPARAZZI_SRC)/conf/autopilot/twin_avr.makefile
LOCAL_CFLAGS += -DCTL_BRD_V1_2
+3
View File
@@ -0,0 +1,3 @@
include $(PAPARAZZI_SRC)/conf/autopilot/twin_avr.makefile
LOCAL_CFLAGS += -DCTL_BRD_V1_2_1