mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 00:53:41 +08:00
fa2d6026e6
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
39 lines
742 B
XML
39 lines
742 B
XML
<airframe name="VOR">
|
|
|
|
<makefile>
|
|
|
|
ARCHI=arm7
|
|
|
|
VOR=vor
|
|
|
|
FLASH_MODE = IAP
|
|
main.ARCHDIR = $(ARCHI)
|
|
main.ARCH = arm7tdmi
|
|
main.TARGET = main
|
|
main.TARGETDIR = main
|
|
|
|
main.CFLAGS += -DBOARD_CONFIG=\"conf_demo.h\"
|
|
main.srcs = $(VOR)/lpc_vor_main.c
|
|
|
|
main.CFLAGS += -DPERIODIC_TASK_PERIOD='SYS_TICS_OF_SEC(1./29880.)'
|
|
main.srcs += sys_time.c $(SRC_ARCH)/sys_time_hw.c
|
|
|
|
main.CFLAGS += -DLED
|
|
|
|
main.srcs += $(SRC_ARCH)/armVIC.c
|
|
|
|
main.srcs += $(VOR)/lpc_vor_convertions.c
|
|
|
|
main.CFLAGS += -DUSE_UART0 -DUART0_BAUD=B9600
|
|
main.srcs += $(SRC_ARCH)/uart_hw.c
|
|
|
|
main.CFLAGS += -DDOWNLINK -DDOWNLINK_TRANSPORT=PprzTransport -DDOWNLINK_DEVICE=Uart0
|
|
main.srcs += downlink.c pprz_transport.c
|
|
|
|
main.srcs += $(VOR)/vor_int_demod_decim.c
|
|
|
|
|
|
</makefile>
|
|
|
|
</airframe>
|