Remove nuttx from prerequisites.

Related issue: #313

JerryScript-DCO-1.0-Signed-off-by: Evgeny Gavrin e.gavrin@samsung.com
This commit is contained in:
Evgeny Gavrin
2015-07-08 13:06:35 +03:00
parent 5e0a355ab9
commit ddc3f0d6e8
5 changed files with 5 additions and 323 deletions
+1 -3
View File
@@ -79,9 +79,7 @@ project (JerryCore CXX C ASM)
# Platform-specific
# Linux
# Nuttx
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")