mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Adjust nuttx heap size to 80K
JerryScript-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@samsung.com
This commit is contained in:
parent
77b01a6473
commit
c603d10360
@ -80,8 +80,8 @@ project (JerryCore CXX C ASM)
|
||||
# Platform-specific
|
||||
# Linux
|
||||
# Nuttx
|
||||
math(EXPR MEM_HEAP_AREA_SIZE_16K "16 * 1024")
|
||||
set(DEFINES_JERRY_NUTTX CONFIG_MEM_HEAP_AREA_SIZE=${MEM_HEAP_AREA_SIZE_16K})
|
||||
math(EXPR MEM_HEAP_AREA_SIZE_80K "80 * 1024")
|
||||
set(DEFINES_JERRY_NUTTX CONFIG_MEM_HEAP_AREA_SIZE=${MEM_HEAP_AREA_SIZE_80K})
|
||||
# MCU
|
||||
# stm32f3
|
||||
math(EXPR MEM_HEAP_AREA_SIZE_16K "16 * 1024")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user