Skip to content

Nim wrapper for the ESP8266 NON-OS SDK

License

Notifications You must be signed in to change notification settings

clj/nim-esp8266-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.