Skip to content
forked from LiveGTech/OS-Nano

The edition of the LiveG OS family that runs on low-power, embedded devices.

License

Notifications You must be signed in to change notification settings

y-honey/OS-Nano

 
 

Repository files navigation

LiveG OS Nano

The edition of the LiveG OS family that runs on low-power, embedded devices.

Licensed by the LiveG Open-Source Licence.

Prerequisites

Before building LiveG OS Nano, you'll need to install the PlatformIO SDK and a few required libraries for simulation. These can all be installed by running the following:

./installdev.sh

Building

To build LiveG OS Nano and upload the firmware to hardware, run the following:

./build.sh --upload

Simulating

To simulate LiveG OS Nano, run the following to build a WebAssembly (.wasm) file:

./build.sh --sim

Then start a web server to host the simulator:

python3 -m http.server

You can then visit https://localhost:8000/simulator to run the simulator.

About

The edition of the LiveG OS family that runs on low-power, embedded devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.7%
  • C++ 14.8%
  • C 6.9%
  • Other 1.6%