rustsbi
rvv-encoder
rustsbi | rvv-encoder | |
---|---|---|
5 | 2 | |
1,056 | 0 | |
1.4% | - | |
8.6 | 0.0 | |
2 days ago | over 2 years ago | |
Rust | Rust | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rustsbi
-
We are glad to announce RustSBI 0.3.0, a RISC-V bootloader environment framework in pure Rust
Project link: https://github.com/rustsbi/rustsbi
-
"vPub v5" opensource online Party! - this Thursday at 4 PM UTC
RustSBI - a software supervisor for RISC-V written on Rust programming language;
-
I'm glad to announce RustSBI v0.2.1, a bootloader environment solution on RISC-V kernel development
The v0.2.1 update adapts to RISC-V SBI v1.0-rc2 standard, supports RFENCE, PMU and other modules. This update also includes numerous bug fixes, see details at: https://github.com/rustsbi/rustsbi/releases.
-
vPub v4 opensource online Party! - 17 February at 8 PM UTC
RustSBI - maybe u/CyReVolt know what is community opinion, especially Ron, about this repo, maybe even someone tried it.
- RustSBI v0.2.0
rvv-encoder
-
RISC-V V Extension Encoder
Since RISC-V "V" Vector Extension(RVV) not support in Rust yet. We made a function-like procedure macro called rvv_asm to write RVV inline assembly code in Rust. It parse the string literals line by line in the macro input and only translate RVV instruction and even the reserved RVV instrucntion to .byte {}, {}, {}, {} format instruction. We also provide a CLI tool rvv-as to translate RVV assembly source file.
What are some alternatives?
lnDSO150 - Newer alternative firmware for the DSO150/DSO shell small oscilloscope
riscv-v-spec - Working draft of the proposed RISC-V V vector extension
bcm5719-fw - BCM5719 firmware reimplementation
rCore - Rust version of THU uCore OS. Linux compatible.
OPL3BankEditor - A small cross-platform editor of the OPL3 FM banks of different formats (Downloads in README below)
rvemu - RISC-V emulator for CLI and Web written in Rust with WebAssembly. It supports xv6 and Linux (ongoing).
rustsbi - RISC-V Supervisor Binary Interface (RISC-V SBI) implementation in Rust; runs on M-mode; good support for embedded Rust ecosystem
riscv-rust - RISC-V processor emulator written in Rust+WASM
avr-device - Register access crate for AVR microcontrollers
probe-rs - A debugging toolset and library for debugging embedded ARM and RISC-V targets on a separate host
blflash - bl602 serial flasher
slides - All public report slides, articles and meeting minutes related to RustSBI