-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Add RDP (readout protection) support for STM32L4x flash #61378
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
Conversation
4fec41a to
d73a43c
Compare
de-nordic
left a comment
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.
What I can see is that the provided functions are not used anywhere, there is no test for them there is no sample, and they have no external declarations provided.
What are they for?
If they are for users, then they should be implemented as flash_ex_op, as a vendor extension (include/zephyr/drivers/flash/stm32_flash_api_extensions.h).
Is this similar work as here #52980 and here #53441 ?
|
@de-nordic yes the work is similar to the PRs you've referenced, it implements one of the features (RDP) on another ST part following the spirit of the existing code. @semihalf-duda-patryk any suggestions/ideas on this one? |
Tests are available in |
6b72f78 to
70fdbb7
Compare
70fdbb7 to
2e93495
Compare
2e93495 to
a26934f
Compare
a26934f to
5583393
Compare
|
@de-nordic I believe the change-requests you had have been addressed is there still something missing? |
Add support for Flash readout protection on the STM32L4x series Signed-off-by: Roland Lezuo <[email protected]>
7dfabc9 to
0cfff2d
Compare
|
@semihalf-duda-patryk @erwango friendly reminder |
Add device tests (successfully executed locally) Signed-off-by: Roland Lezuo <[email protected]>
0cfff2d to
6fb615a
Compare
|
@de-nordic friendly poke - with your approval the PR can be merged ... |
|
@erwango friendly poke: can you merge this PR? |
No. We're in feature freeze for V3.5.0 stabilisation period. It will have to wait until merge window is open again. |
|
@erwango full ack, sorry for the noise |
Add support for Flash readout protection on the STM32L4x series