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