Readwise update
This commit is contained in:
parent
db067f93e2
commit
47bc34093a
12 changed files with 412 additions and 0 deletions
17
Readwise/Embedded Rust Setup Explained.md
Normal file
17
Readwise/Embedded Rust Setup Explained.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Embedded Rust Setup Explained
|
||||
|
||||

|
||||
|
||||
## 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))
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue