nuttx-apps/interpreters
Huang Qi 73bc5cbcc6 interpreters: Add mquickjs JavaScript interpreter integration
Add complete integration for the MicroQuickJS JavaScript interpreter,
supporting both CMake and Make build systems with automatic source
acquisition.

Key features:
* FetchContent downloads mquickjs from bellard/mquickjs if local
  git repository is not available in interpreters/mquickjs/mquickjs/
* Builds mqjs_stdlib host tool to generate mqjs_stdlib.h and
  mquickjs_atom.h headers during build
* Creates libmquickjs library with proper header generation dependencies
  to prevent parallel build failures
* Provides mqjs NSH application for interactive JavaScript execution
* Configurable task priority and stack size via Kconfig options
  (INTERPRETERS_MQJS_PRIORITY, INTERPRETERS_MQJS_STACKSIZE)
* Supports both 32-bit and 64-bit architectures with appropriate build flags

Files added:
* CMakeLists.txt - CMake build configuration with FetchContent support
* Kconfig - Configuration options for interpreter features
* Make.defs - Make build definitions
* Makefile - Alternative Make-based build support
* .gitignore - Ignores generated files and local mquickjs source directory

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2026-01-07 09:44:19 +08:00
..
bas interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
duktape interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
ficl interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
lua interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
luajit interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
luamodules interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
minibasic interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
mquickjs interpreters: Add mquickjs JavaScript interpreter integration 2026-01-07 09:44:19 +08:00
python interpreters/python: Fix symbol collision with list_length function 2025-07-22 14:18:23 +08:00
quickjs interpreters/quickjs/CMakeLists.txt: Sync of build Cmake with build Make 2025-02-22 13:48:26 +08:00
toywasm toywasm: regen for v67.0.0 2025-04-13 11:31:36 +08:00
wamr wamr: Map armv7a/thumbv7a to armv7/thumbv7 for wamrc 2025-01-17 23:31:49 +08:00
wasm3 interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
CMakeLists.txt interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
Make.defs interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00
Makefile interpreters: migrate to SPDX identifier 2024-12-21 13:53:10 +08:00