mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
decreased elf loader memory to avoid stack overflow
This commit is contained in:
parent
ce1374087b
commit
0d5b01d304
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user