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:
@@ -96,6 +96,9 @@ error:
|
||||
router: library
|
||||
$(MAKE) -s -C demo router
|
||||
|
||||
router-ipv6:
|
||||
$(MAKE) -B -s -C demo router-ipv6
|
||||
|
||||
# Add "ports" to the build, if desired
|
||||
ports: atmega168 bdk-atxx4-mstp at91sam7s
|
||||
@echo "Built the ARM7 and AVR ports"
|
||||
@@ -116,4 +119,5 @@ clean:
|
||||
$(MAKE) -s -C lib clean
|
||||
$(MAKE) -s -C demo clean
|
||||
$(MAKE) -s -C demo/router clean
|
||||
$(MAKE) -s -C demo/router-ipv6 clean
|
||||
$(MAKE) -s -C demo/gateway clean
|
||||
|
||||
Reference in New Issue
Block a user