Reimplementation of an Ada version of Ravenscar appliocation
  • D 84.8%
  • Rust 8.3%
  • Linker Script 5.8%
  • Makefile 1%
Find a file
Nicolò Raccichini 36c93cecb9 first public ommit
2026-06-18 10:53:54 +02:00
.cargo
src
target
.gitignore
Cargo.toml
memory.x
README.md

Ravenscar-rust-implementation

Requirements

  • rustup
  • cargo
  • qemu

Run the project

  1. Install all the dependancies
  • Rustup
  • Cargo
  • Qemu
  1. Add the target Hardware (Arm Cortex-M3) for rustup: rustup target add thumbv7m-none-eabi
  2. Run : cargo run --release