A crate to simplify the development of applications for NEOS devices
Find a file
2026-07-26 17:11:54 +02:00
nek-sys feat: add alloc support to NEOS applications 2026-07-26 17:11:54 +02:00
nek-sys-macros feat: move base nek-sys into a workspace, add nek-sys-macros 2026-07-25 19:45:15 +02:00
.envrc initial commit 2026-07-25 14:28:39 +02:00
.gitignore initial commit 2026-07-25 14:28:39 +02:00
Cargo.lock feat: move base nek-sys into a workspace, add nek-sys-macros 2026-07-25 19:45:15 +02:00
Cargo.toml feat: move base nek-sys into a workspace, add nek-sys-macros 2026-07-25 19:45:15 +02:00
flake.lock initial commit 2026-07-25 14:28:39 +02:00
flake.nix initial commit 2026-07-25 14:28:39 +02:00
LICENSE-APACHE initial commit 2026-07-25 14:28:39 +02:00
LICENSE-MIT initial commit 2026-07-25 14:28:39 +02:00
README.md feat: add alloc support to NEOS applications 2026-07-26 17:11:54 +02:00

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:

  1. Provide a macro to easily create the entry point
  2. Provide a better Rust API for the NEK syscalls
  3. Implement alloc using NEK's syscalls