Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/well-typed-lightbulbs/mirage-esp32

Mirage OS bindings for ESP32
https://github.com/well-typed-lightbulbs/mirage-esp32

Last synced: 3 months ago
JSON representation

Mirage OS bindings for ESP32

Awesome Lists containing this project

README

        

# mirage-esp32 -- ESP32 core platform libraries for MirageOS

This package provides the MirageOS `OS` library for
esp32 targets, which handles the main loop and timers. It also provides
the low level C startup code and C stubs required by the OCaml code.

The OCaml runtime and C runtime required to support it are provided separately
by the [ocaml-esp32][2] package.

[2]: https://github.com/well-typed-lightbulbs/ocaml-esp32