EVA embedded RTOS
Find a file
2026-02-27 16:46:52 +01:00
.cargo Initial commit 2025-06-23 19:26:03 +02:00
assets Initial commit 2025-06-23 19:26:03 +02:00
eva-abi [utils] Fixed correctness issue in linked lists 2026-02-11 17:02:36 +01:00
eva-bsp [bsp][stm32f767] Added code to save s16-s31 and fixed target for cortex-m 2026-02-13 01:35:33 +01:00
eva-kernel [general] Removes some of the SeqCst 2026-02-13 02:02:11 +01:00
eva-pac [general] Renamed scheduler to kernel, minor code refactoring 2025-10-05 14:13:23 +02:00
eva-utils [general] Removes some of the SeqCst 2026-02-13 02:02:11 +01:00
examples [stm32f767][target] Reverted rename of target file, it causes issues with probe-rs 2026-02-27 16:46:52 +01:00
.gitignore Initial commit 2025-06-23 19:26:03 +02:00
Cargo.lock [utils] Fixed correctness issue in linked lists 2026-02-11 17:02:36 +01:00
Cargo.toml [utils] Fixed correctness issue in linked lists 2026-02-11 17:02:36 +01:00
LICENSE Added LICENSE file 2025-10-01 12:08:13 +02:00
README.md [general] Renamed scheduler to kernel, minor code refactoring 2025-10-05 14:13:23 +02:00
rust-toolchain.toml [stm32f767][target] Reverted rename of target file, it causes issues with probe-rs 2026-02-27 16:46:52 +01:00
thumbv7em-eva-eabihf.json [stm32f767][target] Reverted rename of target file, it causes issues with probe-rs 2026-02-27 16:46:52 +01:00
x86_64-evalinux-gnu.json [bsp][linux] Fixed eva linux bsp 2026-01-09 23:50:58 +01:00

EVA - Embedded RTOS

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.