From ec9154a177f69c1862cfc37ad79ea200949388ef Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Wed, 16 Feb 2022 06:28:50 +0100 Subject: [PATCH] noted a URL --- resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/resources.md b/resources.md index 0650f74..95ac597 100644 --- a/resources.md +++ b/resources.md @@ -34,6 +34,7 @@ A broad overview of the rp2040 Rust ecosystem: - [heapless - statically allocated data structures](https://docs.rs/heapless/0.7.8/heapless/) - [Cortex-M allocator](https://crates.io/crates/alloc-cortex-m) Use with care, and "it's probably safer to reserve heap space with linker scripts!" +- rp2040 Rust Project Template with RTIC and USB serial console: https://github.com/joaocarvalhoopen/Raspberry_Pi_Pico_in_Rust__Proj_Template_with_RTIC_USB-Serial_UF2 **See also a another big link list about Embedded Rust here:** https://github.com/rust-embedded/awesome-embedded-rust