Reducing heap's chunk size to 64 bytes, heap size to 2.5K; RAM size to 8K in stm32f4 linker script.
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ endif
|
|||||||
#
|
#
|
||||||
|
|
||||||
CFLAGS_JERRY = $(CFLAGS_WARNINGS) $(CFLAGS_WERROR) $(CFLAGS_WFATAL_ERRORS)
|
CFLAGS_JERRY = $(CFLAGS_WARNINGS) $(CFLAGS_WERROR) $(CFLAGS_WFATAL_ERRORS)
|
||||||
DEFINES_JERRY = -DMEM_HEAP_CHUNK_SIZE=$$((256)) -DMEM_HEAP_AREA_SIZE=$$((32768)) -DMEM_STATS
|
DEFINES_JERRY = -DMEM_HEAP_CHUNK_SIZE=$$((64)) -DMEM_HEAP_AREA_SIZE=$$((2 * 1024 + 512)) -DMEM_STATS
|
||||||
|
|
||||||
# FIXME:
|
# FIXME:
|
||||||
# Add common-io.c and sensors.c
|
# Add common-io.c and sensors.c
|
||||||
|
|||||||
Reference in New Issue
Block a user