Skip to content

Commit 8ef04a0

Browse files
committed
Merge branch 'docs/fix-kconfig-idf-version' into 'main'
docs: fix kconfig suitable idf version Closes PACMAN-1153 See merge request espressif/idf-component-manager!521
2 parents de7ee60 + 0f54b22 commit 8ef04a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/reference/manifest_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ The following table outlines the supported comparison types for the ``if`` field
451451

452452
.. versionadded:: 2.2.0
453453

454-
- Support for `kconfig options`_ as left values (requires ESP-IDF v5.5+)
454+
- Support for `kconfig options`_ as left values (requires ESP-IDF >=6.0)
455455
- Support for ``boolean``, ``integer``, and ``hexadecimal integer`` data types in `kconfig options`_
456456

457457
.. warning::

idf_component_manager/prepare_components/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def main():
9999
# *1* starting ESP-IDF 5.0
100100
# *2* starting ESP-IDF 5.1
101101
# *3* starting ESP-IDF 5.2
102-
# *4* starting ESP-IDF 5.5
102+
# *4* starting ESP-IDF 6.0
103103

104104
parser.add_argument(
105105
'--interface_version',

0 commit comments

Comments
 (0)