github espressif/esp-idf v5.5.4
ESP-IDF Release v5.5.4

6 hours ago

Documentation for IDF v5.5.4 is available at https://docs.espressif.com/projects/esp-idf/en/v5.5.4/

ESP-IDF v5.5.4 is a bugfix release for ESP-IDF v5.5.

Obtaining v5.5.4

For full installation instructions, see the ESP-IDF Programming Guide.

The source files attached to this release will not work due to our use of git submodules. Use one of the following methods instead:

Using git

To get this release, use the following commands:

git clone -b v5.5.4 --recursive https://github.com/espressif/esp-idf.git esp-idf-v5.5.4
cd esp-idf-v5.5.4/

This is the recommended way of obtaining v5.5.4 of ESP-IDF.

Download an archive with submodules included

Attached to this release is an esp-idf-v5.5.4.zip archive. It includes .git directory and all the submodules, so can be used out of the box. This archive is provided for users who have connectivity issues preventing them from cloning from GitHub. To reduce the size of the archive, the .git directory doesn't include the history of commits older than one year. Users who need to use git checkout to access an older release of IDF will have to use git fetch first to download the remaining part of the history.

This archive can also be downloaded from Espressif's download server: https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.5.4/esp-idf-v5.5.4.zip

Major changes

Major Bugfixes

  • Fixed the issue of potential NimBLE host connection loss in ESP-IDF v5.5.3 release on ESP32 / ESP32C3 / ESP32S3 (IDFGH-17350)

Changelog

For full list of changes, please refer to ESP-IDF v5.5.4 Release Notes in Espressif 's release notes database.

Don't miss a new esp-idf release

NewReleases is sending notifications on new releases.