You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ section in the ESP-Matter Programming Guide.
31
31
32
32
- This SDK currently works with commit [bdc38cd772] (https://github.com/project-chip/connectedhomeip/tree/bdc38cd772) of connectedhomeip.
33
33
- For Matter projects development with this SDK, it is recommended to utilize ESP-IDF [v5.4.1](https://github.com/espressif/esp-idf/tree/v5.4.1).
34
-
- For ESP32C5, it is recommended to utilize ESP-IDF [98cd765953](https://github.com/espressif/esp-idf/commit/98cd765953dfe0e7bb1c5df8367e1b54bd966cce).
34
+
- For ESP32C5 and ESP32C61, it is recommended to utilize ESP-IDF [v5.5.1](https://github.com/espressif/esp-idf/tree/v5.5.1).
Copy file name to clipboardExpand all lines: docs/en/developing.rst
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,16 +52,16 @@ The Prerequisites for ESP-IDF:
52
52
53
53
- Please get the `Prerequisites for ESP-IDF`_. For beginners, please check `step by step installation guide`_ for esp-idf.
54
54
55
-
.. only:: esp32c5
55
+
.. only:: esp32c5 or esp32c61
56
56
57
-
- For ``ESP32C5``, the IDF version should be `98cd765953<https://github.com/espressif/esp-idf/commit/98cd765953dfe0e7bb1c5df8367e1b54bd966cce>`__ or newer.
57
+
- For ``ESP32C5`` and ``ESP32C61``, the IDF version should be `v5.5.1<https://github.com/espressif/esp-idf/tree/v5.5.1>`__ or newer.
58
58
59
59
.. note::
60
60
61
61
``git clone`` command accepts the optional argument ``--jobs N``, which can significantly speed up the
62
62
process by parallelizing submodule cloning. Consider using this option when cloning repositories.
63
63
64
-
.. only:: not esp32c5
64
+
.. only:: not esp32c5 and not esp32c61
65
65
66
66
Cloning esp-idf:
67
67
@@ -72,14 +72,14 @@ The Prerequisites for ESP-IDF:
Copy file name to clipboardExpand all lines: docs/en/security.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ DAC private needs to be protected from remote as well as physical attacks in the
59
59
60
60
Recommended ways for DAC private key protection:
61
61
62
-
.. only:: esp32h2 or esp32c5
62
+
.. only:: esp32h2 or esp32c5 or esp32c61
63
63
64
64
- {IDF_TARGET_NAME} supports ECDSA hardware peripheral with the ECDSA key programmed in the eFuse. This key is software read protected (in default mode). This peripheral can help to protect the identity of the DAC private key on the device.
0 commit comments