IP64-router examples: only for Zoul/Orion

This commit is contained in:
Simon Duquennoy 2018-02-27 12:41:17 -08:00 committed by Atis Elsts
parent 5cbf6f26fe
commit 89c5adc0e4
3 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ CONTIKI=../..
# Currently only supported on Orion, the only platform with 802.15.4 + Ethernet
PLATFORMS_ONLY = zoul
BOARDS_ONLY = orion
BOARD = orion
include $(CONTIKI)/Makefile.include

View File

@ -25,7 +25,7 @@ To compile and flash run:
````
cd ip64-router
make TARGET=zoul BOARD=router ip64-router.upload
make TARGET=zoul BOARD=orion ip64-router.upload
````
As default we enable the `DHCP` support for autoconfiguration. Just connect to a DHCP-enabled device to obtain an IPv4 IP address and that's it!.

View File

@ -10,5 +10,6 @@ WITH_IP64 = 1
PROJECT_SOURCEFILES += httpd-simple.c
PLATFORMS_ONLY = zoul
BOARDS_ONLY = orion
include $(CONTIKI)/Makefile.include