Skip to content

Commit 7500b18

Browse files
Add qemu-exit crate
1 parent dbd8cd8 commit 7500b18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ Work in progress drivers. Help the authors make these crates awesome!
717717
- [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)
718718
- [dcmimu]: An algorithm for fusing low-cost triaxial MEMS gyroscope and accelerometer measurements ![crates.io](https://img.shields.io/crates/v/dcmimu.svg)
719719
- [wyhash]: A fast, simple and portable hashing algorithm and random number generator. - ![crates.io](https://img.shields.io/crates/v/wyhash.svg)
720+
- [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)
720721

721722
[pc-keyboard]: https://github.com/thejpster/pc-keyboard
722723
[vga-framebuffer]: https://github.com/thejpster/vga-framebuffer-rs
@@ -726,6 +727,7 @@ Work in progress drivers. Help the authors make these crates awesome!
726727
[wyhash]: https://crates.io/crates/wyhash
727728
[`panic-persist`]: https://crates.io/crates/panic-persist
728729
[`cmim`]: https://crates.io/crates/cmim
730+
[qemu-exit]: https://crates.io/crates/qemu-exit
729731

730732
### WIP
731733

0 commit comments

Comments
 (0)