Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
dtlab_t11 [2025/06/16 15:49] haf [Toolchain] |
dtlab_t11 [2025/06/16 15:56] (current) haf [Toolchain] |
||
---|---|---|---|
Line 16: | Line 16: | ||
* In Codium: [[https://rust-analyzer.github.io|rust-analyzer]] | * In Codium: [[https://rust-analyzer.github.io|rust-analyzer]] | ||
- | Für Rust noch | + | Unter LINUX noch folgende Packages installieren: |
<code> | <code> | ||
- | rustup target add thumbv6m-none-eabi | + | sudo apt update |
- | cargo install elf2uf2-rs | + | sudo apt install libudev-dev pkg-config |
</code> | </code> | ||
- | Unter LINUX noch folgende Packages: | + | Für Rust noch |
<code> | <code> | ||
- | sudo apt update | + | rustup target add thumbv6m-none-eabi |
- | sudo apt install libudev-dev pkg-config | + | cargo install elf2uf2-rs |
</code> | </code> | ||
+ | |||
==== Projekt ==== | ==== Projekt ==== |