From dbe44a429aa706df16d5efd914b5e0f9c349348d Mon Sep 17 00:00:00 2001 From: Levi Pearson Date: Thu, 10 Mar 2022 10:14:39 +0000 Subject: [PATCH] Update 'Embedded Rust Resources' --- Embedded-Rust-Resources.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Embedded-Rust-Resources.md b/Embedded-Rust-Resources.md index ef64931..59ac276 100644 --- a/Embedded-Rust-Resources.md +++ b/Embedded-Rust-Resources.md @@ -13,4 +13,14 @@ + Frameworks/Toolsets + [Embassy](https://embassy.dev/embassy/dev/index.html) + [RTIC](https://rtic.rs/1/book/en/) - + [Knurling Tools](https://knurling.ferrous-systems.com/tools/) \ No newline at end of file + + [Knurling Tools](https://knurling.ferrous-systems.com/tools/) ++ Example Code + + https://blog.tonari.no/rust-simple-hardware-project + + [Embedded Graphics examples](https://github.com/embedded-graphics/examples) + + [Knurling Sessions 2020](https://session20q4.ferrous-systems.com/sessions/knurling_sessions.html) + + https://github.com/adamgreig/walkclock-public + + [stm32f1xx_hal examples](https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.9.0/examples) + + [DIY Keyboard firmware](https://github.com/TeXitoi/keyberon-grid) + + [Embedded Rust Showcase](http://showcase.rust-embedded.org/) + + [Debugger firmware in Rust](https://github.com/probe-rs/hs-probe-firmware) + + https://github.com/VersBinarii/pomia-rs \ No newline at end of file