From c13c7d7fa792f96b90c68d5038550e53795232f8 Mon Sep 17 00:00:00 2001 From: Christopher Hunt Date: Mon, 20 Dec 2021 20:46:35 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 845b7b7..e059b1b 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ In 2018 the Rust community created an embedded working group to help drive adopt - [app-template](https://github.com/knurling-rs/app-template), a `cargo-generate` powered project template for quickly setting up new projects using the Knurling Tools. - [defmt-test](https://github.com/knurling-rs/defmt-test), an embedded test harness that lets you write and run unit tests as if you were using the built-in `#[test]` attribute, but will run on an embedded target - [embedded-hal-compat](https://github.com/ryankurte/embedded-hal-compat), a compatibility layer to provide interoperability between `v0.2.x` and `v1.x.x` hal implementations and drivers -- [Embassy start](https://github.com/titanclass/embassy-start) is a GitHub repo template for setting up async embedded Rust projects that use [Embassy](https://github.com/embassy-rs/embassy. This particular template targets nRF hardware and networking using the Uarte for the purposes of illustration only. +- [Embassy start](https://github.com/titanclass/embassy-start) is a GitHub repo template for setting up async embedded Rust projects that use [Embassy](https://github.com/embassy-rs/embassy). This particular template targets nRF hardware and networking using the Uarte for the purposes of illustration only. [embedded-hal-mock]: https://crates.io/crates/embedded-hal-mock