Files
paparazzi/conf/airframes/nova.xml
T
Antoine Drouin fa2d6026e6 big files move/rename
replaced CONFIG with BOARD_CONFIG
removed booz_geometry_xxxx (now replaced by math/pprz_trig_int and math/pprz_algebra_xxx )
moved booz/arm7 to booz/arch/lpc21 and booz/stm32 to booz/arch/stm32
2009-07-18 18:22:45 +00:00

28 lines
655 B
XML

<airframe name="Nova">
<makefile>
ARCHI=arm7
FLASH_MODE = IAP
timu.ARCHDIR = $(ARCHI)
timu.ARCH = arm7tdmi
timu.TARGET = timu
timu.TARGETDIR = timu
timu.CFLAGS += -DBOARD_CONFIG=\"tiny_2_0.h\" -DPERIODIC_TASK_PERIOD='SYS_TICS_OF_SEC(1e-1)'
timu.srcs = nova_test_imu.c sys_time.c $(SRC_ARCH)/sys_time_hw.c $(SRC_ARCH)/armVIC.c
timu.CFLAGS += -DLED -DLED -DTIME_LED=1
timu.CFLAGS += -DDOWNLINK -DUSE_UART1 -DDOWNLINK_TRANSPORT=PprzTransport -DDOWNLINK_DEVICE=Uart1 -DPPRZ_UART=Uart1 -DDATALINK=PPRZ -DUART1_BAUD=B9600
timu.srcs += downlink.c $(SRC_ARCH)/uart_hw.c pprz_transport.c
timu.srcs += $(SRC_ARCH)/ADS8344.c
</makefile>
</airframe>