Skip to content

Commit 8616cdf

Browse files
committed
IDF 5_4_1 patch test
1 parent e296041 commit 8616cdf

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.devcontainer/All/Dockerfile.All.SRC

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ $IDF_PATH/components/app_update:\
142142
/root/.espressif/tools/xtensa-esp-elf/$ESP_PATCH_VER/xtensa-esp-elf/bin:\
143143
/root/.espressif/tools/riscv32-esp-elf/$ESP_PATCH_VER/riscv32-esp-elf/bin
144144

145-
# FIXME: Work around for problem in IDF v5.4.1, must be removed for later releases when issue fixed
146-
ENV ESP_ROM_ELF_DIR=/root/.espressif/tools/esp-rom-elfs/20241011/
147-
148145
# Clean up downloaded files
149146
RUN apt-get autoremove -y \
150147
&& apt-get clean -y \

.devcontainer/ESP32/Dockerfile.ESP32.SRC

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ $IDF_PATH/components/app_update:\
7676
/root/.espressif/tools/xtensa-esp-elf/$ESP_PATCH_VER/xtensa-esp-elf/bin:\
7777
/root/.espressif/tools/riscv32-esp-elf/$ESP_PATCH_VER/riscv32-esp-elf/bin
7878

79-
# FIXME: Work around for problem in IDF v5.4.1, must be removed for later releases when issue fixed
80-
ENV ESP_ROM_ELF_DIR=/root/.espressif/tools/esp-rom-elfs/20241011/
81-
8279
# Clean up downloaded files
8380
RUN apt-get autoremove -y \
8481
&& apt-get clean -y \

0 commit comments

Comments
 (0)