From bf4ec7ef120b6cf9137a63660aa4b93b9d4c9109 Mon Sep 17 00:00:00 2001 From: Alexandru RADOVICI Date: Mon, 19 May 2025 15:52:24 +0300 Subject: [PATCH] added the embedded rust 101 from wyliodrin and upb --- content/resources/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/resources/_index.md b/content/resources/_index.md index 145f2d0..aebd56d 100644 --- a/content/resources/_index.md +++ b/content/resources/_index.md @@ -51,6 +51,11 @@ title = "Teaching and Training" url = "https://github.com/RalfJung/rust-101" description = "This course covers core Rust in detail, including advanced concepts." + [[extra.categories.resources]] + title = "Embedded Rust 101 (Wyliodrin & Politehnica Bucharest)" + url = "https://embedded-rust-101.wyliodrin.com" + description = "The embedded systems course delivered in Rust using the Raspberry Pi Pico 2 at the Politehnica University of Bucharest." + [[extra.categories]] title = "Collected learning materials"