/nim-esp8266-sdk

Nim wrapper for the ESP8266 NON-OS SDK

Primary LanguageMakefileMIT LicenseMIT

nim-esp8266-sdk

Build Status

A Nim wrapper for the ESP8266 NON-OS SDKs

Supported SDK versions

Currently the following SDK versions are supported:

  • 2.1.0
  • 2.2.0
  • 2.2.1
  • 3.0.3
  • 3.0.5

Installing

Download pre-built Nim ESP8266 SDK releases from https://github.com/clj/nim-esp8266-sdk/releases.

Examples

Examples can be found at: https://github.com/clj/nim-esp8266-examples

Building

  • make C2NIM=...
  • make install or make install INSTALL_DIR=...

C2NIM should point to a built copy of c2nim esp8266 and defaults to c2nim_esp8266. The default installation directory is /opt/nim-esp8266-sdk.

Dependencies

License

The files in this repository are licensed under the MIT license, see the LICENSE file.