espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

Generate installers for Espressif-IDE v2.9.1 with ESP-IDF 5.0.1 #180

Closed kolipakakondal closed 1 year ago

kolipakakondal commented 1 year ago

Generate installers for Espressif-IDE v2.9.1 with ESP-IDF 5.0.1

georgik commented 1 year ago

Thank you, @kolipakakondal for PR. I'll fix CI part where we moved to Python 3.11.

georgik commented 1 year ago

@kolipakakondal Installation with the new version looks good.

Release published: https://github.com/espressif/idf-installer/releases/tag/espressif-ide-2.9.1-esp-idf-5.0.1 Please, update Release notes.

Issue with default workspace being created under esp-idf is still present in vanilla installation in Windows Sandbox. The default workspace is C:\Espressif\frameworks\esp-idf-v5.0.1\workspace. It should be C:\Espressif\workspace instead to avoid collision with Git operations in ESP-IDF directory.

kolipakakondal commented 1 year ago

Thanks @georgik for quickly publishing the installers. That helps.

Regarding the default workspace issue, @alirana01 already created a PR for this. We can expect this in the next release.