EVA embedded RTOS
- Rust 99.8%
| .cargo | ||
| assets | ||
| eva-abi | ||
| eva-bsp | ||
| eva-kernel | ||
| eva-pac | ||
| eva-utils | ||
| examples | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
| thumbv7em-eva-eabihf.json | ||
| x86_64-evalinux-gnu.json | ||
EVA
EVA is an embedded RTOS written in rust.
Goals
What makes EVA unique are its goals:
- Multi language support in the userspace.
- Rich userspace, with support for standard libraries through partial posix compliance.
- Easy to integrate, leveraging existing tooling such as cargo and CMake.