mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
beginnings of uart com.
This commit is contained in:
@@ -241,6 +241,31 @@ main_overo.srcs += $(SRC_BETH)/overo_estimator.c
|
||||
main_overo.CFLAGS += -DCONTROLLER_H=\"overo_controller.h\"
|
||||
main_overo.srcs += $(SRC_BETH)/overo_controller.c
|
||||
|
||||
#
|
||||
# overo uart test
|
||||
#
|
||||
|
||||
USER =
|
||||
HOST = 192.168.0.16
|
||||
TARGET_DIR = ~
|
||||
SRC_FMS=fms
|
||||
|
||||
overo_test_uart.ARCHDIR = omap
|
||||
overo_test_uart.CFLAGS = -I. -I$(SRC_FMS)
|
||||
overo_test_uart.srcs = $(SRC_BETH)/overo_test_uart.c
|
||||
|
||||
overo_test_uart.CFLAGS += -DFMS_PERIODIC_FREQ=2
|
||||
overo_test_uart.srcs += $(SRC_FMS)/fms_periodic.c
|
||||
overo_test_uart.srcs += $(SRC_FMS)/fms_serial_port.c
|
||||
overo_test_uart.CFLAGS += -DUBX -DGPS -DGPS_LINK=ttyUSB0
|
||||
overo_test_uart.srcs += $(SRC_BETH)/gps_ubx.c
|
||||
overo_test_uart.LDFLAGS += -lrt
|
||||
overo_test_uart.CFLAGS += -DDOWNLINK -DDOWNLINK_TRANSPORT=UdpTransport
|
||||
overo_test_uart.srcs += $(SRC_FMS)/udp_transport2.c downlink.c
|
||||
overo_test_uart.srcs += $(SRC_FMS)/fms_network.c
|
||||
overo_test_uart.LDFLAGS += -levent -lm
|
||||
overo_test_uart.srcs += $(SRC_BETH)/overo_gcs_com.c
|
||||
|
||||
|
||||
#
|
||||
# Overo twisting
|
||||
|
||||
Reference in New Issue
Block a user