IP64-router examples: only for Zoul/Orion
This commit is contained in:
parent
5cbf6f26fe
commit
89c5adc0e4
@ -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
|
||||
|
@ -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!.
|
||||
|
@ -10,5 +10,6 @@ WITH_IP64 = 1
|
||||
PROJECT_SOURCEFILES += httpd-simple.c
|
||||
|
||||
PLATFORMS_ONLY = zoul
|
||||
BOARDS_ONLY = orion
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user