espressif / idf-env

idf-env tool helps set up and manage ESP-IDF installations
29 stars 4 forks source link

Feature/rust install #29

Closed georgik closed 2 years ago

georgik commented 2 years ago

Deployment of Rust and LLVM

georgik commented 2 years ago

added support for extracting tar.xz

How to use (e.g. on Windows):

# in ESP-IDF shell
Invoke-WebRequest https://github.com/espressif/idf-env/releases/download/v1.2.4.2/win64.idf-env.exe idf-env.exe
.\idf-env rust install
cd to-some-project
cargo +esp build

macOS and Linux version requires additional fix with installing the toolchain using install.sh script from dist package, the feature not ready for these OSes.