idfhack/scripts/install_toolchain.sh
2025-07-06 13:14:51 +02:00

7 lines
216 B
Bash

#!/usr/bin/env bash
mkdir -p ~/esp
cd ~/esp || exit
git clone -b v5.4.2 --recursive https://github.com/espressif/esp-idf.git
cd ~/esp/esp-idf || exit
./install.sh esp32 # This is the arch for our mcu (esp-wroom-32)