File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ function PrepareIdfPythonWheels {
121121}
122122
123123function 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
130130function PrepareIdfDriver {
Original file line number Diff line number Diff line change 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]
209219Type : filesandordirs ; Name : " {app} \dist"
210220Type : filesandordirs ; Name : " {app} \releases"
You can’t perform that action at this time.
0 commit comments