Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/well-typed-lightbulbs/mirage-esp32
- Owner: well-typed-lightbulbs
- License: other
- Created: 2018-03-20T17:39:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T15:20:39.000Z (about 5 years ago)
- Last Synced: 2024-05-31T11:37:08.966Z (6 months ago)
- Language: OCaml
- Size: 33.2 KB
- Stars: 29
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
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