added webserver-nogui source and WITH_NULLMAC to example code (too large otherwise)
This commit is contained in:
parent
04ab2abe62
commit
659c7e7311
|
@ -1,8 +1,11 @@
|
||||||
CONTIKI_PROJECT = sky-shell-webserver
|
CONTIKI_PROJECT = sky-shell-webserver
|
||||||
all: $(CONTIKI_PROJECT)
|
all: $(CONTIKI_PROJECT)
|
||||||
|
|
||||||
CFLAGS = -DWITH_UIP=1
|
PROJECT_SOURCEFILES = webserver-nogui.c
|
||||||
|
|
||||||
|
CFLAGS = -DWITH_UIP=1 -DWITH_NULLMAC=1
|
||||||
|
|
||||||
CONTIKI = ../..
|
CONTIKI = ../..
|
||||||
APPS = webserver serial-shell
|
APPS = webserver serial-shell
|
||||||
include $(CONTIKI)/Makefile.include
|
include $(CONTIKI)/Makefile.include
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<identifier>sky1</identifier>
|
<identifier>sky1</identifier>
|
||||||
<description>Sky Mote Type #1</description>
|
<description>Sky Mote Type #1</description>
|
||||||
<source>../../../examples/sky-shell-webserver/sky-shell-webserver.c</source>
|
<source>../../../examples/sky-shell-webserver/sky-shell-webserver.c</source>
|
||||||
<command>make sky-shell-webserver.sky TARGET=sky DEFINES=WITH_NULLMAC</command>
|
<command>make sky-shell-webserver.sky TARGET=sky</command>
|
||||||
</motetype>
|
</motetype>
|
||||||
<mote>
|
<mote>
|
||||||
se.sics.cooja.mspmote.SkyMote
|
se.sics.cooja.mspmote.SkyMote
|
||||||
|
|
Loading…
Reference in a new issue