Nuttx build support.
This commit is contained in:
@@ -74,6 +74,9 @@ 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})
|
||||
# MCU
|
||||
math(EXPR MEM_HEAP_AREA_SIZE_16K "16 * 1024")
|
||||
set(DEFINES_JERRY_MCU CONFIG_MEM_HEAP_AREA_SIZE=${MEM_HEAP_AREA_SIZE_16K})
|
||||
|
||||
Reference in New Issue
Block a user