This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit d68dec3d3d46edb4ec6a12557a7638f4e4b6bf13
Author: Eren Terzioglu <[email protected]>
AuthorDate: Mon Jan 19 14:59:24 2026 +0100

    Docs/platforms/espressif: Add AES support docs
    
    Add AES support docs for esp32[-c3|-c6|-h2|-p4]
    
    Signed-off-by: Eren Terzioglu <[email protected]>
---
 Documentation/platforms/risc-v/esp32c3/index.rst | 2 +-
 Documentation/platforms/risc-v/esp32c6/index.rst | 2 +-
 Documentation/platforms/risc-v/esp32h2/index.rst | 2 +-
 Documentation/platforms/risc-v/esp32p4/index.rst | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/platforms/risc-v/esp32c3/index.rst 
b/Documentation/platforms/risc-v/esp32c3/index.rst
index 4e6f911e63a..24ac4e407f3 100644
--- a/Documentation/platforms/risc-v/esp32c3/index.rst
+++ b/Documentation/platforms/risc-v/esp32c3/index.rst
@@ -350,7 +350,7 @@ The following list indicates the state of peripherals' 
support in NuttX:
 Peripheral  Support NOTES
 =========== ======= ====================
 ADC          Yes    Oneshot
-AES          No
+AES          Yes
 Bluetooth    Yes
 CAN/TWAI     Yes
 DMA          No
diff --git a/Documentation/platforms/risc-v/esp32c6/index.rst 
b/Documentation/platforms/risc-v/esp32c6/index.rst
index 04970c47cc9..7a58a99390f 100644
--- a/Documentation/platforms/risc-v/esp32c6/index.rst
+++ b/Documentation/platforms/risc-v/esp32c6/index.rst
@@ -340,7 +340,7 @@ The following list indicates the state of peripherals' 
support in NuttX:
 Peripheral      Support NOTES
 ==============  ======= ====================
 ADC              Yes     Oneshot and internal temperature sensor
-AES              No
+AES              Yes
 Bluetooth        No
 CAN/TWAI         Yes
 DMA              Yes
diff --git a/Documentation/platforms/risc-v/esp32h2/index.rst 
b/Documentation/platforms/risc-v/esp32h2/index.rst
index 2cfecc9207c..8b8936a441a 100644
--- a/Documentation/platforms/risc-v/esp32h2/index.rst
+++ b/Documentation/platforms/risc-v/esp32h2/index.rst
@@ -339,7 +339,7 @@ The following list indicates the state of peripherals' 
support in NuttX:
 Peripheral      Support NOTES
 ==============  ======= ====================
 ADC              Yes     Oneshot and internal temperature sensor
-AES              No
+AES              Yes
 Bluetooth        No
 CAN/TWAI         Yes
 DMA              Yes
diff --git a/Documentation/platforms/risc-v/esp32p4/index.rst 
b/Documentation/platforms/risc-v/esp32p4/index.rst
index f8bac1e7439..42d92d54527 100644
--- a/Documentation/platforms/risc-v/esp32p4/index.rst
+++ b/Documentation/platforms/risc-v/esp32p4/index.rst
@@ -306,7 +306,7 @@ TRNG               No
 ECDSA              No
 TEE                No
 APM                No
-AES                No
+AES                Yes
 Digital Signature  No
 Secure Boot        No
 XTS_AES            No

Reply via email to