Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Geoff Gustafson edited this page Mar 8, 2017 · 10 revisions

Welcome to the ZJS wiki!

The JavaScript* Runtime for Zephyr* OS (ZJS) provides a JS API and build environment to easily create IoT applications for small devices.

Releases

See Releases for current release plans and links to release notes, and Workflow and Releases for our overall process.

Hardware Support

The project has primarily been developed with the Arduino 101 in mind, but we have begun to integrate support for FRDM-K64F and will expand to cover other boards.

Dependencies

ZJS is built on the Zephyr Project RTOS and JerryScript JS engine.

JS API Documentation

The API Documentation is part of the source tree.

Debugging

The Debugging page explains tips and tricks for debugging with ZJS. This means how to figure out what's wrong with your JavaScript code.

Troubleshooting

The Troubleshooting page covers problems you might run into. This means how to figure out what's wrong with our code. :) The Performance Experiments page tries to give empirical information to aid intuition about the performance of our runtime.

Contributing

The Contributing page offers tips on how to work with us to submit code.


*Other names and brands may be claimed as the property of others.