Readwise update

This commit is contained in:
Alexander Navarro 2024-09-14 17:40:32 -03:00
parent db067f93e2
commit 47bc34093a
12 changed files with 412 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# Embedded Rust Setup Explained
![rw-book-cover](https://i.ytimg.com/vi/TOAynddiu5M/maxresdefault.jpg)
## Metadata
- Author: [[The Rusty Bits]]
- Full Title: Embedded Rust Setup Explained
- Category: #articles
- URL: https://www.youtube.com/watch?v=TOAynddiu5M
- Archive: https://web-archive.alecodes.page/bookmarks?bf=1&search=&title=Embedded%20Rust%20Setup%20Explained
> [!tldr]
> The video explains how to set up an environment for embedded software development using Rust. It covers installing the Rust toolchain, configuring VS Code, and compiling code for microcontrollers. The tutorial also discusses debugging techniques and tools needed for embedded Rust projects.
## Highlights
to specify a different Target in Rust C is through a Target triple this is composed of a core and sub architecture an
optional vendor and or operating system and an environment or AB [View Highlight](https://read.readwise.io/read/01j7qyvme91v6h3mqqva4s9nm6))