A crate to simplify the development of applications for NEOS devices
| nek-sys | ||
| nek-sys-macros | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
NEK-SYS
A crate that simplifies the process of creating applications for NEOS: an Operating System for ESP32-based devices.
This crate does mainly two things:
- Provide a macro to easily create the entry point
- Provide a better Rust API for the NEK syscalls
- Implement
allocusing NEK's syscalls