Skip to content

Commit 75002e3

Browse files
author
Ulf Lilleengen
committed
Add new blog posts and crates originating from drogue
1 parent e2dfca8 commit 75002e3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/newsletter-next.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ TODO Add news related to embedded Rust that are not about new crates releases he
2020
-->
2121

2222
- TODO(remove, this is an example) "const generics" has landed in nightly!
23-
2423
- TODO(remove, this is an example) the Rust compiler has gained cross compilation support for the Xtensa architecture!
2524

25+
* Drogue IoT article series on firmware updates:
26+
* [Part 1 - Bootloader](https://blog.drogue.io/firmware-updates-part-1/)
27+
* [Part 2 - Protocols](https://blog.drogue.io/firmware-updates-part-2/)
28+
29+
2630
<!-- more -->
2731

2832
## Embedded Projects
@@ -36,6 +40,10 @@ go here include:
3640
* Embedded Application releases
3741
-->
3842

43+
* [reqwless](https://crates.io/crates/reqwless) - an async HTTP client using embedded-io traits.
44+
* [ector](https://crates.io/crates/ector) - no-alloc actor framework for embedded devices based on embassy.
45+
* [embedded-update](https://crates.io/crates/embedded-update) - a pluggable firmware update protocol for embedded devices.
46+
3947
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!
4048

4149
- TODO(remove, this is an example) Crate embedded-foo has released version 1.0.0!

0 commit comments

Comments
 (0)