mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 09:56:33 +00:00
Add documentation for MicroQuickJS JavaScript interpreter in Documentation/applications/interpreters/mquickjs/index.rst. The documentation includes: - Description of MicroQuickJS (lightweight JS interpreter by Fabrice Bellard) - Strict mode restrictions (ES5 subset, no array holes, no value boxing, etc.) - Configuration options (CONFIG_INTERPRETERS_MQJS, priority, stack size) - Usage instructions with command options and examples - Memory limit warning (default 16MB is too large for embedded systems) - Feature highlights (minimal footprint, tracing GC, ROM-based stdlib, etc.) Signed-off-by: Huang Qi <huangqi3@xiaomi.com> |
||
|---|---|---|
| .. | ||
| _extensions | ||
| _static | ||
| _templates | ||
| applications | ||
| components | ||
| contributing | ||
| debugging | ||
| faq | ||
| guides | ||
| implementation | ||
| introduction | ||
| logos | ||
| platforms | ||
| quickstart | ||
| reference | ||
| ReleaseNotes | ||
| standards | ||
| testing | ||
| .gitignore | ||
| conf.py | ||
| glossary.rst | ||
| index.rst | ||
| known-warnings.txt | ||
| legacy_README.md | ||
| make.bat | ||
| Makefile | ||
| Pipfile | ||
| Pipfile.lock | ||
| security.rst | ||
| substitutions.rst | ||