Reimplementation of an Ada version of Ravenscar appliocation
- D 84.8%
- Rust 8.3%
- Linker Script 5.8%
- Makefile 1%
| .cargo | ||
| src | ||
| target | ||
| .gitignore | ||
| Cargo.toml | ||
| memory.x | ||
| README.md | ||
Ravenscar-rust-implementation
Requirements
- rustup
- cargo
- qemu
Run the project
- Install all the dependancies
- Rustup
- Cargo
- Qemu
- Add the target Hardware (Arm Cortex-M3) for rustup:
rustup target add thumbv7m-none-eabi - Run :
cargo run --release