Skip to content

Commit

Permalink
Merge #195
Browse files Browse the repository at this point in the history
195: Add new blog posts and crates originating from drogue r=jamesmunns a=lulf



Co-authored-by: Ulf Lilleengen <[email protected]>
  • Loading branch information
bors[bot] and Ulf Lilleengen authored Jun 29, 2022
2 parents e2dfca8 + 75002e3 commit baeb64b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion content/newsletter-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)


<!-- more -->

## Embedded Projects
Expand All @@ -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!
Expand Down

0 comments on commit baeb64b

Please sign in to comment.