https://github.com/libraries/rust-riscv64imac-unknown-none-elf
https://github.com/libraries/rust-riscv64imac-unknown-none-elf
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/libraries/rust-riscv64imac-unknown-none-elf
- Owner: libraries
- Created: 2023-09-20T11:26:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T07:42:37.000Z (about 2 years ago)
- Last Synced: 2025-01-22T00:38:26.058Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A demo of writing riscv baremetal code in Rust. For more details, see .
For quick run:
```sh
$ cargo run -- Hello World!
Hello World!
```