2016-08-24 19:23:17 +00:00
|
|
|
serial_link_byte_stuffer_SRC :=\
|
|
|
|
$(SERIAL_PATH)/tests/byte_stuffer_tests.cpp \
|
2016-08-27 10:43:46 +00:00
|
|
|
$(SERIAL_PATH)/protocol/byte_stuffer.c
|
|
|
|
|
2016-08-27 11:25:52 +00:00
|
|
|
serial_link_frame_validator_SRC := \
|
|
|
|
$(SERIAL_PATH)/tests/frame_validator_tests.cpp \
|
|
|
|
$(SERIAL_PATH)/protocol/frame_validator.c
|
|
|
|
|
2016-08-27 10:43:46 +00:00
|
|
|
serial_link_frame_router_SRC := \
|
|
|
|
$(SERIAL_PATH)/tests/frame_router_tests.cpp \
|
|
|
|
$(SERIAL_PATH)/protocol/byte_stuffer.c \
|
2016-08-27 10:54:16 +00:00
|
|
|
$(SERIAL_PATH)/protocol/frame_validator.c \
|
|
|
|
$(SERIAL_PATH)/protocol/frame_router.c
|
|
|
|
|
2016-08-27 11:25:52 +00:00
|
|
|
serial_link_triple_buffered_object_SRC := \
|
|
|
|
$(SERIAL_PATH)/tests/triple_buffered_object_tests.cpp \
|
|
|
|
$(SERIAL_PATH)/protocol/triple_buffered_object.c
|
2016-08-27 11:18:49 +00:00
|
|
|
|
|
|
|
serial_link_transport_SRC := \
|
|
|
|
$(SERIAL_PATH)/tests/transport_tests.cpp \
|
|
|
|
$(SERIAL_PATH)/protocol/transport.c \
|
2016-08-27 11:25:52 +00:00
|
|
|
$(SERIAL_PATH)/protocol/triple_buffered_object.c
|