You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install build dependencies for the ESP IoT Development Framework (ESP-IDF).
sudo apt update
sudo apt install git-all python3 -y
cargo install ldproxy
Xtensa Toolchain
# Enable installing pre-built binaries without building them from scratch with `cargo install`.
cargo install cargo-binstall
# Set up Espressif's custom toolchain (forked from LLVM and `rustc`) for Xtensa architecture support.
cargo binstall espup
espup install
# Load toolchain-related environment variables.source$HOME/export-esp.sh
Extra Tooling for Convenient Code Flashing and Uploading