Rust の環境をセットアップする · Issue #3 · 53175ddd/tasks
Rust のインストール curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source "$HOME/.cargo/env" クロスコンパイラのインストール rustup target add thumbv6m-none-eabi ユーティリティのインストール cargo install flip-link elf...