-
Notifications
You must be signed in to change notification settings - Fork 716
[nrf noup] boards: nordic: Turn on NRFS globally #1856
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
2a6ef90
to
f6ad38b
Compare
f6ad38b
to
990f9e9
Compare
Need to disable NRFS when MISRA_SANE is on - IPC uses variable length array -which is unacceptable with MISRA_SANE on. |
Please add |
990f9e9
to
66a97e3
Compare
done |
Sorry for being a bit imprecise. This line should be the first one in the body of the commit message, not its title. Just swap it with |
nrf-squash! [nrf noup] boards: nordic: Turn off MRAM suspend for NRF54H20 DK Turn on NRFS globally so turning off suspending MRAM for NRF54H20 DK will work. Signed-off-by: Jan Zyczkowski <jan.zyczkowski@nordicsemi.no>
66a97e3
to
edb4afa
Compare
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.
approving as the soln was agreed. sdk-nrf PR was approved by stakeholders
Turn on NRFS globaly so turning off
suspending MRAM for NRF54H20 DK will work.