From d4e968e34133faa85fbbd7e9f3d29ca7ae3ffa57 Mon Sep 17 00:00:00 2001 From: AntonioBerna Date: Thu, 28 Nov 2024 00:18:00 +0100 Subject: [PATCH 1/2] =?UTF-8?q?added=20a=20new=20Rusy=20resource=20?= =?UTF-8?q?=F0=9F=A6=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a76b4f4..8d4fd2d 100644 --- a/README.md +++ b/README.md @@ -453,6 +453,7 @@ Low-level languages like C and assembly provide direct hardware access, enabling - [📝 Writing an OS in Rust - Philipp Oppermann's blog](https://os.phil-opp.com/) - [📝 Kernel Driver with Rust in 2022](https://not-matthias.github.io/posts/kernel-driver-with-rust/) - [🔗 Rustlings - Small exercises to get you used to reading and writing Rust code!](https://rustlings.cool/) +- [🔗 Learn Rust the Effective Way](https://www.rustfinity.com/) #### 🔵 Zig From 74f9bc837b3639c901dee7b4dfb909ed28788209 Mon Sep 17 00:00:00 2001 From: AntonioBerna Date: Thu, 28 Nov 2024 00:27:43 +0100 Subject: [PATCH 2/2] added yt playlist :rocket: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d4fd2d..6a40c9c 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Don't try to build a complex project right away. Start with small, manageable pr - [🔗 STM32 Firmware - Phil’s Lab (YouTube Playlist)](https://youtube.com/playlist?list=PLXSyc11qLa1a4Tqbz228dPZfMrs-KRpzA) - [🔗 Raspberry Pi Based Embedded Project Ideas](https://www.rs-online.com/designspark/raspberry-pi-based-embedded-project-ideas) - [🔗 Embedded Linux On ARM | Projects](https://www.emertxe.com/embedded-systems/embedded-linux-on-arm/elarm-projects/) +- [🔗 Embedded System Project Series - Artful Bytes (YouTube Playlist)](https://www.youtube.com/playlist?list=PLS_iNJJVTtiRV0DZRDcTHnvAuDrKGPN40) ### 🔎 Search and Ask!