mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-02-02 20:02:19 +00:00
Merge #227
227: Add qemu-exit crate r=adamgreig a=andre-richter Co-authored-by: Andre Richter <andre-richter@users.noreply.github.com>
This commit is contained in:
commit
4091a23846
1 changed files with 2 additions and 0 deletions
|
@ -717,6 +717,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [vga-framebuffer]: A VGA signal generator and font renderer for VGA-less microcontrollers. Used by [Monotron](https://github.com/thejpster/monotron) to generate 48 by 36 character display using 3 SPI peripherals and a timer. ![crates.io](https://img.shields.io/crates/v/vga-framebuffer.svg)
|
||||
- [dcmimu]: An algorithm for fusing low-cost triaxial MEMS gyroscope and accelerometer measurements ![crates.io](https://img.shields.io/crates/v/dcmimu.svg)
|
||||
- [wyhash]: A fast, simple and portable hashing algorithm and random number generator. - ![crates.io](https://img.shields.io/crates/v/wyhash.svg)
|
||||
- [qemu-exit]: Quit a running QEMU session with user-defined exit code. Useful for unit or integration tests using QEMU. - ![crates.io](https://img.shields.io/crates/v/qemu-exit.svg)
|
||||
|
||||
[pc-keyboard]: https://github.com/thejpster/pc-keyboard
|
||||
[vga-framebuffer]: https://github.com/thejpster/vga-framebuffer-rs
|
||||
|
@ -726,6 +727,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[wyhash]: https://crates.io/crates/wyhash
|
||||
[`panic-persist`]: https://crates.io/crates/panic-persist
|
||||
[`cmim`]: https://crates.io/crates/cmim
|
||||
[qemu-exit]: https://crates.io/crates/qemu-exit
|
||||
|
||||
### WIP
|
||||
|
||||
|
|
Loading…
Reference in a new issue