Skip to content

Commit

Permalink
Merge pull request #217 from espressif/espressif_ide_2.12.0_update
Browse files Browse the repository at this point in the history
feat: Bundle Espressif-IDE v2.12.0 with ESP-IDF 5.1.2
  • Loading branch information
alirana01 authored Dec 27, 2023
2 parents afe2cbb + cd6dddf commit 4daa390
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Note: Online Installer is recommended way of the installation.

| Version | Content | Size |
| ------- | ------- | ---- |
| Espressif-IDE v2.11.1 and ESP-IDF 5.1.2 [download](https://github.com/espressif/idf-installer/releases/download/espressif-ide-2.11.1-esp-idf-5.1.2/espressif-ide-setup-2.11.1-with-esp-idf-5.1.2.exe)/[mirror](https://dl.espressif.com/dl/idf-installer/espressif-ide-setup-2.11.1-with-esp-idf-5.1.2.exe) | Espressif-IDE 2.11.1 + JDK 17 + ESP-IDF v5.0.2 | 1 GB |
| Espressif-IDE v2.12.0 and ESP-IDF 5.1.2 [download](https://github.com/espressif/idf-installer/releases/download/espressif-ide-2.12.0-esp-idf-5.1.2/espressif-ide-setup-2.12.0-with-esp-idf-5.1.2.exe)/[mirror](https://dl.espressif.com/dl/idf-installer/espressif-ide-setup-2.12.0-with-esp-idf-5.1.2.exe) | Espressif-IDE 2.12.0 + JDK 17 + ESP-IDF v5.1.2 | 1 GB |
| Espressif-IDE v2.11.1 and ESP-IDF 5.1.2 [download](https://github.com/espressif/idf-installer/releases/download/espressif-ide-2.11.1-esp-idf-5.1.2/espressif-ide-setup-2.11.1-with-esp-idf-5.1.2.exe)/[mirror](https://dl.espressif.com/dl/idf-installer/espressif-ide-setup-2.11.1-with-esp-idf-5.1.2.exe) | Espressif-IDE 2.11.1 + JDK 17 + ESP-IDF v5.1.2 | 1 GB |
| Espressif-IDE v2.11.0 and ESP-IDF 5.1.1 [download](https://github.com/espressif/idf-installer/releases/download/espressif-ide-2.11.0-esp-idf-5.1.1/espressif-ide-setup-2.11.0-with-esp-idf-5.1.1.exe)/[mirror](https://dl.espressif.com/dl/idf-installer/espressif-ide-setup-2.11.0-with-esp-idf-5.1.1.exe) | Espressif-IDE 2.11.0 + JDK 17 + ESP-IDF v5.0.2 | 1 GB |
| Espressif-IDE v2.11.0 and ESP-IDF 5.0.1 [download](https://github.com/espressif/idf-installer/releases/download/espressif-ide-2.11.0-esp-idf-5.0.1/espressif-ide-setup-2.11.0-with-esp-idf-5.0.1.exe)/[mirror](https://dl.espressif.com/dl/idf-installer/espressif-ide-setup-2.11.0-with-esp-idf-5.0.1.exe) | Espressif-IDE 2.11.0 + JDK 17 + ESP-IDF v5.0.2 | 1 GB |
| Espressif-IDE v2.10.0 and ESP-IDF 5.0.2 [download](https://github.com/espressif/idf-installer/releases/download/espressif-ide-2.10.0-esp-idf-5.0.2/espressif-ide-setup-2.10.0-with-esp-idf-5.0.2.exe)/[mirror](https://dl.espressif.com/dl/idf-installer/espressif-ide-setup-2.10.0-with-esp-idf-5.0.2.exe) | Espressif-IDE 2.10.0 + JDK 17 + ESP-IDF v5.0.2 | 1 GB |
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ <h2 class="text-center">Open Source IoT Development Framework for ESP32</h2>
</form>
</div>
<div class="download-button">
<form method="get" action="https://dl.espressif.com/dl/idf-installer/espressif-ide-setup-2.11.1-with-esp-idf-5.1.2.exe">
<form method="get" action="https://dl.espressif.com/dl/idf-installer/espressif-ide-setup-2.12.0-with-esp-idf-5.1.2.exe">
<button class="button-espressif-ide">
<i class="fa fa-download" aria-hidden="true"></i>
<div>Espressif-IDE 2.11.1 with ESP-IDF v5.1.2 - Offline Installer</div>
<div>Espressif-IDE 2.12.0 with ESP-IDF v5.1.2 - Offline Installer</div>
<div>Windows 10, 11</div>
<div>Size: 1 GB</div>
</button>
Expand Down
6 changes: 6 additions & 0 deletions src/Resources/download/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"version": "2.12.0-with-esp-idf-5.1.2",
"type": "espressif-ide",
"date": "2023-12-23",
"size": "1 GB"
},
{
"version": "2.24",
"type": "online",
Expand Down

0 comments on commit 4daa390

Please sign in to comment.