arch/risc-v/espressif: Add AES accelerator support#18544
Merged
acassis merged 6 commits intoapache:masterfrom Mar 17, 2026
Merged
arch/risc-v/espressif: Add AES accelerator support#18544acassis merged 6 commits intoapache:masterfrom
acassis merged 6 commits intoapache:masterfrom
Conversation
Contributor
|
Hi @eren-terzioglu, please fix |
acassis
previously approved these changes
Mar 16, 2026
3a5bdc3 to
0582333
Compare
Contributor
Author
Thanks @simbit18, updated. |
Contributor
|
@eren-terzioglu , please update the PR summary with esp32p4 and Doc as well https://nuttx.apache.org/docs/latest/platforms/risc-v/esp32p4/index.html |
xiaoxiang781216
previously approved these changes
Mar 17, 2026
0582333 to
e4c0fab
Compare
Contributor
Author
|
@simbit18, updated. Thanks |
Add AES accelerator support for esp32[-c3|-c6|-h2|-p4] Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Add AES accelerator board support for esp32[-c3|-c6|-h2|-p4] Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Add AES support docs for esp32[-c3|-c6|-h2|-p4] Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Add AES accelerator support for esp32[-s2|-s3] Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Add AES support docs for esp32s2 Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
simbit18
previously approved these changes
Mar 17, 2026
Contributor
Author
|
Seems error unrelated, fyi |
Contributor
|
@eren-terzioglu I restarted the failed jobs |
Contributor
|
HI @eren-terzioglu Now it's the lckfb-szpi-esp32s3 board's turn! :) |
Contributor
I think it's necessary to remove -> #ifdef CONFIG_ESP32S3_AES_ACCELERATOR |
e4c0fab to
a343c45
Compare
Contributor
Author
Thanks a lot for help. Seems rebase conflict caused this. Updated |
Add AES accelerator board support for esp32[-s2|-s3] Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
simbit18
approved these changes
Mar 17, 2026
acassis
approved these changes
Mar 17, 2026
fdcavalcanti
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add AES support docs for esp32s2
Add AES accelerator board support for esp32[-s2|-s3]
Add AES accelerator support for esp32[-s2|-s3]
Add AES support docs for esp32[-c3|-c6|-h2|-p4]
Add AES accelerator board support for esp32[-c3|-c6|-h2|-p4]
Add AES accelerator support for esp32[-c3|-c6|-h2|-p4]
Impact
Impact on user: No
Impact on build: No
Impact on hardware: Yes, AES accelerator support added
Impact on documentation: Yes, related docs added
Impact on security: No
Impact on compatibility: No
Testing
cryptodefconfig used with following optionsBuilding
Here is command for build
Running
A few methods used to test:
CONFIG_CRYPTO_ALGTEST)aescbcandaesctrcommandsHere is the code of custom app (same code can be found on esp32s3_aes.c file):
Results
Output looked like this: