docs: add note about support of ds peripheral for esp32h2

This commit is contained in:
Shubham Patil
2025-07-16 10:27:29 +05:30
parent df11a5e19b
commit cd92e2fb2c
+8
View File
@@ -1134,6 +1134,14 @@ Build the firmware with below configuration options
CONFIG_FACTORY_DEVICE_INSTANCE_INFO_PROVIDER=y
.. only:: esp32h2 or esp32p4 or esp32c5
.. note::
``{IDF_TARGET_NAME}`` supports ECDSA peripheral. If you want to use ECDSA peripheral,
you need to enable the ``CONFIG_ESP_SECURE_CERT_DS_PERIPHERAL=y`` option.
2.7.2 Certification Declaration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~