Update NuttX target to releases/10.2 (#4822)

JerryScript-DCO-1.0-Signed-off-by: Roland Takacs roland.takacs@h-lab.eu
This commit is contained in:
Roland Takacs
2021-11-23 13:21:24 +01:00
committed by GitHub
parent 2899582080
commit 3737a28eaf
6 changed files with 234 additions and 129 deletions
+7 -17
View File
@@ -3,28 +3,18 @@
# see the file kconfig-language.txt in the NuttX tools repository.
#
config JERRYSCRIPT
bool "Jerryscript"
config INTERPRETERS_JERRYSCRIPT
bool "Jerryscript JavaScript engine"
default n
---help---
Enable Jerryscript ECMAScript 5.1 interpreter
if JERRYSCRIPT
if INTERPRETERS_JERRYSCRIPT
config JERRYSCRIPT_PROGNAME
string "Program name"
default "jerry"
depends on BUILD_KERNEL
---help---
This is the name of the program that will be
use when the NSH ELF program is installed.
config JERRYSCRIPT_PRIORITY
int "Jerryscript task priority"
config INTERPRETERS_JERRYSCRIPT_PRIORITY
int "Jerryscript priority"
default 100
config JERRYSCRIPT_STACKSIZE
config INTERPRETERS_JERRYSCRIPT_STACKSIZE
int "Jerryscript stack size"
default 16384
endif # JERRYSCRIPT
endif # INTERPRETERS_JERRYSCRIPT