File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
targets/baremetal-sdk/espressif/esp-idf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ install-apt-get-deps:
27
27
28
28
# Fetch and extract Xtensa toolchain.
29
29
install-xtensa-esp32-gcc:
30
- wget https://dl.espressif. com/dl/ xtensa-esp32-elf-gcc8_4_0-esp-2021r2-linux-amd64.tar.gz --no-check-certificate --directory-prefix /tmp
31
- tar xvfz /tmp/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-linux-amd64.tar.gz --directory /tmp
30
+ wget https://github. com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/ xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3 -linux-amd64.tar.gz --no-check-certificate --directory-prefix /tmp
31
+ tar xvfz /tmp/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3- linux-amd64.tar.gz --directory /tmp
32
32
33
33
# Fetch Espressif IoT Development Framework and install its dependencies.
34
34
install-esp-idf:
You can’t perform that action at this time.
0 commit comments