Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.15 KB

Getting-Started.md

File metadata and controls

25 lines (18 loc) · 1.15 KB

Supported platforms

Current supported platforms are Linux and NuttX

OSX 10.10 as development host

H/W boards

  • Current supporting
    • STM32F4-Discovery + BB
    • Raspberry Pi 2
  • Plan to support
    • Samsung Artik 053
    • Samsung Artik 10
    • (and your contributions including above plans)

We will support the correct behavior of APIs for above environments. However, since IoT.js is targeting various kind IoT devices and platforms, single implementation cannot be the best practice for every environments. Therefore embedders should be in charge of optimization for their own environments. For more details on optimization, see the Optimization Tips page.

Build script

There is a script to help you build IoT.js called "build.py" in source repository.