github espressif/esp-idf v6.0.1
ESP-IDF Release v6.0.1

13 hours ago

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

ESP-IDF v6.0.1 is a bugfix release for ESP-IDF v6.0.

Obtaining v6.0.1

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 v6.0.1 --recursive https://github.com/espressif/esp-idf.git esp-idf-v6.0.1
cd esp-idf-v6.0.1/

This is the recommended way of obtaining v6.0.1 of ESP-IDF.

Download an archive with submodules included

Attached to this release is an esp-idf-v6.0.1.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/v6.0.1/esp-idf-v6.0.1.zip

Changelog

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

Don't miss a new esp-idf release

NewReleases is sending notifications on new releases.