From 75002e3d219b53c09735cedc1b0a49c0f92d4f71 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Wed, 29 Jun 2022 09:20:45 +0200 Subject: [PATCH] Add new blog posts and crates originating from drogue --- content/newsletter-next.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/newsletter-next.md b/content/newsletter-next.md index 0932816..fb308b3 100644 --- a/content/newsletter-next.md +++ b/content/newsletter-next.md @@ -20,9 +20,13 @@ TODO Add news related to embedded Rust that are not about new crates releases he --> - TODO(remove, this is an example) "const generics" has landed in nightly! - - TODO(remove, this is an example) the Rust compiler has gained cross compilation support for the Xtensa architecture! +* Drogue IoT article series on firmware updates: + * [Part 1 - Bootloader](https://blog.drogue.io/firmware-updates-part-1/) + * [Part 2 - Protocols](https://blog.drogue.io/firmware-updates-part-2/) + + ## Embedded Projects @@ -36,6 +40,10 @@ go here include: * Embedded Application releases --> +* [reqwless](https://crates.io/crates/reqwless) - an async HTTP client using embedded-io traits. +* [ector](https://crates.io/crates/ector) - no-alloc actor framework for embedded devices based on embassy. +* [embedded-update](https://crates.io/crates/embedded-update) - a pluggable firmware update protocol for embedded devices. + 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! - TODO(remove, this is an example) Crate embedded-foo has released version 1.0.0!