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

Compile with SMALL=1 to make binary fit in memory

parent c46acc0a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,9 @@ CONTIKI_PROJECT = sky-shell-webserver
all: $(CONTIKI_PROJECT)
PROJECT_SOURCEFILES = webserver-nogui.c
HTTPD_CFS=1
CFLAGS = -DWITH_UIP=1 -DWITH_NULLMAC=1
CFLAGS = -DWITH_UIP=1
DEFINES=NETSTACK_MAC=nullmac_driver,NETSTACK_RDC=nullrdc_driver
SMALL=1
CONTIKI = ../..
APPS = webserver serial-shell
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment