esp-rs / rust

Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266
https://www.rust-lang.org
Other
744 stars 39 forks source link

Add dependency on llvm-project directly to ESP-IDF `tools/tools.json` #78

Closed georgik closed 3 years ago

georgik commented 3 years ago

Add dependency on github.com/espressif/llvm-project directly to tools/tools.json in ESP-IDF, so that it's not necessary to manually download, extract and set path to the package.

georgik commented 3 years ago

This feature might take longer to develop. Moving to Q4.

georgik commented 3 years ago

@JurajSadel please use this issue to track the progress.

JurajSadel commented 3 years ago

The dependency has been merged.

georgik commented 3 years ago

Thank you. It should simplify future installations.