Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bundle Espressif-IDE v2.12.0 with ESP-IDF 5.1.2 #217

Merged
merged 2 commits into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading