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 0fda771 commit a28d03aCopy full SHA for a28d03a
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_60K "60 * 1024")
+ set(DEFINES_JERRY_NUTTX CONFIG_MEM_HEAP_AREA_SIZE=${MEM_HEAP_AREA_SIZE_60K})
85
# MCU
86
# stm32f3
87
math(EXPR MEM_HEAP_AREA_SIZE_16K "16 * 1024")
0 commit comments