decreased elf loader memory to avoid stack overflow
This commit is contained in:
parent
ce1374087b
commit
0d5b01d304
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue