mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-13 10:06:43 +00:00
Compile with SMALL=1 to make binary fit in memory
This commit is contained in:
parent
c46acc0a77
commit
d28ea5e915
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user