-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xtensa/esp32: write encrypt func implementation #15896
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please sign the commit with
git commit -s
[Experimental Bot, please feedback here] No, this PR description does not fully meet the NuttX requirements. It is far too brief and lacks critical information. Here's a breakdown of the missing pieces: Summary:
Impact: While the PR touches on some impact areas, the answers are too short to be helpful. "YES" should always be followed by a detailed explanation.
Testing:
In short, the PR description needs significant expansion to meet the NuttX requirements. It needs to be more detailed, specific, and provide evidence of testing and consideration of the impact of the changes. |
Hello @sdc-g, can you post here test output? |
based on spec, 16 bytes alignment is checked.
8b395f9
to
b3c3fa2
Compare
Hi @fdcavalcanti Regarding of PR bot error message, I also checked and fixed. Please review again, thanks! |
@tmedicci can you take a look? |
Summary
based on spec, 16 bytes alignment is checked.
Impact
both block write and byte write are supported now, but 16 bytes alignment is required.
Testing
tested by internal test case to write encrypted data
Just list example code here: