From 937b9d7550a784f5966063c31818b1faccf20bd7 Mon Sep 17 00:00:00 2001 From: Omer Genan <81963672+genan2003@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:41:38 +0200 Subject: [PATCH 1/2] Fix typo in Edge AI PR number --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index 4b58877..bd41ff3 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -36,7 +36,7 @@ Please take a moment to look at the schedule for the Rust Workshop. | Axum Web Servers | PR003 | | Tauri Desktop Applications | PR106 | | Rust Kernel Development | PR105 | -| Edge AI in Rust | RP107 | +| Edge AI in Rust | PR107 | ### Sunday From 5dc1345e5f385fd1b57c25344b3cb93032e918dc Mon Sep 17 00:00:00 2001 From: Omer Genan <81963672+genan2003@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:44:31 +0200 Subject: [PATCH 2/2] Update description for Embedded feature --- src/components/HomepageFeatures/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 30e8fde..e312402 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -36,7 +36,7 @@ const FeatureList: FeatureItem[] = [ Svg: require("@site/static/img/embedded.svg").default, description: ( <> - Use the Raspberry Pi Pico 2W, one of the most affordable and easy to use + Use the STM32 Nucleo-U545RE-Q, one of the most affordable and easy to use development boards to design and implement hardware devices. ),