avr-device
Register access crate for AVR microcontrollers (by Rahix)
rustsbi
RISC-V Supervisor Binary Interface (RISC-V SBI) library in Rust; runs on M or HS mode; good support for embedded Rust ecosystem. For binary download see https://github.com/rustsbi/prototyper. (by rustsbi)
avr-device | rustsbi | |
---|---|---|
2 | 5 | |
187 | 1,071 | |
- | 1.5% | |
7.6 | 8.5 | |
6 days ago | 18 days ago | |
Rust | Rust | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
avr-device
Posts with mentions or reviews of avr-device.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-09.
-
rustc + avr = lovelove back again!
Also note that some libraries in the ecosystem might still use a feature called llvm_asm that was removed from rustc in 2021, so those crates might need a while to migrate to the newer asm syntax (this feature is used to provide an inline AVR assembly, e.g. to implement a cycle-accurate delay); so far I've got patches merged to https://github.com/Rahix/avr-hal & https://github.com/Rahix/avr-device :-)
-
Rust for microcontrollers question
Take a look at the avr-device crate, it also explains how to add a new controller and how to get to the svd files.
rustsbi
Posts with mentions or reviews of rustsbi.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-25.
-
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
What are some alternatives?
When comparing avr-device and rustsbi you can also consider the following projects:
avr-hal - embedded-hal abstractions for AVR microcontrollers
rvv-encoder - RISC-V V Extension Encoder