Skip to content
Snippets Groups Projects
Commit e4aec834 authored by Adam Dunkels's avatar Adam Dunkels
Browse files

Added SMALL=1 to make code fit on Tmote Sky

parent 7fb4fe2e
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ all: sky-webserver sky-telnet-server telnet-tweet ...@@ -3,6 +3,7 @@ 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 webserver 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. CFLAGS = -DWITH_UIP=1 -I.
SMALL=1
DEFINES=NETSTACK_CONF_RDC=cxmac_driver,NETSTACK_CONF_RDC_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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment