We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
esp-idf
1 parent 84d312d commit b397885Copy full SHA for b397885
features/esp-idf/install.sh
@@ -15,20 +15,4 @@ apt-get install -y \
15
git wget flex bison gperf python3 python3-pip cmake ninja-build ccache \
16
libffi-dev libssl-dev dfu-util libusb-1.0-0
17
18
-# Create installation directory
19
-mkdir -p "$ESP_DIR"
20
-cd "$ESP_DIR"
21
-
22
-# Clone specific version
23
-git clone -b "v${VERSION}" --recursive https://github.com/espressif/esp-idf.git
24
25
-# Install the tools for the specified targets
26
-cd "$IDF_PATH"
27
-./install.sh "$TARGETS"
28
29
-# Add ESP-IDF to environment
30
-echo "export IDF_PATH=${IDF_PATH}" >> /etc/profile.d/esp-idf.sh
31
-echo "source ${IDF_PATH}/export.sh" >> /etc/profile.d/esp-idf.sh
32
-chmod +x /etc/profile.d/esp-idf.sh
33
34
echo "✅ ESP-IDF v${VERSION} installed!"
0 commit comments