From cd92e2fb2c83cf995ea3b0bdce9f3364422f036e Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Wed, 16 Jul 2025 10:27:29 +0530 Subject: [PATCH] docs: add note about support of ds peripheral for esp32h2 --- docs/en/developing.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/developing.rst b/docs/en/developing.rst index 698755b63..30a50de03 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~