Updated to configure MAC using NETSTACK
This commit is contained in:
parent
4432a2e551
commit
4181e4774e
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
CONTIKI_PROJECT = sky-webserver
|
CONTIKI_PROJECT = sky-webserver
|
||||||
all: sky-webserver sky-telnet-server telnet-tweet
|
all: sky-webserver sky-telnet-server telnet-tweet
|
||||||
PLATFORM_BUILD=1 # This is needed to avoid the shell to include the httpd-cfs version of the websrerver
|
PLATFORM_BUILD=1 # This is needed to avoid the shell to include the httpd-cfs version of the webserver
|
||||||
APPS = webserver twitter telnetd
|
APPS = webserver twitter telnetd
|
||||||
CFLAGS = -DWITH_UIP=1 -I. #-DWITH_NULLMAC=1
|
CFLAGS = -DWITH_UIP=1 -I.
|
||||||
DEFINES=MAC_DRIVER=cxmac_driver,MAC_CHANNEL_CHECK_RATE=8
|
DEFINES=NETSTACK_CONF_RDC=cxmac_driver,NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE=8
|
||||||
|
|
||||||
# The webserver application normally contains a built-in file system and support
|
# The webserver application normally contains a built-in file system and support
|
||||||
# for server-side includes.
|
# for server-side includes.
|
||||||
|
|
Loading…
Add table
Reference in a new issue