summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Lup Yuen <luppy@appkaki.com>2019-07-07 03:32:09 +0800
committerGitHub <noreply@github.com>2019-07-07 03:32:09 +0800
commit0fc7f42395b704eccc76aa19331c717b4cfdf7db (patch)
treea59f32c1abc6c983fb0dac6f515701ba299f7455
parent86b370e1aceed7f965382c9f655a7c729f2e1437 (diff)
New article on Embedded Rust with Apache Mynewt
Here's my new article. Thanks and keep up the great work! :-)
-rw-r--r--drafts/2019-07-09-this-week-in-rust.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/drafts/2019-07-09-this-week-in-rust.md b/drafts/2019-07-09-this-week-in-rust.md
index bd4fc75..ed5b748 100644
--- a/drafts/2019-07-09-this-week-in-rust.md
+++ b/drafts/2019-07-09-this-week-in-rust.md
@@ -16,6 +16,8 @@ If you find any errors in this week's issue, [please submit a PR](https://github
## News & Blog Posts
+* [Safer, Simpler Embedded Rust with Apache Mynewt on STM32 Blue Pill](https://medium.com/@ly.lee/safer-simpler-embedded-rust-with-apache-mynewt-on-stm32-blue-pill-d8fcb41969ac)
+
# Crate of the Week
This week's crate is [aljabar](https://github.com/maplant/aljabar), an extremely generic linear algebra libary. Thanks to [Vikrant](https://users.rust-lang.org/t/crate-of-the-week/2704/574) for the suggestion!