Adjust nuttx heap size to 80K
JerryScript-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@samsung.com
This commit is contained in:
@@ -80,8 +80,8 @@ project (JerryCore CXX C ASM)
|
|||||||
# Platform-specific
|
# Platform-specific
|
||||||
# Linux
|
# Linux
|
||||||
# Nuttx
|
# Nuttx
|
||||||
math(EXPR MEM_HEAP_AREA_SIZE_16K "16 * 1024")
|
math(EXPR MEM_HEAP_AREA_SIZE_80K "80 * 1024")
|
||||||
set(DEFINES_JERRY_NUTTX CONFIG_MEM_HEAP_AREA_SIZE=${MEM_HEAP_AREA_SIZE_16K})
|
set(DEFINES_JERRY_NUTTX CONFIG_MEM_HEAP_AREA_SIZE=${MEM_HEAP_AREA_SIZE_80K})
|
||||||
# MCU
|
# MCU
|
||||||
# stm32f3
|
# stm32f3
|
||||||
math(EXPR MEM_HEAP_AREA_SIZE_16K "16 * 1024")
|
math(EXPR MEM_HEAP_AREA_SIZE_16K "16 * 1024")
|
||||||
|
|||||||
Reference in New Issue
Block a user