mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
decreased elf loader memory to avoid stack overflow
This commit is contained in:
@@ -3,6 +3,8 @@ all: $(CONTIKI_PROJECT)
|
|||||||
|
|
||||||
TARGET=sky
|
TARGET=sky
|
||||||
|
|
||||||
|
DEFINES=ELFLOADER_DATAMEMORY_SIZE=0x100,ELFLOADER_TEXTMEMORY_SIZE=0x100
|
||||||
|
|
||||||
APPS = serial-shell
|
APPS = serial-shell
|
||||||
CONTIKI = ../..
|
CONTIKI = ../..
|
||||||
include $(CONTIKI)/Makefile.include
|
include $(CONTIKI)/Makefile.include
|
||||||
|
Reference in New Issue
Block a user