Merged revision(s) 3044 from branches/releases/bacnet-stack-0-8-0:
Added BACnet/IPv6 datalink layer and example BACnet/IPv4 to BACnet/IPv6 router. BVLC6 layer is working on Linux port without BBMD features yet. Win32 is implemented, untested. Tested during BACnet North American Plugfest 2016. ........
This commit is contained in:
+14
-12
@@ -163,23 +163,25 @@ PORT_BIP_SRC = \
|
||||
$(BACNET_CORE)/bvlc.c \
|
||||
$(BACNET_CORE)/bip.c
|
||||
|
||||
PORT_BIP6_SRC = \
|
||||
$(BACNET_HANDLER)/h_bbmd6.c \
|
||||
$(BACNET_PORT_DIR)/bip6.c \
|
||||
$(BACNET_CORE)/vmac.c \
|
||||
$(BACNET_CORE)/bvlc6.c
|
||||
|
||||
PORT_ALL_SRC = \
|
||||
$(BACNET_PORT_DIR)/arcnet.c \
|
||||
$(BACNET_PORT_DIR)/dlmstp.c \
|
||||
$(BACNET_PORT_DIR)/rs485.c \
|
||||
$(BACNET_PORT_DIR)/timer.c \
|
||||
$(BACNET_CORE)/ringbuf.c \
|
||||
$(BACNET_CORE)/fifo.c \
|
||||
$(BACNET_CORE)/mstp.c \
|
||||
$(BACNET_CORE)/crc.c \
|
||||
$(BACNET_PORT_DIR)/ethernet.c \
|
||||
$(BACNET_PORT_DIR)/bip-init.c \
|
||||
$(BACNET_CORE)/bvlc.c \
|
||||
$(BACNET_CORE)/bip.c
|
||||
$(PORT_ARCNET_SRC) \
|
||||
$(PORT_MSTP_SRC) \
|
||||
$(PORT_ETHERNET_SRC) \
|
||||
$(PORT_BIP_SRC) \
|
||||
$(PORT_BIP6_SRC)
|
||||
|
||||
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
|
||||
PORT_SRC = ${PORT_BIP_SRC}
|
||||
endif
|
||||
ifeq (${BACDL_DEFINE},-DBACDL_BIP6=1)
|
||||
PORT_SRC = ${PORT_BIP6_SRC}
|
||||
endif
|
||||
ifeq (${BACDL_DEFINE},-DBACDL_MSTP=1)
|
||||
PORT_SRC = ${PORT_MSTP_SRC}
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user