Skip to content

Commit db2d553

Browse files
committed
tools: update to Eclipse 2021-07
1 parent 2d93c18 commit db2d553

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Build-Installer.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ function PrepareIdfPythonWheels {
121121
}
122122

123123
function PrepareIdfEclipse {
124-
PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-eclipse\2021-04 `
124+
PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-eclipse\2021-07 `
125125
-FilePath eclipse.exe `
126126
-DistZip idf-eclipse-2021-04-win64.zip `
127-
-DownloadUrl https://dl.espressif.com/dl/idf-eclipse/idf-eclipse-2021-04-win64.zip
127+
-DownloadUrl https://dl.espressif.com/dl/idf-eclipse/idf-eclipse-2021-07-win64.zip
128128
}
129129

130130
function PrepareIdfDriver {

src/InnoSetup/IdfToolsSetup.iss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define GitInstallerName "idf-git-" + GITVERSION + "-win64.zip"
2626
#define GitInstallerDownloadURL "https://dl.espressif.com/dl/idf-git/" + GitInstallerName
2727

28-
#define ECLIPSE_VERSION "2021-04"
28+
#define ECLIPSE_VERSION "2021-07"
2929
#define ECLIPSE_INSTALLER "idf-eclipse-" + ECLIPSE_VERSION + "-win64.zip"
3030
#define ECLIPSE_DOWNLOADURL "https://dl.espressif.com/dl/idf-eclipse/" + ECLIPSE_INSTALLER
3131

@@ -205,6 +205,16 @@ Name: "{#COMPONENT_OPTIMIZATION_ESPRESSIF_DOWNLOAD}"; Description: "Use Espressi
205205
;Name: "{#COMPONENT_TOOLS_GIT}"; Description: "Git"; Types: full custom;
206206
;Name: "optimization\windowsdefender"; Description: "Register Windows Defender exceptions"; Types: full
207207

208+
209+
;Name: "idf"; Description: "ESP-IDF"; Types: full
210+
;Name: "idf\tools"; Description: "Chip"; Types: full
211+
;Name: "idf\tools\chip_esp32"; Description: "ESP32"; Types: full
212+
;Name: "idf\tools\chip_esp32\esp_idf_v4_2"; Description: "ESP-IDF v4.2"; Types: full
213+
;Name: "idf\tools\chip_esp32\esp_idf_v4_1"; Description: "ESP-IDF v4.1"; Types: full
214+
;Name: "idf\tools\chip_esp8266"; Description: "ESP32"; Types: full
215+
;Name: "idf\tools\chip_esp8266\esp_idf_v3_3_4"; Description: "ESP-IDF v3.3.4"; Types: full
216+
;Name: "idf\tools\chip_esp8266\esp_idf_v4_1"; Description: "ESP-IDF v4.1"; Types: full
217+
208218
[UninstallDelete]
209219
Type: filesandordirs; Name: "{app}\dist"
210220
Type: filesandordirs; Name: "{app}\releases"

0 commit comments

Comments
 (0)