Skip to content

Commit ddc030f

Browse files
committed
Update ESP-IDF to v5.5
1 parent 04c7d60 commit ddc030f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ def _get_installed_pip_packages(python_exe_path):
13191319
# https://github.com/platformio/platform-espressif32/issues/635
13201320
"cryptography": "~=44.0.0" if IDF5 else ">=2.1.4,<35.0.0",
13211321
"pyparsing": ">=3.1.0,<4" if IDF5 else ">=2.0.3,<2.4.0",
1322-
"idf-component-manager": "~=1.5.2" if IDF5 else "~=1.0",
1322+
"idf-component-manager": "~=2.2" if IDF5 else "~=1.0",
13231323
"esp-idf-kconfig": "~=2.5.0"
13241324
}
13251325

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"type": "framework",
8989
"optional": true,
9090
"owner": "platformio",
91-
"version": "~3.50402.0",
91+
"version": "~3.50500.0",
9292
"optionalVersions": ["~3.40407.0"]
9393
},
9494
"tool-esptoolpy": {

0 commit comments

Comments
 (0)