Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</>
),
Expand Down