Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/2019-12-26-newsletter-22.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ If you want to mention something in [the next newsletter], send us a pull reques

## Embedded Projects

<!-- TODO Add news about embedded projects here -->
- [@andre-richter] released v0.1.0 of [`qemu-exit`]. This library provides functions to gracefully exit a running QEMU session from within your Rust binary with an user-defined exit code. This can be used for unit or integration tests that run inside QEMU. Currently supports `aarch64` and `x86_64` architectures.

[@andre-richter]: https://github.com/andre-richter
[`qemu-exit`]: https://crates.io/crates/qemu-exit

If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to add it to [the next newsletter], we would love to show it off!

Expand Down