We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b01a6 commit c603d10Copy full SHA for c603d10
jerry-core/CMakeLists.txt
@@ -80,8 +80,8 @@ project (JerryCore CXX C ASM)
80
# Platform-specific
81
# Linux
82
# Nuttx
83
- math(EXPR MEM_HEAP_AREA_SIZE_16K "16 * 1024")
84
- 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})
85
# MCU
86
# stm32f3
87
math(EXPR MEM_HEAP_AREA_SIZE_16K "16 * 1024")
0 commit comments